final class TinyCommentImpl extends TinyNodeImpl
NODE_LETTER, nodeNr, parent, treeIS_DTD_TYPE, IS_NILLED| Constructor and Description |
|---|
TinyCommentImpl(TinyTree tree,
int nodeNr) |
| Modifier and Type | Method and Description |
|---|---|
AtomicSequence |
atomize()
Get the typed value of this node.
|
void |
copy(Receiver out,
int copyOptions,
Location locationId)
Copy this node to a given outputter
|
int |
getNodeKind()
Get the node type
|
String |
getStringValue()
Get the XPath string value of the comment
|
compareOrder, equals, generateId, getAttributeValue, getBaseURI, getColumnNumber, getConfiguration, getDeclaredNamespaces, getDisplayName, getFingerprint, getGenre, getLineNumber, getLocalPart, getNamePool, getNodeNumber, getParent, getParentNodeNr, getPrefix, getRoot, getSchemaType, getSequenceNumber, getStringValueCS, getSystemId, getTree, getTreeInfo, getURI, hasChildNodes, hasFingerprint, hashCode, head, isAncestorOrSelf, isId, isIdref, isNilled, isSameNodeInfo, isStreamed, iterate, iterateAxis, iterateAxis, saveLocation, setParentNode, setSystemIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetPublicId, toShortStringgetLength, itemAt, iterator, reduce, subsequence, toGroundedValueasIterable, effectiveBooleanValue, materializemakeRepeatableforEach, spliteratorpublic TinyCommentImpl(TinyTree tree, int nodeNr)
public final String getStringValue()
Item.getStringValueCS()public AtomicSequence atomize()
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 zero, indicates that the location information
is not availableXPathException - if any downstream error occurs