Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- registerAttributes(String...) - Method in class org.tquadrat.foundation.xml.builder.spi.AttributeSupport
-
Registers the valid attributes for the owning element.
- registerAttributeSequence(String...) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLDocumentImpl
-
Registers an attribute sequence for the root element of this document; this modifies any sort order that was previously set.
The names for the attributes are not validated; in particular, it is not checked whether an attribute is listed as valid. - registerAttributeSequence(String...) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Registers an attribute sequence for this element
- registerAttributeSequence(Comparator<String>) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLDocumentImpl
-
Registers an attribute sequence for the root element of this document; this modifies any sort order that was previously set.
- registerAttributeSequence(Comparator<String>) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Registers an attribute sequence for this element; this modifies any sort order that was previously set.
- registerChildren(String...) - Method in class org.tquadrat.foundation.xml.builder.spi.ChildSupport
-
Registers the element names of valid child elements for the owning element.
- registerElementHandler(String, boolean, XMLParseEventHandler<?>) - Method in class org.tquadrat.foundation.xml.parse.spi.StAXParserBase
-
Registers an element handler.
- registerElementHandler(String, AdvancedContentHandler.HandlerMethod) - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Adds an element handler to the map of handler methods.
- registerSequence(String...) - Method in class org.tquadrat.foundation.xml.builder.spi.AttributeSupport
-
Registers an attribute sequence for the owning element; this modifies any sort order that was previously set.
- registerValidAttributes(String...) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLDocumentImpl
-
Registers the valid attributes for the root element of this document.
- registerValidAttributes(String...) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Registers the valid attributes for this element.
Nothing happens ifAttributeSupport.checksIfValid()
returnsfalse
, although a call to this method is obsolete then. - registerValidChildren(String...) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLDocumentImpl
-
Registers the element names of valid child elements for this document.
- registerValidChildren(String...) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Registers the element names of valid child elements for this element.
- removeValidatorChangeListener(XMLBuilderUtils.ValidatorChangeListener) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Removes the given validator change listener.
- repeat(int) - Static method in class org.tquadrat.foundation.xml.builder.spi.SGMLPrinter
-
Returns a String, consisting only of blanks, with the length that is determined by the given indentation level, multiplied by the
SGMLPrinter.TAB_SIZE
(= 4). - repeat(int, int) - Static method in class org.tquadrat.foundation.xml.builder.spi.SGMLPrinter
-
Returns a String, consisting only of blanks, with the length that is determined by the given indentation level, multiplied by the
SGMLPrinter.TAB_SIZE
(= 4), plus the given number of additional blanks. - reportUnexpectedTag(String, Location) - Static method in class org.tquadrat.foundation.xml.parse.spi.StAXParserBase
-
Throws an
XMLStreamException
that indicates an unexpected tag at the given location. - restoreDefaultValidators() - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Sets the validators back to the default configuration.
- retrieveCurrentColumn() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Returns the current column number in the XML file.
- retrieveCurrentLine() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Returns the current line number in the XML file.
- retrieveCurrentNamespace() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Returns the namespace for the current element (that one that is on top of the element stack).
- retrieveHandler(String) - Method in interface org.tquadrat.foundation.xml.parse.spi.HandlerProvider
-
Retrieves the XML parse event handler for the given element name.
- retrieveHandler(String) - Method in class org.tquadrat.foundation.xml.parse.spi.StAXParserBase
-
Retrieves the XML parse event handler for the given element name.
- retrieveNamespace(String) - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Returns the URI of the namespace for the given prefix.
- retrievePrefix(URI) - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Returns the registered prefix for the given namespace.
- retrieveValidAttributes() - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Returns the list of the registered attributes.
- retrieveValidAttributes() - Method in class org.tquadrat.foundation.xml.builder.spi.AttributeSupport
-
Returns the list of the registered attributes.
- retrieveValidChildren() - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Returns the list of the registered children.
- retrieveValidChildren() - Method in class org.tquadrat.foundation.xml.builder.spi.ChildSupport
-
Returns the list of the registered children.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form