public class

XComment

extends XCharacterData
implements Comment
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.xml.XNode
     ↳ com.pnfsoftware.jeb.util.encoding.xml.XCharacterData
       ↳ com.pnfsoftware.jeb.util.encoding.xml.XComment

Class Overview

Implementation of the Comment API used by XmlParser.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Constructors
XComment(String value)
Public Methods
String getNodeName()
short getNodeType()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.util.encoding.xml.XCharacterData
From class com.pnfsoftware.jeb.util.encoding.xml.XNode
From class java.lang.Object
From interface org.w3c.dom.CharacterData
From interface org.w3c.dom.Node

Public Constructors

public XComment (String value)

Public Methods

public String getNodeName ()

public short getNodeType ()