Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- setAttribute(String, boolean) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, boolean) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
The method usesBoolean.toString(boolean)
to convert the provided flag to aString
. - setAttribute(String, boolean) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, double) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, double) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
The method usesDouble.toString(double)
to convert the provided number to aString
. - setAttribute(String, double) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, int) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, int) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
The method usesInteger.toString(int)
to convert the provided number to aString
. - setAttribute(String, int) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, long) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, long) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
The method usesLong.toString(long)
to convert the provided number to aString
. - setAttribute(String, long) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, E) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, E) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
The method usesEnum.name()
to convert the provided value to aString
. - setAttribute(String, E) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, Boolean) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, Boolean) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
The method usesBoolean.toString()
to convert the provided flag to aString
. - setAttribute(String, Boolean) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, CharSequence) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, CharSequence) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
- setAttribute(String, CharSequence) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, CharSequence, Optional<? extends CharSequence>) - Method in class org.tquadrat.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Sets the attribute with the given name.
- setAttribute(String, CharSequence, Optional<? extends CharSequence>) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Sets the attribute with the given name.
- setAttribute(String, CharSequence, Optional<? extends CharSequence>) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, CharSequence, Optional<? extends CharSequence>) - Method in class org.tquadrat.foundation.xml.builder.spi.AttributeSupport
-
Sets the attribute with the given name.
- setAttribute(String, CharSequence, Optional<? extends CharSequence>) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
- setAttribute(String, CharSequence, Optional<? extends CharSequence>) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, Number) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, Number) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
The method usesObject.toString()
to convert the provided number to aString
. - setAttribute(String, Number) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, Instant) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, Instant) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
The method usesInstant.toString()
to convert the provided number to aString
. - setAttribute(String, Instant) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, LocalDate) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, LocalDate) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
The method usesLocalDate.toString()
to convert the provided number to aString
. - setAttribute(String, LocalDate) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, LocalDateTime) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, LocalDateTime) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
The method usesLocalDateTime.toString()
to convert the provided number to aString
. - setAttribute(String, LocalDateTime) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttribute(String, ZonedDateTime) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name.
- setAttribute(String, ZonedDateTime) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document.
The method usesZonedDateTime.toString()
to convert the provided number to aString
. - setAttribute(String, ZonedDateTime) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name.
- setAttributeIfNotEmpty(String, CharSequence) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name if the provided value is not empty.
- setAttributeIfNotEmpty(String, CharSequence) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document if the provided value is not empty.
The method usesStringUtils.isNotEmpty(CharSequence)
to test if the given value is empty. - setAttributeIfNotEmpty(String, CharSequence) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name if the provided value is not empty.
- setAttributeIfNotEmpty(String, Optional<? extends CharSequence>) - Method in interface org.tquadrat.foundation.xml.builder.ProcessingInstruction
-
Sets the attribute with the given name if the provided value is not empty.
- setAttributeIfNotEmpty(String, Optional<? extends CharSequence>) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the attribute with the given name to the root element of this document if the provided value is not empty.
- setAttributeIfNotEmpty(String, Optional<? extends CharSequence>) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the attribute with the given name if the provided value is not empty.
- setAttributeNameValidator(Predicate<CharSequence>) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Sets the method to validate attribute names.
- setContentHandler(ContentHandler) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Sets the content handler used by this XMLReader.
- setDocumentLocator(Locator) - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Receives an object for locating the origin of SAX document events.
SAX parsers are strongly encouraged (though not absolutely required) to supply a locator: if it does so, it must supply the locator to the application by invoking this method before invoking any of the other methods in the ContentHandler interface.
The locator allows the application to determine the end position of any document-related event, even if the parser is not reporting an error. - setDTDHandler(DTDHandler) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Sets the DTD handler used by this XMLReader.
- setElementNameValidator(Predicate<CharSequence>) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Sets the method to validate element names.
- setEncoding(String) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Sets the encoding for the input source.
- setEntityResolver(EntityResolver) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Sets the entity resolver that is used by this XMLReader.
- setErrorHandler(ErrorHandler) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Sets the error handler that is used by this XMLReader.
- setFeature(String, boolean) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Sets the feature flag.
- setId(String) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the id for the root element of this document.
The value will be validated using the method that is provided by a call toXMLBuilderUtils.getNMTokenValidator()
. - setId(String) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the id for the element.
- setLocation(int, int) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Sets the current location to the locator.
- setNamespace(String) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Sets the given namespace.
- setNamespace(String) - Method in class org.tquadrat.foundation.xml.builder.spi.NamespaceSupport
-
Sets the given namespace.
- setNamespace(String) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the given namespace to the root element of this document.
- setNamespace(String) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the given namespace.
- setNamespace(String, String) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Sets the given namespace.
- setNamespace(String, String) - Method in class org.tquadrat.foundation.xml.builder.spi.NamespaceSupport
-
Sets the given namespace.
The given prefix is validated using the method that is provided byXMLBuilderUtils.getPrefixValidator()
. - setNamespace(String, String) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the given namespace to the root element of this document.
The given prefix is validated using the method that is provided byXMLBuilderUtils.getPrefixValidator()
. - setNamespace(String, String) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the given namespace.
- setNamespace(String, URI) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Sets the given namespace.
- setNamespace(String, URI) - Method in class org.tquadrat.foundation.xml.builder.spi.NamespaceSupport
-
Sets the given namespace.
The given prefix is validated using the method that is provided byXMLBuilderUtils.getPrefixValidator()
. - setNamespace(String, URI) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the given namespace to the root element of this document.
The given prefix is validated using the method that is provided byXMLBuilderUtils.getPrefixValidator()
. - setNamespace(String, URI) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the given namespace.
- setNamespace(URI) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Sets the given namespace.
- setNamespace(URI) - Method in class org.tquadrat.foundation.xml.builder.spi.NamespaceSupport
-
Sets the given namespace.
- setNamespace(URI) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the given namespace to the root element of this document.
- setNamespace(URI) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the given namespace.
- setNamespace(Namespace) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Sets the given namespace.
- setNamespace(Namespace) - Method in interface org.tquadrat.foundation.xml.builder.XMLDocument
-
Sets the given namespace to the root element of this document.
- setNamespace(Namespace) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the given namespace.
- setNamespace(Namespace...) - Method in class org.tquadrat.foundation.xml.builder.spi.NamespaceSupport
-
Sets the given namespace.
- setNMTokenValidator(Predicate<CharSequence>) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Sets the method to validate
nmtoken
s. - setParent(E) - Method in class org.tquadrat.foundation.xml.builder.internal.Comment
-
Sets the parent for this element.
- setParent(E) - Method in class org.tquadrat.foundation.xml.builder.internal.DocType
-
Sets the parent for this element.
- setParent(E) - Method in class org.tquadrat.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Sets the parent for this element.
- setParent(E) - Method in class org.tquadrat.foundation.xml.builder.internal.Text
-
Sets the parent for this element.
- setParent(E) - Method in class org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
-
Sets the parent for this element.
- setParent(E) - Method in interface org.tquadrat.foundation.xml.builder.spi.Element
-
Sets the parent for this element.
- setParent(E) - Method in interface org.tquadrat.foundation.xml.builder.XMLElement
-
Sets the parent for this element.
- setPrefixValidator(Predicate<CharSequence>) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Sets the method to validate prefixes.
- setProperty(String, Object) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Sets the value of a property.
- setPublicId(String) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Sets the public id to the locator.
- setSortOrder(Comparator<String>) - Method in class org.tquadrat.foundation.xml.builder.spi.AttributeSupport
-
Sets the comparator that determines the sequence of the attributes for the owning element.
- setSystemId(String) - Method in class org.tquadrat.foundation.xml.parse.AbstractXMLReader
-
Sets the system id to the locator.
- setTarget(T) - Method in class org.tquadrat.foundation.xml.parse.spi.StAXParserBase
-
Sets the target data structure.
- SGMLPrinter - Class in org.tquadrat.foundation.xml.builder.spi
-
Helper method for the conversion of SGML elements into a String.
- SGMLPrinter() - Constructor for class org.tquadrat.foundation.xml.builder.spi.SGMLPrinter
-
No instance of this class allowed.
- skippedEntity(String) - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Receives notification of a skipped entity.
- startDocument() - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Receives the notification of the beginning of the document.
This implementation does nothing by default. - startElement(String, String, String, Attributes) - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Receives the notification about the start of an element.
- startPrefixMapping(String, String) - Method in class org.tquadrat.foundation.xml.parse.AdvancedContentHandler
-
Receives the notification of the start of a Namespace mapping.
- StAXParser<T> - Class in org.tquadrat.foundation.xml.parse
-
Parses an XML stream to an object of type
T
; that object is either provided with the constructorStAXParser(Object)
or will be created by an instance ofXMLParseEventHandler
.
To start the parsing process, callStAXParserBase.parse(XMLEventReader)
on the instance ofStAXParser
. - StAXParser() - Constructor for class org.tquadrat.foundation.xml.parse.StAXParser
-
Creates a new
StAXParser
instance. - StAXParser(T) - Constructor for class org.tquadrat.foundation.xml.parse.StAXParser
-
Creates a new
StAXParser
instance. - StAXParserBase<T> - Class in org.tquadrat.foundation.xml.parse.spi
-
The abstract base class for StAX based XML parsers.
- StAXParserBase() - Constructor for class org.tquadrat.foundation.xml.parse.spi.StAXParserBase
-
Creates a new
StAXParserBase
instance. - StAXParserBase(T) - Constructor for class org.tquadrat.foundation.xml.parse.spi.StAXParserBase
-
Creates a new
StAXParser
instance. - stripXMLComments(CharSequence) - Static method in class org.tquadrat.foundation.xml.builder.XMLBuilderUtils
-
Strips HTML or XML comments from the given String.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form