Class TagNode

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class TagNode
    extends AttrsNode
    • Field Detail

      • textNode

        private Node textNode
      • inlineTags

        private static final java.lang.String[] inlineTags
      • buffer

        private boolean buffer
    • Constructor Detail

      • TagNode

        public TagNode()
    • Method Detail

      • setTextNode

        public void setTextNode​(Node textNode)
      • getTextNode

        public Node getTextNode()
      • hasTextNode

        public boolean hasTextNode()
      • isInline

        public boolean isInline()
      • isInline

        private boolean isInline​(Node node)
      • everyIsInline

        private boolean everyIsInline​(java.util.LinkedList<Node> nodes)
      • canInline

        public boolean canInline()
      • isEmpty

        private boolean isEmpty()
      • isBuffer

        public boolean isBuffer()
      • setBuffer

        public void setBuffer​(boolean buffer)