Uses of Package
nu.xom

Packages that use nu.xom
Package
Description
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.
nu.xom.canonical supports the output of Canonical XML from XOM.
nu.xom.converters contains classes that convert XOM documents to other models such as SAX and DOM.
nu.xom.tests contains the JUnit based test suite for XOM.
nu.xom.xinclude supports XInclude processing of XOM documents and elements.
nu.xom.xslt connects XOM documents to TrAX-based XSLT processors.
  • Classes in nu.xom used by nu.xom
    Class
    Description
    This class represents an attribute such as type="empty" or xlink:href="http://www.example.com".
    Uses the type-safe enumeration design pattern to represent attribute types, as specified by XML DTDs.
    This class represents an XML comment such as <-- This is a comment-->.
    Represents an XML document type declaration such as <!DOCTYPE book SYSTEM "docbookx.dtd">.
    The Document class represents a complete XML document including its root element, prolog, and epilog.
    This class represents an XML element.
    A read-only list of elements for traversal purposes.
    Indicates an attempt to add a node in a wrong place; for instance adding a Text node to a Document object.
    Indicates an attempt to set some value to malformed content; for instance by adding a string containing a null or a vertical tab to a text node, or using white space in an element name.
    Indicates an attempt to assign a name that is not a legal XML name.
    Represents a namespace in scope.
    The generic superclass for all the contents of an XML document.
    Builders use a NodeFactory object to construct each Node object (Element, Text, Attribute, etc.) they add to the tree.
    Implements a list of nodes for traversal purposes.
    The generic superclass for nodes that have children.
    The generic superclass for all the checked exceptions thrown in XOM.
    This class represents an XML processing instruction.
    This class represents a run of text.
    Signals a validity error in a document being parsed.
    Indicates an attempt to do or create something that could not possibly be serialized in a namespace well-formed XML 1.0 document.
    The generic superclass for most runtime exceptions thrown in nu.xom.
    Provides namespace prefix bindings for use in an XPath expression.
    Indicates problems with XPath syntax or evaluation.
  • Classes in nu.xom used by nu.xom.canonical
    Class
    Description
    The generic superclass for all the contents of an XML document.
    Implements a list of nodes for traversal purposes.
  • Classes in nu.xom used by nu.xom.converters
    Class
    Description
    This class represents an attribute such as type="empty" or xlink:href="http://www.example.com".
    This class represents an XML comment such as <-- This is a comment-->.
    Represents an XML document type declaration such as <!DOCTYPE book SYSTEM "docbookx.dtd">.
    The Document class represents a complete XML document including its root element, prolog, and epilog.
    This class represents an XML element.
    Builders use a NodeFactory object to construct each Node object (Element, Text, Attribute, etc.) they add to the tree.
    Implements a list of nodes for traversal purposes.
    This class represents an XML processing instruction.
    This class represents a run of text.
  • Classes in nu.xom used by nu.xom.tests
    Class
    Description
    This class represents an attribute such as type="empty" or xlink:href="http://www.example.com".
    This class represents an XML comment such as <-- This is a comment-->.
    Represents an XML document type declaration such as <!DOCTYPE book SYSTEM "docbookx.dtd">.
    The Document class represents a complete XML document including its root element, prolog, and epilog.
    This class represents an XML element.
    Represents a namespace in scope.
    The generic superclass for all the contents of an XML document.
    This class represents an XML processing instruction.
    This class represents a run of text.
  • Classes in nu.xom used by nu.xom.xinclude
    Class
    Description
    This class is responsible for creating XOM Document objects from a URL, file, string, or input stream by reading an XML document.
    The Document class represents a complete XML document including its root element, prolog, and epilog.
    The generic superclass for all the checked exceptions thrown in XOM.
  • Classes in nu.xom used by nu.xom.xslt
    Class
    Description
    The Document class represents a complete XML document including its root element, prolog, and epilog.
    Builders use a NodeFactory object to construct each Node object (Element, Text, Attribute, etc.) they add to the tree.
    Implements a list of nodes for traversal purposes.