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

I

ID - Enum constant in enum class org.tquadrat.foundation.xml.parse.Attribute.Type
A unique element identifier.
ID_ALWAYS_FIRST_COMPARATOR - Static variable in class org.tquadrat.foundation.xml.builder.spi.AttributeSupport
A Comparator that ensures that "xml:id" is always the first attribute.
IDREF - Enum constant in enum class org.tquadrat.foundation.xml.parse.Attribute.Type
The value of a unique ID type attribute, as a reference to the respective element.
IDREFS - Enum constant in enum class org.tquadrat.foundation.xml.parse.Attribute.Type
ignorableWhitespace(char[], int, int) - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
Receives the notification of ignorable whitespace in element content.

This implementation does nothing by default.
index - Variable in record class org.tquadrat.foundation.xml.parse.Attribute
The field for the index record component.
index() - Method in record class org.tquadrat.foundation.xml.parse.Attribute
Returns the value of the index record component.
INSTANCE - Static variable in class org.tquadrat.foundation.xml.parse.DefaultErrorHandler
The one and only instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.xml.parse.NullErrorHandler
The one and only instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.xml.stringconverter.DocumentStringConverter
An instance of this class.
InvalidXMLNameException - Exception Class in org.tquadrat.foundation.xml.builder.spi
This Exception will be thrown when an invalid XML name is used for the creation of an XML element, attribute, or namespace.
InvalidXMLNameException(String) - Constructor for exception class org.tquadrat.foundation.xml.builder.spi.InvalidXMLNameException
Creates a new InvalidXMLNameException instance.
isBlock() - Method in class org.tquadrat.foundation.xml.builder.internal.Comment
Returns the block flag.

This flag is used in the conversion of the element into a String; it indicates whether the element is 'inline' (like an HTML <span>) or 'block' (as an HTML <div>).
isBlock() - Method in class org.tquadrat.foundation.xml.builder.internal.DocType
Returns the block flag.

This flag is used in the conversion of the element into a String; it indicates whether the element is 'inline' (like an HTML <span>) or 'block' (as an HTML <div>).
isBlock() - Method in class org.tquadrat.foundation.xml.builder.internal.ProcessingInstructionImpl
Returns the block flag.

This flag is used in the conversion of the element into a String; it indicates whether the element is 'inline' (like an HTML <span>) or 'block' (as an HTML <div>).
isBlock() - Method in class org.tquadrat.foundation.xml.builder.internal.Text
Returns the block flag.

This flag is used in the conversion of the element into a String; it indicates whether the element is 'inline' (like an HTML <span>) or 'block' (as an HTML <div>).
isBlock() - Method in interface org.tquadrat.foundation.xml.builder.spi.Element
Returns the block flag.

This flag is used in the conversion of the element into a String; it indicates whether the element is 'inline' (like an HTML <span>) or 'block' (as an HTML <div>).
isPublic() - Method in class org.tquadrat.foundation.xml.builder.internal.DocType
Checks if the doc type is based on a public or a local (system) DTD.
isValidAttributeName(CharSequence) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
The default implementation for an attribute name validator.
isValidElementName(CharSequence) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
The default implementation for an element name validator.
isValidNMToken(CharSequence) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
The default implementation for an NMToken validator.
isValidPrefix(CharSequence) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
The default implementation for a prefix validator.
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