| Package | Description |
|---|---|
| org.expath.tools.model | |
| org.expath.tools.model.dom | |
| org.expath.tools.serial |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeBuilder.attribute(java.lang.String localname,
java.lang.CharSequence value)
Create an attribute in no namespace.
|
void |
TreeBuilder.endElem()
Close the current element.
|
boolean |
Attribute.getBoolean()
Return the boolean value of the attribute.
|
Sequence |
Element.getContent()
Return the content of the element (the content of the child:: axis).
|
int |
Attribute.getInteger()
Return the integer value of the attribute.
|
boolean |
Sequence.isEmpty()
Return true if the sequence is empty.
|
Sequence |
Sequence.next()
Return the next item in the sequence, as a sequence itself (a singleton).
|
void |
Element.noOtherNCNameAttribute(java.lang.String[] names,
java.lang.String[] forbidden_ns)
Check the element
elem does not have attributes other than names. |
javax.xml.namespace.QName |
Element.parseQName(java.lang.String value)
Parse a literal QName using the namespace bindings in scope on the element.
|
void |
Sequence.serialize(java.io.OutputStream out,
SerialParameters params)
Serialize the sequence to the output stream, using the serialization parameters.
|
void |
TreeBuilder.startContent()
Allow putting content in an open element.
|
void |
TreeBuilder.startElem(java.lang.String localname)
Open an element in this tree builder namespace.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DomAttribute.getBoolean() |
int |
DomAttribute.getInteger() |
boolean |
DomSingleton.isEmpty() |
boolean |
DomSequence.isEmpty() |
Sequence |
DomSingleton.next() |
Sequence |
DomSequence.next() |
void |
DomElement.noOtherNCNameAttribute(java.lang.String[] names,
java.lang.String[] forbidden_ns) |
javax.xml.namespace.QName |
DomElement.parseQName(java.lang.String value) |
static Element |
DomElement.parseString(java.lang.String xml) |
void |
DomSingleton.serialize(java.io.OutputStream out,
SerialParameters params) |
void |
DomSequence.serialize(java.io.OutputStream out,
SerialParameters params) |
| Modifier and Type | Method and Description |
|---|---|
void |
SerialParameters.addCdataSectionElements(java.lang.String v,
Element scope)
Set the output property
cdata-section-elements. |
void |
SerialParameters.addSuppressIndentation(java.lang.String v,
Element scope)
Set the output property
suppress-indentation. |
void |
SerialParameters.addUseCharacterMaps(java.lang.String v,
Element scope)
Set the output property
use-character-maps. |
java.lang.String |
ExtensionHandler.getExtension(javax.xml.namespace.QName name)
Get an extension output property.
|
java.lang.String |
SerialParameters.getExtension(javax.xml.namespace.QName n)
Get an extension output property.
|
static SerialParameters |
SerialParameters.parse(Element elem) |
void |
SerialParameters.setByteOrderMark(java.lang.String v)
Set the output property
byte-order-mark. |
void |
SerialParameters.setEscapeUriAttributes(java.lang.String v)
Set the output property
escape-uri-attributes. |
void |
ExtensionHandler.setExtension(javax.xml.namespace.QName name,
java.lang.String value)
Set an extension output property.
|
void |
SerialParameters.setExtension(javax.xml.namespace.QName n,
java.lang.String v)
Set an extension output property.
|
void |
SerialParameters.setExtensionHandler(ExtensionHandler handler)
Set an extension handler.
|
void |
SerialParameters.setHtmlVersion(java.lang.String v)
Set the output property
html-version. |
void |
SerialParameters.setIncludeContentType(java.lang.String v)
Set the output property
include-content-type. |
void |
SerialParameters.setIndent(java.lang.String v)
Set the output property
indent. |
void |
SerialParameters.setOmitXmlDeclaration(java.lang.String v)
Set the output property
omit-xml-declaration. |
void |
SerialParameters.setStandalone(java.lang.String v)
Set the output property
standalone. |
void |
SerialParameters.setUndeclarePrefixes(java.lang.String v)
Set the output property
undeclare-prefixes. |
Copyright © 2015-2020 EXPath. All Rights Reserved