public class TextImpl extends NodeImpl
NODE_LETTER| Constructor and Description |
|---|
TextImpl(UnicodeString content) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendStringValue(UnicodeString 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.
|
UnicodeString |
getUnicodeStringValue()
Return the character value of the node.
|
void |
replaceStringValue(UnicodeString stringValue)
Replace the string-value of this node
|
addAttribute, addNamespace, atomize, attributes, compareOrder, delete, effectiveBooleanValue, equals, generateId, getAllNamespaces, getAttributeValue, getBaseURI, getColumnNumber, getConfiguration, getDeclaredNamespaces, getDisplayName, getFingerprint, getFirstChild, getLastChild, getLineNumber, getLocalPart, getNamePool, getNextInDocument, getNextSibling, getNodeName, getParent, getPhysicalRoot, getPrefix, getPreviousInDocument, getPreviousSibling, getRawParent, getRoot, getSchemaType, getSequenceNumber, getSiblingPosition, getSuccessorElement, getSystemId, getTreeInfo, getURI, hasChildNodes, hasFingerprint, hashCode, head, insertChildren, insertSiblings, isDeleted, iterateAxis, iterateAxis, newBuilder, removeAttribute, removeTypeAnnotation, rename, replace, saveLocation, setAttributes, setRawParent, setSiblingPosition, setSystemId, setTypeAnnotationclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddNamespace, removeNamespaceasActiveSource, children, children, deliver, getGenre, getPublicId, isId, isIdref, isNilled, isSameNodeInfo, isStreamed, toShortStringgetLength, getStringValue, itemAt, iterate, reduce, subsequenceasIterable, concatenate, containsNode, materializemakeRepeatablepublic TextImpl(UnicodeString content)
public void appendStringValue(UnicodeString content)
content - the new content to be appendedpublic UnicodeString getUnicodeStringValue()
public final int getNodeKind()
Typepublic 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 CopyOptionslocationId - If non-null, identifies the location of the instruction
that requested this copy. If null, indicates that the location information
is not availableXPathException - if any downstream error occurspublic void replaceStringValue(UnicodeString stringValue)
stringValue - the new string valueCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.