Uses of Class
nu.xom.LeafNode

Packages that use LeafNode
nu.xom nu.xom is the core package of XOM that contains all the basic classes representing the different kinds of nodes: elements, attributes, comments, text nodes, and so forth. 
 

Uses of LeafNode in nu.xom
 

Subclasses of LeafNode in nu.xom
 class Comment
           This class represents an XML comment such as <-- This is a comment-->.
 class DocType
           This class represents an XML document type declaration such as
 class ProcessingInstruction
           Represents an XML processing instruction.
 class Text
           This class represents a run of text.
 



Copyright 2002-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu