Index

A C D E F G H I K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

N

Namespace - Class in org.tquadrat.foundation.xml.builder
The definition of an XML namespace entry.
Namespace(String) - Constructor for class org.tquadrat.foundation.xml.builder.Namespace
Creates a new Namespace instance without a prefix.
Namespace(String, String) - Constructor for class org.tquadrat.foundation.xml.builder.Namespace
Creates a new Namespace instance.

The given prefix is validated using the method that is provided by XMLBuilderUtils.getPrefixValidator().
Namespace(String, URI) - Constructor for class org.tquadrat.foundation.xml.builder.Namespace
Creates a new Namespace instance.

The given prefix is validated using the method that is provided by XMLBuilderUtils.getPrefixValidator().
Namespace(URI) - Constructor for class org.tquadrat.foundation.xml.builder.Namespace
Creates a new Namespace instance without a prefix.
Namespace(Optional<String>, URI) - Constructor for class org.tquadrat.foundation.xml.builder.Namespace
Creates a new Namespace instance.

The given prefix is validated using the method that is provided by XMLBuilderUtils.getPrefixValidator().
NamespaceSupport - Class in org.tquadrat.foundation.xml.builder.spi
This class provides the support for namespaces to elements.
NamespaceSupport(Element) - Constructor for class org.tquadrat.foundation.xml.builder.spi.NamespaceSupport
Creates a new NamespaceSupport instance.
NMTOKEN - Enum constant in enum class org.tquadrat.foundation.xml.parse.Attribute.Type
An XML name token.
NMTOKENS - Enum constant in enum class org.tquadrat.foundation.xml.parse.Attribute.Type
NO_APPEND - Static variable in interface org.tquadrat.foundation.xml.builder.XMLElement
The indicator that values for an attribute should not be appended.
NO_ATTRIBUTES - Static variable in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
An empty attribute set.
NOTATION - Enum constant in enum class org.tquadrat.foundation.xml.parse.Attribute.Type
A notation as declared in the DTD.
NullErrorHandler - Class in org.tquadrat.foundation.xml.parse
This implementation for a XML Error handler swallows the error messages.
NullErrorHandler() - Constructor for class org.tquadrat.foundation.xml.parse.NullErrorHandler
Creates a new NullErrorHandler instance.
A C D E F G H I K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form