Package gnu.kawa.xml

Class KComment

  • All Implemented Interfaces:
    Consumable, java.util.Enumeration<java.lang.Object>, java.util.Iterator<java.lang.Object>, java.util.ListIterator<java.lang.Object>, org.w3c.dom.CharacterData, org.w3c.dom.Comment, org.w3c.dom.Node

    public class KComment
    extends KCharacterData
    implements org.w3c.dom.Comment
    • Constructor Detail

      • KComment

        public KComment​(NodeTree seq,
                        int ipos)
    • Method Detail

      • getNodeType

        public short getNodeType()
        Specified by:
        getNodeType in interface org.w3c.dom.Node
        Specified by:
        getNodeType in class KNode
      • getNodeName

        public java.lang.String getNodeName()
        Specified by:
        getNodeName in interface org.w3c.dom.Node
        Overrides:
        getNodeName in class KNode
      • valueOf

        public static KComment valueOf​(java.lang.String text)