|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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
|
protected boolean |
level3
|
| Fields inherited from class net.sf.saxon.dom.NodeWrapper |
docWrapper, index, node, nodeKind, span |
| Fields inherited from interface net.sf.saxon.om.NodeInfo |
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES |
| Fields inherited from interface net.sf.saxon.om.ValueRepresentation |
EMPTY_VALUE_ARRAY |
| Constructor Summary | |
DocumentWrapper(org.w3c.dom.Node doc,
java.lang.String baseURI,
Configuration config)
Wrap a DOM Document or DocumentFragment node |
|
| 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 |
atomize, compareOrder, copy, equals, generateId, getAttributeValue, getBaseURI, getDeclaredNamespaces, getDisplayName, getDocumentRoot, getFingerprint, getLineNumber, getLocalPart, getNameCode, getNodeKind, getParent, getPrefix, getRoot, getSiblingPosition, getStringValue, getStringValueCS, getSystemId, getTypeAnnotation, getTypedValue, getUnderlyingNode, getURI, hasChildNodes, hashCode, iterateAxis, iterateAxis, makeWrapper, makeWrapper, sendNamespaceDeclarations, setSystemId |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.saxon.om.NodeInfo |
atomize, compareOrder, copy, equals, generateId, getAttributeValue, getBaseURI, getDeclaredNamespaces, getDisplayName, getDocumentRoot, getFingerprint, getLineNumber, getLocalPart, getNameCode, getNodeKind, getParent, getPrefix, getRoot, getStringValue, getSystemId, getTypeAnnotation, getURI, hasChildNodes, hashCode, iterateAxis, iterateAxis, sendNamespaceDeclarations |
| Methods inherited from interface javax.xml.transform.Source |
setSystemId |
| Methods inherited from interface net.sf.saxon.om.Item |
getStringValueCS, getTypedValue |
| Field Detail |
protected Configuration config
protected java.lang.String baseURI
protected int documentNumber
protected boolean level3
| Constructor Detail |
public DocumentWrapper(org.w3c.dom.Node doc,
java.lang.String baseURI,
Configuration config)
doc - a DOM Document or DocumentFragment nodebaseURI - the base URI of the documentconfig - the Saxon configuration| 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
DocumentWrapper
java.lang.IllegalArgumentException - if the node is not a descendant of the Document node wrapped by
this DocumentWrapperpublic void setConfiguration(Configuration config)
public Configuration getConfiguration()
getConfiguration in interface NodeInfogetConfiguration in class NodeWrapperpublic NamePool getNamePool()
getNamePool in interface NodeInfogetNamePool in class NodeWrapperpublic int getDocumentNumber()
getDocumentNumber in interface NodeInfogetDocumentNumber 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 NodeWrapperpublic 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 | |||||||||