Uses of Class
de.pdark.decentxml.BasicNode

Packages that use BasicNode
de.pdark.decentxml   
de.pdark.decentxml.dtd   
 

Uses of BasicNode in de.pdark.decentxml
 

Subclasses of BasicNode in de.pdark.decentxml
 class Attribute
          This class represents an attribute of an Element
 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
 BasicNode BasicNode.copy()
           
 BasicNode Text.copy(Node orig)
           
 BasicNode BasicNode.copy(Node orig)
           
 BasicNode BasicNode.createClone()
           
 BasicNode BasicNode.toXML(XMLWriter writer)
          Append the content of this node to writer
 BasicNode Attribute.toXML(XMLWriter writer)
           
 

Uses of BasicNode in de.pdark.decentxml.dtd
 

Subclasses of BasicNode in de.pdark.decentxml.dtd
 class DocType
           
 class DocTypeAttributeList
           
 class DocTypeElement
           
 class DocTypeEntity
           
 class DocTypeNotation
           
 class DocTypeText
           
 



Copyright © 2008-2011. All Rights Reserved.