Uses of Class
proper.xml.Node

Packages that use Node
proper.xml Contains classes for handling XML documents and XSLT. 
 

Uses of Node in proper.xml
 

Subclasses of Node in proper.xml
 class Comment
          This class represents an XML comment.
 class Element
          This class represents an XML node.
 

Constructors in proper.xml with parameters of type Node
Comment(Node parent)
          initializes an empty comment with the given parent
Comment(Node parent, java.lang.String content)
          initializes an comment
Element(Node parent, java.lang.String name)
          initializes the object with the given parent and name
Element(Node parent, java.lang.String name, java.lang.String content)
          initializes the object with the given parent, name and content
Node(Node parent)
          initializes an empty comment with the given parent