Uses of Class
de.pdark.decentxml.BasicNode
-
Packages that use BasicNode Package Description de.pdark.decentxml de.pdark.decentxml.dtd -
-
Uses of BasicNode in de.pdark.decentxml
Subclasses of BasicNode in de.pdark.decentxml Modifier and Type Class Description class
Attribute
This class represents an attribute of anElement
class
Comment
class
Entity
class
ProcessingInstruction
class
Text
class
XMLDeclaration
This class allows to manipulate the XML encoding at the beginning of an XML document.Methods in de.pdark.decentxml that return BasicNode Modifier and Type Method Description BasicNode
BasicNode. copy()
BasicNode
BasicNode. copy(Node orig)
BasicNode
Text. copy(Node orig)
BasicNode
BasicNode. createClone()
BasicNode
Attribute. toXML(XMLWriter writer)
BasicNode
BasicNode. toXML(XMLWriter writer)
Append the content of this node towriter
-
Uses of BasicNode in de.pdark.decentxml.dtd
Subclasses of BasicNode in de.pdark.decentxml.dtd Modifier and Type Class Description class
DocType
class
DocTypeAttributeList
class
DocTypeElement
class
DocTypeEntity
class
DocTypeNotation
class
DocTypeText
-