| |
|
| java.lang.Object net.sf.saxon.om.StrippedNode net.sf.saxon.om.StrippedDocument
StrippedDocument | public class StrippedDocument extends StrippedNode implements DocumentInfo(Code) | | A StrippedDocument represents a view of a real Document in which selected
whitespace text nodes are treated as having been stripped.
|
containsPreserveSpace | public boolean containsPreserveSpace()(Code) | | Does the stripped document contain any xml:space="preserve" attributes?
|
getConfiguration | public Configuration getConfiguration()(Code) | | Get the configuration previously set using setConfiguration
|
getDocumentNumber | public int getDocumentNumber()(Code) | | Get the unique document number
|
getNamePool | public NamePool getNamePool()(Code) | | Get the name pool used for the names in this document
|
getStripper | public Stripper getStripper()(Code) | | Get the document's stripper
|
getUnparsedEntity | public String[] getUnparsedEntity(String name)(Code) | | Get the unparsed entity with a given name
Parameters: name - the name of the entity |
selectID | public NodeInfo selectID(String id)(Code) | | Get the element with a given ID, if any
Parameters: id - the required ID value the element with the given ID value, or null if there is none. |
|
|
|