Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- getAttribute(String) - Method in class org.tquadrat.foundation.xml.builder.internal.DocType
-
Returns the value for the attribute with the given name.
- getAttribute(String) - Method in class org.tquadrat.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Returns the value for the attribute with the given name.
- getAttribute(String) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Returns the value for the attribute with the given name.
- getAttribute(String) - Method in class org.tquadrat.foundation.xml.builder.spi.AttributeSupport
-
Returns the value for the attribute with the given name.
- getAttribute(String) - Method in interface org.tquadrat.foundation.xml.builder.spi.Document
-
Returns the value for the attribute with the given name.
The attribute is assigned to the root element of the document as documents itself cannot have attributes. - getAttribute(String) - Method in interface org.tquadrat.foundation.xml.builder.spi.Element
-
Returns the value for the attribute with the given name.
- getAttributeNameValidator() - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Returns the method to validate attribute names.
- getAttributes() - Method in class org.tquadrat.foundation.xml.builder.internal.DocType
-
Provides read access to the attributes.
- getAttributes() - Method in class org.tquadrat.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Provides read access to the attributes.
- getAttributes() - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Provides read access to the attributes.
- getAttributes() - Method in class org.tquadrat.foundation.xml.builder.spi.AttributeSupport
-
Provides read access to the attributes.
- getAttributes() - Method in interface org.tquadrat.foundation.xml.builder.spi.Document
-
Provides read access to the attributes of the root element of the document as documents itself cannot have attributes.
- getAttributes() - Method in interface org.tquadrat.foundation.xml.builder.spi.Element
-
Provides read access to the attributes.
- getAttributes() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler.Element
-
Returns the attributes of the element.
- getChildren() - Method in class org.tquadrat.foundation.xml.builder.internal.DocType
-
Provides access to the children for this element; the returned collection is not modifiable.
- getChildren() - Method in class org.tquadrat.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Provides access to the children for this element; the returned collection is not modifiable.
- getChildren() - Method in class org.tquadrat.foundation.xml.builder.internal.XMLDocumentImpl
-
Provides access to the children for this document; the returned collection is not modifiable.
The root element is the last entry in the returned collection. - getChildren() - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Provides access to the children for this element; the returned collection is not modifiable.
- getChildren() - Method in class org.tquadrat.foundation.xml.builder.spi.ChildSupport
-
Provides access to the children for this element; the returned collection is not modifiable.
- getChildren() - Method in interface org.tquadrat.foundation.xml.builder.spi.Document
-
Provides access to the children for this document; the returned collection is not modifiable.
The root element is the last entry in the returned collection. - getChildren() - Method in interface org.tquadrat.foundation.xml.builder.spi.Element
-
Provides access to the children for this element; the returned collection is not modifiable.
- getColumnNumber() - Method in class org.tquadrat.foundation.xml.parse.LocationLocator
- getContentHandler() - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Returns the current content handler.
- getCurrent() - Method in enum class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.Validator
-
Returns the current validator.
- getData() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler.Element
-
Returns the data block for this element.
- getDefault() - Method in enum class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.Validator
-
Returns the default validator.
- getDocumentType() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Returns the name of the document type.
- getDTDHandler() - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Returns the current DTD handler.
- getElementName() - Method in class org.tquadrat.foundation.xml.builder.internal.Comment
-
Returns the name of the element.
- getElementName() - Method in class org.tquadrat.foundation.xml.builder.internal.DocType
-
Returns the name of the element.
- getElementName() - Method in class org.tquadrat.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Returns the name of the element.
- getElementName() - Method in class org.tquadrat.foundation.xml.builder.internal.Text
-
Returns the name of the element.
- getElementName() - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Returns the name of the element.
- getElementName() - Method in interface org.tquadrat.foundation.xml.builder.spi.Document
-
Returns the name of the root element.
- getElementName() - Method in interface org.tquadrat.foundation.xml.builder.spi.Element
-
Returns the name of the element.
- getElementNameValidator() - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Returns the method to validate element names.
- getEntities() - Method in record class org.tquadrat.foundation.xml.parse.Attribute
-
If the attribute is of type
Attribute.Type.ENTITY
orAttribute.Type.ENTITIES
, this method will return a list of the entity values. - getEntityResolver() - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Returns the current entity resolver.
- getErrorHandler() - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Returns the current error handler.
- getFeature(String) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
As this is not meant as a base for an XML parser, this implementation does not recognise the required namespaces.
- getFlags() - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Returns the flags for this element.
- getFlags() - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Returns the flags for this element.
- getIdentifier() - Method in class org.tquadrat.foundation.xml.builder.Namespace
-
Returns the namespace identifier.
- getIDReferences() - Method in record class org.tquadrat.foundation.xml.parse.Attribute
-
If the attribute is of type
Attribute.Type.IDREF
orAttribute.Type.IDREFS
, this method will return a list of the ID references. - getLineNumber() - Method in class org.tquadrat.foundation.xml.parse.LocationLocator
- getLocalName() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler.Element
-
Returns the local name of the element.
- getLocator() - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Returns a reference to the locator object provided by this base implementation.
- getLocator() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Returns a copy of the locator.
- getNamespace() - Method in class org.tquadrat.foundation.xml.builder.spi.XMLElementFactoryBase
-
Returns the namespace this XML element factory was created with.
- getNamespace() - Method in interface org.tquadrat.foundation.xml.builder.XMLElementFactory
-
Returns the namespace this XML element factory was created with.
- getNamespaces() - Method in class org.tquadrat.foundation.xml.builder.internal.DocType
-
Provides access to the namespaces for this element; the returned collection is not modifiable.
- getNamespaces() - Method in class org.tquadrat.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Provides access to the namespaces for this element; the returned collection is not modifiable.
- getNamespaces() - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Provides access to the namespaces for this element; the returned collection is not modifiable.
- getNamespaces() - Method in interface org.tquadrat.foundation.xml.builder.spi.Document
-
Provides access to the namespaces for this document (although in fact, it will be the namespaces for the root element); the returned collection is not modifiable.
- getNamespaces() - Method in interface org.tquadrat.foundation.xml.builder.spi.Element
-
Provides access to the namespaces for this element; the returned collection is not modifiable.
- getNamespaces() - Method in class org.tquadrat.foundation.xml.builder.spi.NamespaceSupport
-
Provides access to the namespaces for this element; the returned collection is not modifiable.
- getNameTokens() - Method in record class org.tquadrat.foundation.xml.parse.Attribute
-
If the attribute is of type
Attribute.Type.NMTOKEN
orAttribute.Type.NMTOKENS
, this method will return a list of the name tokens. - getNewValidator() - Method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.ValidatorChangeEvent
-
Returns the new validator.
- getNMTokenValidator() - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Returns the method to validate
nmtoken
s. - getOldValidator() - Method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.ValidatorChangeEvent
-
Returns the previous validator.
- getOwner() - Method in class org.tquadrat.foundation.xml.builder.spi.NamespaceSupport
-
Returns the reference to the owner of this instance of
NamespaceSupport
. - getParent() - Method in class org.tquadrat.foundation.xml.builder.internal.Comment
-
Returns the parent of this element.
- getParent() - Method in class org.tquadrat.foundation.xml.builder.internal.DocType
-
Returns the parent of this element.
- getParent() - Method in class org.tquadrat.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Returns the parent of this element.
- getParent() - Method in class org.tquadrat.foundation.xml.builder.internal.Text
-
Returns the parent of this element.
- getParent() - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Returns the parent of this element.
- getParent() - Method in interface org.tquadrat.foundation.xml.builder.spi.Element
-
Returns the parent of this element.
- getParent() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler.Element
-
Returns the parent element.
- getPath() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler.Element
-
Returns to XML path to this element.
- getPath() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Returns the path for the element as an array, with the qualified element names as the entries in the array.
- getPathDepth() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Returns the path depth for the element.
- getPrefix() - Method in class org.tquadrat.foundation.xml.builder.Namespace
-
Returns the namespace prefix.
- getPrefix() - Method in interface org.tquadrat.foundation.xml.builder.XMLElementFactory
-
Returns the prefix from the namespace this XML element factory was created with.
- getPrefix() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler.Element
-
Returns the prefix from the element's qualified name.
- getPrefixValidator() - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Returns the method to validate prefixes.
- getProperty(String) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Returns the value for the property with the given name.
- getPublicId() - Method in class org.tquadrat.foundation.xml.parse.LocationLocator
- getQName() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler.Element
-
Returns the qualified name of the element.
- getRootElement() - Method in class org.tquadrat.foundation.xml.builder.internal.XMLDocumentImpl
-
Return the root element for this document.
- getRootElement() - Method in interface org.tquadrat.foundation.xml.builder.spi.Document
-
Return the root element for this document.
- getSortOrder() - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Returns the attribute sort order.
- getSortOrder() - Method in class org.tquadrat.foundation.xml.builder.spi.AttributeSupport
-
Returns the attribute sort order.
- getSubjectClass() - Method in class org.tquadrat.foundation.xml.stringconverter.DocumentStringConverter
-
Provides the subject class for this converter.
- getSystemId() - Method in class org.tquadrat.foundation.xml.parse.LocationLocator
- getURI() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler.Element
-
Returns the namespace URI of the element.
- getValidator() - Method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.ValidatorChangeEvent
-
Gets the validator that was changed.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form