public class TextImpl extends NodeImpl
NODE_LETTER
ALL_NAMESPACES, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES
Constructor and Description |
---|
TextImpl(java.lang.String content) |
Modifier and Type | Method and Description |
---|---|
void |
appendStringValue(java.lang.String content)
Append to the content of the text node
|
void |
copy(Receiver out,
int copyOptions,
Location locationId)
Copy this node to a given outputter
|
int |
getNodeKind()
Return the type of node.
|
java.lang.String |
getStringValue()
Return the character value of the node.
|
void |
replaceStringValue(java.lang.CharSequence stringValue)
Replace the string-value of this node
|
addAttribute, addNamespace, atomize, compareOrder, comparePosition, delete, equals, generateId, getAttributeValue, getBaseURI, getColumnNumber, getConfiguration, getDeclaredNamespaces, getDisplayName, getFingerprint, getFirstChild, getLastChild, getLineNumber, getLocalPart, getNamePool, getNextInDocument, getNextSibling, getNodeName, getParent, getPhysicalRoot, getPrefix, getPreviousInDocument, getPreviousSibling, getPublicId, getRawParent, getRoot, getSchemaType, getSequenceNumber, getSiblingPosition, getStringValueCS, getSuccessorElement, getSystemId, getTreeInfo, getURI, hasChildNodes, hasFingerprint, head, insertChildren, insertSiblings, isDeleted, isId, isIdref, isNilled, isSameNodeInfo, isStreamed, iterate, iterateAxis, iterateAxis, newBuilder, removeAttribute, removeTypeAnnotation, rename, replace, saveLocation, setRawParent, setSiblingPosition, setSystemId, setTypeAnnotation
public void appendStringValue(java.lang.String content)
content
- the new content to be appendedpublic java.lang.String getStringValue()
Item.getStringValueCS()
public final int getNodeKind()
Type
public void copy(Receiver out, int copyOptions, Location locationId) throws XPathException
out
- the Receiver to which the node should be copied. It is the caller's
responsibility to ensure that this Receiver is open before the method is called
(or that it is self-opening), and that it is closed after use.copyOptions
- a selection of the options defined in CopyOptions
locationId
- If non-null, identifies the location of the instruction
that requested this copy. If zero, indicates that the location information
is not availableXPathException
- if any downstream error occurspublic void replaceStringValue(java.lang.CharSequence stringValue)
stringValue
- the new string valueCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.