Skip navigation links
A B C D E F G H I L M N P Q R S T U V W X 

N

Namespace - Class in nu.xom
Represents a namespace in scope.
Namespace(String, String, Element) - Constructor for class nu.xom.Namespace
Create a new namespace node.
NamespaceConflictException - Exception in nu.xom
Signals an attempt to set a namespace in a way that conflicts with an existing namespace; for instance, adding an attribute to an element that has the same prefix as the element but maps it to a different URI.
NamespaceConflictException(String) - Constructor for exception nu.xom.NamespaceConflictException
Creates a new NamespaceConflictException with a detail message.
NamespaceConflictException(String, Throwable) - Constructor for exception nu.xom.NamespaceConflictException
Creates a new NamespaceConflictException with a detail message and an underlying root cause.
NMTOKEN - Static variable in class nu.xom.Attribute.Type
The type of attributes declared to have type NMTOKEN in the DTD.
NMTOKENS - Static variable in class nu.xom.Attribute.Type
The type of attributes declared to have type NMTOKENS in the DTD.
Node - Class in nu.xom
The generic superclass for all the contents of an XML document.
NodeFactory - Class in nu.xom
Builders use a NodeFactory object to construct each Node object (Element, Text, Attribute, etc.) they add to the tree.
NodeFactory() - Constructor for class nu.xom.NodeFactory
Constructs a new node factory.
Nodes - Class in nu.xom
Implements a list of nodes for traversal purposes.
Nodes() - Constructor for class nu.xom.Nodes
Creates an empty node list.
Nodes(Node) - Constructor for class nu.xom.Nodes
Creates a node list containing a single node.
NoIncludeLocationException - Exception in nu.xom.xinclude
Indicates that an xinclude:include element has neither an href attribute nor an xpointer attribute.
NoIncludeLocationException(String) - Constructor for exception nu.xom.xinclude.NoIncludeLocationException
Constructs a NoIncludeLocationException with the specified message.
NoIncludeLocationException(String, Throwable) - Constructor for exception nu.xom.xinclude.NoIncludeLocationException
Constructs a NoIncludeLocationException with the specified detail message and root cause.
NoIncludeLocationException(String, String) - Constructor for exception nu.xom.xinclude.NoIncludeLocationException
Creates a new NoIncludeLocationException with a detail message, line and column numbers, and a URI of the document that caused the exception.
NoSuchAttributeException - Exception in nu.xom
Indicates that an attribute with a certain name and/or namespace does not exist.
NoSuchAttributeException(String) - Constructor for exception nu.xom.NoSuchAttributeException
Creates a new NoSuchAttributeException with a detail message.
NoSuchAttributeException(String, Throwable) - Constructor for exception nu.xom.NoSuchAttributeException
Creates a new NoSuchAttributeException with the specified detail message and an underlying root cause.
NoSuchChildException - Exception in nu.xom
Indicates that a child with a certain name and/or namespace does not exist.
NoSuchChildException(String) - Constructor for exception nu.xom.NoSuchChildException
Creates a new NoSuchChildException with a detail message.
NoSuchChildException(String, Throwable) - Constructor for exception nu.xom.NoSuchChildException
Creates a new NoSuchChildException with the specified detail message and an underlying root cause.
NOTATION - Static variable in class nu.xom.Attribute.Type
The type of attributes declared to have type NOTATION in the DTD.
nu.xom - package 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.
nu.xom.canonical - package nu.xom.canonical
nu.xom.canonical supports the output of Canonical XML from XOM.
nu.xom.converters - package nu.xom.converters
nu.xom.converters contains classes that convert XOM documents to other models such as SAX and DOM.
nu.xom.xinclude - package nu.xom.xinclude
nu.xom.xinclude supports XInclude processing of XOM documents and elements.
nu.xom.xslt - package nu.xom.xslt
nu.xom.xslt connects XOM documents to TrAX-based XSLT processors.
A B C D E F G H I L M N P Q R S T U V W X 
Skip navigation links

Copyright 2002-2023 Elliotte Rusty Harold

elharo@ibiblio.org