|
String
|
getAbsoluteUri(String uriValue)
Utility routine that combines the current state of xml:base
with the specified URI to obtain an absolute URI.
|
|
Boolean
|
getBooleanAttribute(Attributes attrs, String attrName)
Utility method to return the value of an xsd:boolean attribute.
|
|
XmlParser.ElementHandler
|
getChildHandler(String namespace, String localName, Attributes attrs)
Determines a handler for a child element.
|
|
XmlParser.ElementHandler
|
getChildHandler(String namespace, String qualifiedName, String localName, Attributes attrs, List<XmlNamespace> namespaces)
Determines a handler for a child element.
|
|
void
|
initializeXmlBlob(XmlBlob xmlBlob, boolean mixedContent, boolean fullTextIndex)
If a derived class wishes to retrieve all unrecognized XML in a blob,
it calls this method.
|
|
Boolean
|
parseBooleanValue(String value)
Utility method to parse provided xsd:boolean value.
|
|
void
|
processAttribute(String namespace, String localName, String value)
Called to process an attribute.
|
|
void
|
processAttribute(String namespace, String qualifiedName, String localName, String attrValue)
Called to process an attribute.
|
|
void
|
processEndElement()
Called to process this element when the closing tag is encountered.
|