|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.sf.saxon.dom.NodeWrapper
|
+--net.sf.saxon.dom.DocumentWrapper
The document node of a tree implemented as a wrapper around a DOM Document.
| Field Summary | |
protected java.lang.String |
baseURI
|
protected Configuration |
config
|
protected int |
documentNumber
|
| Fields inherited from class net.sf.saxon.dom.NodeWrapper |
docWrapper, index, node, nodeKind |
| Fields inherited from interface net.sf.saxon.om.NodeInfo |
ALL_NAMESPACES, LOCAL_NAMESPACES, NO_NAMESPACES |
| Constructor Summary | |
DocumentWrapper(org.w3c.dom.Document doc,
java.lang.String baseURI,
Configuration config)
|
|
| Method Summary | |
Configuration |
getConfiguration()
Get the configuration previously set using setConfiguration |
int |
getDocumentNumber()
Get the unique document number |
NamePool |
getNamePool()
Get the name pool used for the names in this document |
java.lang.String[] |
getUnparsedEntity(java.lang.String name)
Get the unparsed entity with a given name |
boolean |
isSameNodeInfo(NodeInfo other)
Determine whether this is the same node as another node. |
NodeInfo |
selectID(java.lang.String id)
Get the element with a given ID, if any |
void |
setConfiguration(Configuration config)
Set the Configuration that contains this document |
NodeWrapper |
wrap(org.w3c.dom.Node node)
Create a wrapper for a node in this document |
| Methods inherited from class net.sf.saxon.dom.NodeWrapper |
compareOrder, copy, generateId, getAttributeValue, getBaseURI, getDisplayName, getDocumentRoot, getFingerprint, getLineNumber, getLocalPart, getNameCode, getNodeKind, getParent, getRoot, getSiblingPosition, getStringValue, getStringValue, getSystemId, getTypeAnnotation, getTypedValue, getUnderlyingNode, getURI, hasChildNodes, iterateAxis, iterateAxis, makeWrapper, makeWrapper, outputNamespaceNodes, setSystemId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.saxon.om.NodeInfo |
compareOrder, copy, generateId, getAttributeValue, getBaseURI, getDisplayName, getDocumentRoot, getFingerprint, getLineNumber, getLocalPart, getNameCode, getNodeKind, getParent, getRoot, getStringValue, getSystemId, getTypeAnnotation, getURI, hasChildNodes, iterateAxis, iterateAxis, outputNamespaceNodes |
| Methods inherited from interface javax.xml.transform.Source |
setSystemId |
| Methods inherited from interface net.sf.saxon.om.Item |
getTypedValue |
| Field Detail |
protected Configuration config
protected java.lang.String baseURI
protected int documentNumber
| Constructor Detail |
public DocumentWrapper(org.w3c.dom.Document doc,
java.lang.String baseURI,
Configuration config)
| Method Detail |
public NodeWrapper wrap(org.w3c.dom.Node node)
node - the DOM node to be wrapped. This must be a node within the document wrapped by this
DocumentWrapperpublic void setConfiguration(Configuration config)
setConfiguration in interface DocumentInfoconfig - The configuration to be usedpublic Configuration getConfiguration()
getConfiguration in interface DocumentInfopublic NamePool getNamePool()
getNamePool in interface DocumentInfogetNamePool in class NodeWrapperpublic int getDocumentNumber()
getDocumentNumber in interface DocumentInfogetDocumentNumber in class NodeWrapperpublic NodeInfo selectID(java.lang.String id)
selectID in interface DocumentInfoid - the required ID value
public boolean isSameNodeInfo(NodeInfo other)
isSameNodeInfo in interface NodeInfoisSameNodeInfo in class NodeWrapperother - the node to be compared with this node
public java.lang.String[] getUnparsedEntity(java.lang.String name)
getUnparsedEntity in interface DocumentInfoname - the name of the entity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||