public class VirtualTreeInfo extends GenericTreeInfo
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, getSystemId, getUserData, isStreamed, isTyped, selectID, setConfiguration, setDocumentNumber, setRootNode, setSystemId, setUserData
public 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 TreeInfo
getUnparsedEntityNames
in class GenericTreeInfo
public java.lang.String[] getUnparsedEntity(java.lang.String name)
getUnparsedEntity
in interface TreeInfo
getUnparsedEntity
in class GenericTreeInfo
name
- the name of the entityCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.