Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- Element - Interface in org.tquadrat.foundation.xml.builder.spi
-
The definition for an SGML element.
- Element(String, String, URI, Map<String, Attribute>, String, AdvancedContentHandler.Element) - Constructor for class org.tquadrat.foundation.xml.parse.AdvancedContentHandler.Element
-
Create a new object of this class from an element's name and its attributes.
- EMPTY_Element_ARRAY - Static variable in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
An empty array of Element objects.
- EMPTY_HandlerProvider_ARRAY - Static variable in interface org.tquadrat.foundation.xml.parse.spi.HandlerProvider
-
An empty array of
HandlerProviderobjects. - EMPTY_Namespace_ARRAY - Static variable in class org.tquadrat.foundation.xml.builder.Namespace
-
An empty array of
Namespaceobjects. - EMPTY_StAXParser_ARRAY - Static variable in class org.tquadrat.foundation.xml.parse.StAXParser
-
An empty array of
StAXParserobjects. - EMPTY_StAXParserBase_ARRAY - Static variable in class org.tquadrat.foundation.xml.parse.spi.StAXParserBase
-
An empty array of
StAXParserBaseobjects. - EMPTY_XMLElement_ARRAY - Static variable in interface org.tquadrat.foundation.xml.builder.XMLElement
-
An empty array of
XMLElementobjects. - EMPTY_XMLElementFactoryBase_ARRAY - Static variable in class org.tquadrat.foundation.xml.builder.spi.XMLElementFactoryBase
-
An empty array of
XMLElementFactoryImplobjects. - EMPTY_XMLParseEventHandler_ARRAY - Static variable in interface org.tquadrat.foundation.xml.parse.XMLParseEventHandler
-
An empty array of
XMLParseEventHandlerobjects. - endDocument() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Receives the notification about the end of the document.
This implementation does nothing by default. - endElement(String, String, String) - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Receives the notification about the end of an element.
- endPrefixMapping(String) - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Receives the notification of the end for a name space mapping.
- ENTITIES - Enum constant in enum class org.tquadrat.foundation.xml.parse.Attribute.Type
-
Multiple entities.
- ENTITY - Enum constant in enum class org.tquadrat.foundation.xml.parse.Attribute.Type
-
An entity as declared in the DTD.
- equals(Object) - Method in class org.tquadrat.foundation.xml.builder.Namespace
- equals(Object) - Method in record class org.tquadrat.foundation.xml.parse.Attribute
-
Indicates whether some other object is "equal to" this one.
- error(SAXParseException) - Method in class org.tquadrat.foundation.xml.parse.DefaultErrorHandler
-
Receives and processes notification of a recoverable parser error.
- error(SAXParseException) - Method in class org.tquadrat.foundation.xml.parse.NullErrorHandler
- escapeXML(Appendable, CharSequence) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Escapes the characters in a
Stringusing XML entities and writes them to anAppendable.
For example:
"bread" & "butter"
becomes:
"bread" & "butter".
Delegates toStringUtils.escapeXML(Appendable,CharSequence). - escapeXML(CharSequence) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Escapes the characters in a
Stringusing XML entities.
For example:
"bread" & "butter"
becomes:
"bread" & "butter".
Delegates toStringUtils.escapeXML(CharSequence).
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
