|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.saxon.value.TextFragmentValue
This class represents a temporary tree whose root document node owns a single text node.
| Field Summary |
| 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 | |
TextFragmentValue(java.lang.CharSequence value,
java.lang.String baseURI)
Constructor: create a result tree fragment containing a single text node |
|
| Method Summary | |
Value |
atomize()
Get the typed value. |
int |
compareOrder(NodeInfo other)
Determine the relative position of this node and another node, in document order. |
void |
copy(Receiver out,
int whichNamespaces,
boolean copyAnnotations,
int locationId)
Copy the result tree fragment value to a given Outputter |
void |
generateId(FastStringBuffer buffer)
Get a character string that uniquely identifies this node |
java.lang.String |
getAttributeValue(int fingerprint)
Get the value of a given attribute of this node |
java.lang.String |
getBaseURI()
Get the base URI for the document node. |
int |
getColumnNumber()
Return the character position where the current document event ends. |
Configuration |
getConfiguration()
Get the configuration previously set using setConfiguration (or the default configuraton allocated automatically) |
int[] |
getDeclaredNamespaces(int[] buffer)
Get all namespace undeclarations and undeclarations defined on this element. |
java.lang.String |
getDisplayName()
Get the display name of this node. |
int |
getDocumentNumber()
Get the unique document number |
DocumentInfo |
getDocumentRoot()
Get the root (document) node |
int |
getFingerprint()
Get the fingerprint of the node, used for matching names |
int |
getLineNumber()
Get line number |
java.lang.String |
getLocalPart()
Get the local name of this node. |
int |
getNameCode()
Get the name code of the node, used for displaying names |
NamePool |
getNamePool()
Get the name pool used for the names in this document |
int |
getNodeKind()
Return the type of node. |
NodeInfo |
getParent()
Find the parent node of this node. |
java.lang.String |
getPrefix()
Get the prefix part of the name of this node. |
java.lang.String |
getPublicId()
Return the public identifier for the current document event. |
NodeInfo |
getRoot()
Get the root node |
java.lang.String |
getStringValue()
Get the String Value |
java.lang.CharSequence |
getStringValueCS()
Get the value of the item as a CharSequence. |
java.lang.String |
getSystemId()
Get the system ID (the document URI) of the document node. |
int |
getTypeAnnotation()
Get the type annotation of this node, if any. |
SequenceIterator |
getTypedValue()
Get the typed value of the item |
java.lang.String[] |
getUnparsedEntity(java.lang.String name)
Get the unparsed entity with a given name |
java.lang.String |
getURI()
Get the URI part of the name of this node. |
boolean |
hasChildNodes()
Determine whether the node has any children. |
boolean |
isSameNodeInfo(NodeInfo other)
Determine whether this is the same node as another node |
AxisIterator |
iterateAxis(byte axisNumber)
Return an iteration over the nodes reached by the given axis from this node |
AxisIterator |
iterateAxis(byte axisNumber,
NodeTest nodeTest)
Return an enumeration over the nodes reached by the given axis from this node |
NodeInfo |
selectID(java.lang.String id)
Get the element with a given ID. |
void |
sendNamespaceDeclarations(Receiver out,
boolean includeAncestors)
Output all namespace nodes associated with this element. |
void |
setConfiguration(Configuration config)
Set the configuration (containing the name pool used for all names in this document) |
void |
setSystemId(java.lang.String systemId)
Set the system ID (that is, the document URI property) for the document node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.saxon.om.NodeInfo |
equals, hashCode |
| Constructor Detail |
public TextFragmentValue(java.lang.CharSequence value,
java.lang.String baseURI)
value - a String containing the valuebaseURI - the base URI of the document node| Method Detail |
public void setConfiguration(Configuration config)
public Configuration getConfiguration()
getConfiguration in interface NodeInfopublic NamePool getNamePool()
getNamePool in interface NodeInfopublic int getDocumentNumber()
getDocumentNumber in interface NodeInfopublic final int getNodeKind()
getNodeKind in interface NodeInfoTypepublic java.lang.String getStringValue()
getStringValue in interface NodeInfopublic java.lang.CharSequence getStringValueCS()
getStringValueCS in interface ItemItem.getStringValue()public boolean isSameNodeInfo(NodeInfo other)
isSameNodeInfo in interface NodeInfoother - the node to be compared with this node
public void generateId(FastStringBuffer buffer)
generateId in interface NodeInfobuffer - the buffer to contain the generated IDpublic void setSystemId(java.lang.String systemId)
setSystemId in interface javax.xml.transform.Sourcejava.lang.UnsupportedOperationException - (always). This kind of tree does not have a document URI.public java.lang.String getSystemId()
getSystemId in interface NodeInfopublic java.lang.String getBaseURI()
getBaseURI in interface NodeInfopublic int compareOrder(NodeInfo other)
compareOrder in interface NodeInfoother - The other node, whose position is to be compared with this node
public int getNameCode()
getNameCode in interface NodeInfoallocate,
getFingerprintpublic int getFingerprint()
getFingerprint in interface NodeInfopublic java.lang.String getPrefix()
getPrefix in interface NodeInfopublic java.lang.String getURI()
getURI in interface NodeInfopublic java.lang.String getDisplayName()
getDisplayName in interface NodeInfopublic java.lang.String getLocalPart()
getLocalPart in interface NodeInfopublic boolean hasChildNodes()
hasChildNodes in interface NodeInfotrue if this node has any attributes,
false otherwise.public int getLineNumber()
getLineNumber in interface NodeInfopublic int getTypeAnnotation()
getTypeAnnotation in interface NodeInfoType
public void sendNamespaceDeclarations(Receiver out,
boolean includeAncestors)
sendNamespaceDeclarations in interface NodeInfoout - The relevant outputterincludeAncestors - True if namespaces declared on ancestorpublic int[] getDeclaredNamespaces(int[] buffer)
getDeclaredNamespaces in interface NodeInfobuffer - If this is non-null, and the result array fits in this buffer, then the result
may overwrite the contents of this array, to avoid the cost of allocating a new array on the heap.
For a node other than an element, the method returns null.
public SequenceIterator getTypedValue()
getTypedValue in interface Itempublic Value atomize()
Item.getTypedValue(). However, this method is often more convenient and may be
more efficient, especially in the common case where the value is expected to be a singleton.
atomize in interface NodeInfopublic java.lang.String getPublicId()
The return value is the public identifier of the document entity or of the external parsed entity in which the markup that triggered the event appears.
getPublicId in interface javax.xml.transform.SourceLocatorgetSystemId()public int getColumnNumber()
Warning: The return value from the method is intended only as an approximation for the sake of error reporting; it is not intended to provide sufficient information to edit the character content of the original XML document.
The return value is an approximation of the column number in the document entity or external parsed entity where the markup that triggered the event appears.
getColumnNumber in interface javax.xml.transform.SourceLocatorgetLineNumber()public java.lang.String getAttributeValue(int fingerprint)
getAttributeValue in interface NodeInfofingerprint - The fingerprint of the attribute name
public AxisIterator iterateAxis(byte axisNumber)
iterateAxis in interface NodeInfoaxisNumber - The axis to be iterated over
Axis
public AxisIterator iterateAxis(byte axisNumber,
NodeTest nodeTest)
iterateAxis in interface NodeInfoaxisNumber - The axis to be iterated overnodeTest - A pattern to be matched by the returned nodes
Axispublic NodeInfo getParent()
getParent in interface NodeInfopublic NodeInfo getRoot()
getRoot in interface NodeInfopublic DocumentInfo getDocumentRoot()
getDocumentRoot in interface NodeInfo
public void copy(Receiver out,
int whichNamespaces,
boolean copyAnnotations,
int locationId)
throws XPathException
copy in interface NodeInfoout - the Receiver to which the node should be copiedwhichNamespaces - in the case of an element, controls
which namespace nodes should be copied. Values are NodeInfo.NO_NAMESPACES,
NodeInfo.LOCAL_NAMESPACES, NodeInfo.ALL_NAMESPACEScopyAnnotations - indicates whether the type annotations
of element and attribute nodes should be copiedlocationId - If non-zero, identifies the location of the instruction
that requested this copy. If zero, indicates that the location information
for the original node is to be copied; in this case the Receiver must be
a LocationCopier
XPathExceptionpublic NodeInfo selectID(java.lang.String id)
selectID in interface DocumentInfoid - The unique ID of the required element
public 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 | |||||||||