public class StrippedDocument extends StrippedNode implements DocumentInfo
docWrapper, node, parent
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES
EMPTY_VALUE_ARRAY
?????? |
---|
StrippedDocument(DocumentInfo doc,
Stripper stripper) |
?????? | ????? |
---|---|
boolean |
containsPreserveSpace()
Does the stripped document contain any xml:space="preserve" attributes?
|
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
|
Stripper |
getStripper()
Get the document's stripper
|
java.lang.String[] |
getUnparsedEntity(java.lang.String name)
Get the unparsed entity with a given name
|
java.util.Iterator |
getUnparsedEntityNames()
Get the list of unparsed entities defined in this document
|
NodeInfo |
selectID(java.lang.String id)
Get the element with a given ID, if any
|
StrippedNode |
wrap(NodeInfo node)
Create a wrapped node within this document
|
atomize, compareOrder, copy, equals, generateId, getAttributeValue, getBaseURI, getColumnNumber, getDeclaredNamespaces, getDisplayName, getDocumentRoot, getFingerprint, getLineNumber, getLocalPart, getNameCode, getNodeKind, getParent, getPrefix, getRoot, getStringValue, getStringValueCS, getSystemId, getTypeAnnotation, getTypedValue, getUnderlyingNode, getURI, hasChildNodes, hashCode, isId, isIdref, isNilled, isSameNodeInfo, iterateAxis, iterateAxis, makeWrapper, setSystemId
atomize, compareOrder, copy, equals, generateId, getAttributeValue, getBaseURI, getColumnNumber, getDeclaredNamespaces, getDisplayName, getDocumentRoot, getFingerprint, getLineNumber, getLocalPart, getNameCode, getNodeKind, getParent, getPrefix, getRoot, getStringValue, getSystemId, getTypeAnnotation, getURI, hasChildNodes, hashCode, isId, isIdref, isNilled, isSameNodeInfo, iterateAxis, iterateAxis
getStringValueCS, getTypedValue
public StrippedDocument(DocumentInfo doc, Stripper stripper)
public StrippedNode wrap(NodeInfo node)
public Stripper getStripper()
public Configuration getConfiguration()
getConfiguration
???? NodeInfo
getConfiguration
??? StrippedNode
public NamePool getNamePool()
getNamePool
???? NodeInfo
getNamePool
??? StrippedNode
public int getDocumentNumber()
getDocumentNumber
???? NodeInfo
getDocumentNumber
??? StrippedNode
public NodeInfo selectID(java.lang.String id)
selectID
???? DocumentInfo
id
- the required ID valuepublic java.util.Iterator getUnparsedEntityNames()
getUnparsedEntityNames
???? DocumentInfo
public java.lang.String[] getUnparsedEntity(java.lang.String name)
getUnparsedEntity
???? DocumentInfo
name
- the name of the entitypublic boolean containsPreserveSpace()