Index
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 byXMLBuilderUtils.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 byXMLBuilderUtils.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 byXMLBuilderUtils.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
-
Multiple
Attribute.Type.NMTOKEN
s. - 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form