public class XOMDocumentWrapper extends XOMNodeWrapper implements net.sf.saxon.om.DocumentInfo
This class is used not only for a document, but also for the root of a document-less tree fragment.
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseURI |
protected net.sf.saxon.Configuration |
config |
protected long |
documentNumber |
docWrapper, index, node, nodeKind| Constructor and Description |
|---|
XOMDocumentWrapper(nu.xom.Node root,
String baseURI,
net.sf.saxon.Configuration config)
Create a Saxon wrapper for a XOM root node
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.saxon.Configuration |
getConfiguration()
Get the configuration previously set using setConfiguration
|
long |
getDocumentNumber()
Get the unique document number for this document (the number is unique
for all documents within a NamePool)
|
net.sf.saxon.om.NamePool |
getNamePool()
Get the name pool used for the names in this document
|
net.sf.saxon.type.SchemaType |
getSchemaType()
Get the type annotation of this node, if any.
|
int |
getTypeAnnotation()
Get the type annotation of this node, if any.
|
String[] |
getUnparsedEntity(String name)
Get the unparsed entity with a given name
|
Iterator<String> |
getUnparsedEntityNames()
Get the list of unparsed entities defined in this document
|
Object |
getUserData(String key)
Get user data held in the document node.
|
boolean |
isTyped()
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
|
net.sf.saxon.om.NodeInfo |
selectID(String id,
boolean getParent)
Get the element with a given ID, if any
|
void |
setConfiguration(net.sf.saxon.Configuration config)
Set the configuration, which defines the name pool used for all names in
this document.
|
void |
setUserData(String key,
Object value)
Set user data on the document node.
|
net.sf.saxon.om.NodeInfo |
wrap(nu.xom.Node node)
Wrap a node in the XOM document.
|
atomize, compareOrder, comparePosition, copy, delete, equals, generateId, getAttributeValue, getBaseURI, getColumnNumber, getDeclaredNamespaces, getDisplayName, getDocumentRoot, getFingerprint, getFirstChild, getLineNumber, getLocalPart, getNameCode, getNextSibling, getNodeKind, getParent, getPrefix, getPreviousSibling, getRoot, getSiblingPosition, getStringValue, getStringValueCS, getSuccessorElement, getSystemId, getUnderlyingNode, getURI, hasChildNodes, hashCode, isId, isIdref, isNilled, isSameNodeInfo, iterate, iterateAttributes, iterateChildren, iterateDescendants, iterateSiblings, makeWrapper, makeWrapper, setSystemIdgetRealNode, head, iterateAxis, iterateAxisclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitatomize, compareOrder, comparePosition, copy, equals, generateId, getAttributeValue, getBaseURI, getColumnNumber, getDeclaredNamespaces, getDisplayName, getDocumentRoot, getFingerprint, getLineNumber, getLocalPart, getNameCode, getNodeKind, getParent, getPrefix, getRoot, getStringValue, getSystemId, getURI, hasChildNodes, hashCode, isId, isIdref, isNilled, isSameNodeInfo, iterateAxis, iterateAxissetSystemIdprotected net.sf.saxon.Configuration config
protected String baseURI
protected long documentNumber
public XOMDocumentWrapper(nu.xom.Node root,
String baseURI,
net.sf.saxon.Configuration config)
root - The XOM root nodebaseURI - The base URI for all the nodes in the treeconfig - The configuration which defines the name pool used for all
names in this treepublic net.sf.saxon.om.NodeInfo wrap(nu.xom.Node node)
node - The node to be wrapped. This must be a node in the same
document (the system does not check for this).public void setConfiguration(net.sf.saxon.Configuration config)
config - The configuration to be usedpublic net.sf.saxon.Configuration getConfiguration()
getConfiguration in interface net.sf.saxon.om.NodeInfogetConfiguration in class XOMNodeWrapperpublic net.sf.saxon.om.NamePool getNamePool()
getNamePool in interface net.sf.saxon.om.NodeInfogetNamePool in class XOMNodeWrapperpublic boolean isTyped()
isTyped in interface net.sf.saxon.om.DocumentInfopublic long getDocumentNumber()
getDocumentNumber in interface net.sf.saxon.om.NodeInfogetDocumentNumber in class XOMNodeWrapperpublic net.sf.saxon.om.NodeInfo selectID(String id, boolean getParent)
selectID in interface net.sf.saxon.om.DocumentInfoid - the required ID valuegetParent - public Iterator<String> getUnparsedEntityNames()
getUnparsedEntityNames in interface net.sf.saxon.om.DocumentInfopublic String[] getUnparsedEntity(String name)
getUnparsedEntity in interface net.sf.saxon.om.DocumentInfoname - the name of the entitypublic int getTypeAnnotation()
getTypeAnnotation in interface net.sf.saxon.om.NodeInfogetTypeAnnotation in class XOMNodeWrapperTypepublic net.sf.saxon.type.SchemaType getSchemaType()
Types derived from a DTD are not reflected in the result of this method.
getSchemaType in interface net.sf.saxon.om.NodeInfogetSchemaType in class XOMNodeWrapperpublic void setUserData(String key, Object value)
getUserData(java.lang.String)setUserData in interface net.sf.saxon.om.DocumentInfokey - A string giving the name of the property to be set. Clients are responsible
for choosing a key that is likely to be unique. Must not be null. Keys used internally
by Saxon are prefixed "saxon:".value - The value to be set for the property. May be null, which effectively
removes the existing value for the property.public Object getUserData(String key)
setUserData(java.lang.String, java.lang.Object)getUserData in interface net.sf.saxon.om.DocumentInfokey - A string giving the name of the property to be retrieved.Copyright © 2017 JBoss by Red Hat. All rights reserved.