public class VirtualTreeInfo extends GenericTreeInfo
root| Constructor and Description |
|---|
VirtualTreeInfo(Configuration config) |
VirtualTreeInfo(Configuration config,
VirtualCopy vc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getUnparsedEntity(java.lang.String name)
Get the unparsed entity with a given name
|
java.util.Iterator<java.lang.String> |
getUnparsedEntityNames()
Get the list of unparsed entities defined in this document
|
boolean |
isCopyAccumulators() |
void |
setCopyAccumulators(boolean copy) |
getConfiguration, getDocumentNumber, getPublicId, getRootNode, getSpaceStrippingRule, getSystemId, getUserData, isStreamed, isTyped, selectID, setConfiguration, setDocumentNumber, setRootNode, setSpaceStrippingRule, setSystemId, setUserDatapublic VirtualTreeInfo(Configuration config)
public VirtualTreeInfo(Configuration config, VirtualCopy vc)
public void setCopyAccumulators(boolean copy)
public boolean isCopyAccumulators()
public java.util.Iterator<java.lang.String> getUnparsedEntityNames()
getUnparsedEntityNames in interface TreeInfogetUnparsedEntityNames in class GenericTreeInfopublic java.lang.String[] getUnparsedEntity(java.lang.String name)
getUnparsedEntity in interface TreeInfogetUnparsedEntity in class GenericTreeInfoname - the name of the entityCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.