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.-
ClassDescriptionThis class represents an attribute such as
type="empty"
orxlink: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">
.TheDocument
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 aText
node to aDocument
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 aNodeFactory
object to construct eachNode
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 innu.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
-
Classes in nu.xom used by nu.xom.convertersClassDescriptionThis class represents an attribute such as
type="empty"
orxlink: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">
.TheDocument
class represents a complete XML document including its root element, prolog, and epilog.This class represents an XML element.Builders use aNodeFactory
object to construct eachNode
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.testsClassDescriptionThis class represents an attribute such as
type="empty"
orxlink: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">
.TheDocument
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.xincludeClassDescriptionThis class is responsible for creating XOM
Document
objects from a URL, file, string, or input stream by reading an XML document.TheDocument
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.xsltClassDescriptionThe
Document
class represents a complete XML document including its root element, prolog, and epilog.Builders use aNodeFactory
object to construct eachNode
object (Element
,Text
,Attribute
, etc.) they add to the tree.Implements a list of nodes for traversal purposes.