- getAttribute(String) - Method in class org.expath.tools.model.dom.DomElement
-
- getAttribute(String) - Method in interface org.expath.tools.model.Element
-
Return the value of an attribute.
- getBoolean() - Method in interface org.expath.tools.model.Attribute
-
Return the boolean value of the attribute.
- getBoolean() - Method in class org.expath.tools.model.dom.DomAttribute
-
- getByteOrderMark() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property byte-order-mark.
- getCdataSectionElements() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property cdata-section-elements.
- getContent() - Method in class org.expath.tools.model.dom.DomElement
-
- getContent() - Method in interface org.expath.tools.model.Element
-
Return the content of the element (the content of the child:: axis).
- getDisplayName() - Method in class org.expath.tools.model.dom.DomElement
-
- getDisplayName() - Method in interface org.expath.tools.model.Element
-
Get the display name of the element.
- getDoctypePublic() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property doctype-public.
- getDoctypeSystem() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property doctype-system.
- getEncoding() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property encoding.
- getEscapeUriAttributes() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property escape-uri-attributes.
- getExtension(QName) - Method in interface org.expath.tools.serial.ExtensionHandler
-
Get an extension output property.
- getExtension(QName) - Method in class org.expath.tools.serial.SerialParameters
-
Get an extension output property.
- getHtmlVersion() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property html-version.
- getIncludeContentType() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property include-content-type.
- getIndent() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property indent.
- getInteger() - Method in interface org.expath.tools.model.Attribute
-
Return the integer value of the attribute.
- getInteger() - Method in class org.expath.tools.model.dom.DomAttribute
-
- getItemSeparator() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property item-separator.
- getLocalName() - Method in interface org.expath.tools.model.Attribute
-
Return the local part of the name of the attribute.
- getLocalName() - Method in class org.expath.tools.model.dom.DomAttribute
-
- getLocalName() - Method in class org.expath.tools.model.dom.DomElement
-
- getLocalName() - Method in interface org.expath.tools.model.Element
-
Get the local part of the name of the element.
- getMediaType() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property media-type.
- getMethod() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property method.
- getNamespaceUri() - Method in interface org.expath.tools.model.Attribute
-
Return the namespace URI part of the name of the attribute.
- getNamespaceUri() - Method in class org.expath.tools.model.dom.DomAttribute
-
- getNamespaceUri() - Method in class org.expath.tools.model.dom.DomElement
-
- getNamespaceUri() - Method in interface org.expath.tools.model.Element
-
Return the namespace URI part of the name of the element.
- getNormalizationForm() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property normalization-form.
- getOmitXmlDeclaration() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property omit-xml-declaration.
- getRevision() - Method in class org.expath.tools.Version
-
- getStandalone() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property standalone.
- getSuppressIndentation() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property suppress-indentation.
- getUndeclarePrefixes() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property undeclare-prefixes.
- getUseCharacterMaps() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property use-character-maps.
- getValue() - Method in interface org.expath.tools.model.Attribute
-
Return the string value of the attribute.
- getValue() - Method in class org.expath.tools.model.dom.DomAttribute
-
- getVersion() - Method in class org.expath.tools.serial.SerialParameters
-
Get the output property version.
- getVersion() - Method in class org.expath.tools.Version
-
- Sequence - Interface in org.expath.tools.model
-
An abstract representation of a sequence (just provide basic needs).
- serialize(OutputStream, SerialParameters) - Method in class org.expath.tools.model.dom.DomSequence
-
- serialize(OutputStream, SerialParameters) - Method in class org.expath.tools.model.dom.DomSingleton
-
- serialize(OutputStream, SerialParameters) - Method in interface org.expath.tools.model.Sequence
-
Serialize the sequence to the output stream, using the serialization parameters.
- SerialParameters - Class in org.expath.tools.serial
-
A set of serialization parameters.
- SerialParameters() - Constructor for class org.expath.tools.serial.SerialParameters
-
- SerialParameters.Standalone - Enum in org.expath.tools.serial
-
- SerialParameters.UseChar - Class in org.expath.tools.serial
-
- setByteOrderMark(Boolean) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property byte-order-mark.
- setByteOrderMark(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property byte-order-mark.
- setDoctypePublic(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property doctype-public.
- setDoctypeSystem(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property doctype-system.
- setEncoding(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property encoding.
- setEscapeUriAttributes(Boolean) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property escape-uri-attributes.
- setEscapeUriAttributes(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property escape-uri-attributes.
- setExtension(QName, String) - Method in interface org.expath.tools.serial.ExtensionHandler
-
Set an extension output property.
- setExtension(QName, String) - Method in class org.expath.tools.serial.SerialParameters
-
Set an extension output property.
- setExtensionHandler(ExtensionHandler) - Method in class org.expath.tools.serial.SerialParameters
-
Set an extension handler.
- setHtmlVersion(Double) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property html-version.
- setHtmlVersion(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property html-version.
- setIncludeContentType(Boolean) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property include-content-type.
- setIncludeContentType(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property include-content-type.
- setIndent(Boolean) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property indent.
- setIndent(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property indent.
- setItemSeparator(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property item-separator.
- setMediaType(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property media-type.
- setMethod(QName) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property method.
- setNormalizationForm(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property normalization-form.
- setOmitXmlDeclaration(Boolean) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property omit-xml-declaration.
- setOmitXmlDeclaration(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property omit-xml-declaration.
- setStandalone(SerialParameters.Standalone) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property standalone.
- setStandalone(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property standalone.
- setUndeclarePrefixes(Boolean) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property undeclare-prefixes.
- setUndeclarePrefixes(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property undeclare-prefixes.
- setVersion(String) - Method in class org.expath.tools.serial.SerialParameters
-
Set the output property version.
- startContent() - Method in interface org.expath.tools.model.TreeBuilder
-
Allow putting content in an open element.
- startElem(String) - Method in interface org.expath.tools.model.TreeBuilder
-
Open an element in this tree builder namespace.
- stringMap - Variable in class org.expath.tools.serial.SerialParameters.UseChar
-