Class AbstractNode
java.lang.Object
com.puppycrawl.tools.checkstyle.xpath.AbstractNode
- All Implemented Interfaces:
Iterable<net.sf.saxon.om.NodeInfo>,Source,SourceLocator,net.sf.saxon.expr.parser.Location,net.sf.saxon.om.GroundedValue<net.sf.saxon.om.NodeInfo>,net.sf.saxon.om.Item<net.sf.saxon.om.NodeInfo>,net.sf.saxon.om.NodeInfo,net.sf.saxon.om.Sequence<net.sf.saxon.om.NodeInfo>,Locator
- Direct Known Subclasses:
AttributeNode,ElementNode,RootNode
Represents general class for
ElementNode, RootNode and AttributeNode.-
Field Summary
Fields inherited from interface net.sf.saxon.om.NodeInfo
IS_DTD_TYPE, IS_NILLED -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractNode(net.sf.saxon.om.TreeInfo treeInfo) Constructor of the abstract classAbstractNode. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddChild(AbstractNode node) Add new child node to children list.final net.sf.saxon.om.AtomicSequenceatomize()Returns AtomicSequence.final voidcopy(net.sf.saxon.event.Receiver receiver, int index, net.sf.saxon.expr.parser.Location location) Copy method.final voidgenerateId(net.sf.saxon.tree.util.FastStringBuffer fastStringBuffer) Generate id method.final StringReturns base uri.protected List<AbstractNode> Getter method for children.final net.sf.saxon.ConfigurationReturns configuration.final net.sf.saxon.om.NamespaceBinding[]getDeclaredNamespaces(net.sf.saxon.om.NamespaceBinding[] namespaceBindings) Returns namespace array.intgetDepth()Getter method for node depth.final StringReturns display name.final intReturns fingerprint.final StringReturns prefix.final StringReturns public id.final net.sf.saxon.type.SchemaTypeReturns type of the schema.Returns string value.final CharSequenceReturns CharSequence string value.final StringReturns system id.abstract intGetter method for token type.final net.sf.saxon.om.TreeInfoReturns tree info.abstract DetailASTReturns underlying node.getURI()Returns uri of the namespace for the current node.booleanReturns if current node has children.booleanReturns if implementation provides fingerprints.final booleanisId()Returns boolean.final booleanisIdref()Returns boolean.final booleanisNilled()Returns boolean.booleanisSameNodeInfo(net.sf.saxon.om.NodeInfo nodeInfo) Returns true if nodes are same, false otherwise.final booleanReturns boolean.net.sf.saxon.tree.iter.AxisIteratoriterateAxis(byte axisNumber, net.sf.saxon.pattern.NodeTest nodeTest) Determines axis iteration algorithm.final net.sf.saxon.expr.parser.LocationReturns location.final voidsetDepth(int depth) Setter method for node depth.final voidsetSystemId(String systemId) Sets system id.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.saxon.om.GroundedValue
asIterable, effectiveBooleanValue, materializeMethods inherited from interface net.sf.saxon.om.Item
getLength, head, itemAt, iterate, iterator, reduce, subsequenceMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface net.sf.saxon.om.NodeInfo
compareOrder, equals, getAttributeValue, getColumnNumber, getGenre, getLineNumber, getLocalPart, getNodeKind, getParent, getRoot, hashCode, iterateAxis, toShortStringMethods inherited from interface net.sf.saxon.om.Sequence
makeRepeatable
-
Constructor Details
-
AbstractNode
protected AbstractNode(net.sf.saxon.om.TreeInfo treeInfo) Constructor of the abstract classAbstractNode.- Parameters:
treeInfo-TreeInfoobject
-
-
Method Details
-
getTokenType
public abstract int getTokenType()Getter method for token type.- Returns:
- token type
-
getUnderlyingNode
Returns underlying node.- Returns:
- underlying node
-
getDepth
public int getDepth()Getter method for node depth.- Returns:
- depth
-
setDepth
public final void setDepth(int depth) Setter method for node depth.- Parameters:
depth- depth of node
-
getChildren
Getter method for children.- Returns:
- children list
-
addChild
Add new child node to children list.- Parameters:
node- child node
-
isSameNodeInfo
public boolean isSameNodeInfo(net.sf.saxon.om.NodeInfo nodeInfo) Returns true if nodes are same, false otherwise.- Specified by:
isSameNodeInfoin interfacenet.sf.saxon.om.NodeInfo- Parameters:
nodeInfo- other node- Returns:
TreeInfo
-
hasFingerprint
public boolean hasFingerprint()Returns if implementation provides fingerprints.- Specified by:
hasFingerprintin interfacenet.sf.saxon.om.NodeInfo- Returns:
boolean
-
getURI
Returns uri of the namespace for the current node.- Specified by:
getURIin interfacenet.sf.saxon.om.NodeInfo- Returns:
- uri
-
hasChildNodes
public boolean hasChildNodes()Returns if current node has children.- Specified by:
hasChildNodesin interfacenet.sf.saxon.om.NodeInfo- Returns:
- if current node has children
-
iterateAxis
public net.sf.saxon.tree.iter.AxisIterator iterateAxis(byte axisNumber, net.sf.saxon.pattern.NodeTest nodeTest) Determines axis iteration algorithm.- Specified by:
iterateAxisin interfacenet.sf.saxon.om.NodeInfo- Parameters:
axisNumber- element fromAxisInfonodeTest- filter for iterator- Returns:
AxisIteratorobject
-
getTreeInfo
public final net.sf.saxon.om.TreeInfo getTreeInfo()Returns tree info.- Specified by:
getTreeInfoin interfacenet.sf.saxon.om.NodeInfo- Returns:
- tree info
-
getStringValue
Returns string value. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
getStringValuein interfacenet.sf.saxon.om.GroundedValue<net.sf.saxon.om.NodeInfo>- Specified by:
getStringValuein interfacenet.sf.saxon.om.Item<net.sf.saxon.om.NodeInfo>- Specified by:
getStringValuein interfacenet.sf.saxon.om.NodeInfo- Returns:
- string value
-
getDeclaredNamespaces
public final net.sf.saxon.om.NamespaceBinding[] getDeclaredNamespaces(net.sf.saxon.om.NamespaceBinding[] namespaceBindings) Returns namespace array. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
getDeclaredNamespacesin interfacenet.sf.saxon.om.NodeInfo- Parameters:
namespaceBindings- namespace array- Returns:
- namespace array
-
isId
public final boolean isId()Returns boolean. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
isIdin interfacenet.sf.saxon.om.NodeInfo- Returns:
- boolean
-
isIdref
public final boolean isIdref()Returns boolean. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
isIdrefin interfacenet.sf.saxon.om.NodeInfo- Returns:
- boolean
-
isNilled
public final boolean isNilled()Returns boolean. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
isNilledin interfacenet.sf.saxon.om.NodeInfo- Returns:
- boolean
-
isStreamed
public final boolean isStreamed()Returns boolean. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
isStreamedin interfacenet.sf.saxon.om.Item<net.sf.saxon.om.NodeInfo>- Specified by:
isStreamedin interfacenet.sf.saxon.om.NodeInfo- Returns:
- boolean
-
getConfiguration
public final net.sf.saxon.Configuration getConfiguration()Returns configuration. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
getConfigurationin interfacenet.sf.saxon.om.NodeInfo- Returns:
- configuration
-
setSystemId
Sets system id. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
setSystemIdin interfaceSource- Parameters:
systemId- system id
-
getSystemId
Returns system id. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
getSystemIdin interfacenet.sf.saxon.expr.parser.Location- Specified by:
getSystemIdin interfaceLocator- Specified by:
getSystemIdin interfacenet.sf.saxon.om.NodeInfo- Specified by:
getSystemIdin interfaceSource- Specified by:
getSystemIdin interfaceSourceLocator- Returns:
- system id
-
getPublicId
Returns public id. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
getPublicIdin interfacenet.sf.saxon.expr.parser.Location- Specified by:
getPublicIdin interfaceLocator- Specified by:
getPublicIdin interfacenet.sf.saxon.om.NodeInfo- Specified by:
getPublicIdin interfaceSourceLocator- Returns:
- public id
-
getBaseURI
Returns base uri. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
getBaseURIin interfacenet.sf.saxon.om.NodeInfo- Returns:
- base uri
-
saveLocation
public final net.sf.saxon.expr.parser.Location saveLocation()Returns location. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
saveLocationin interfacenet.sf.saxon.expr.parser.Location- Returns:
- location
-
getStringValueCS
Returns CharSequence string value. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
getStringValueCSin interfacenet.sf.saxon.om.GroundedValue<net.sf.saxon.om.NodeInfo>- Specified by:
getStringValueCSin interfacenet.sf.saxon.om.Item<net.sf.saxon.om.NodeInfo>- Returns:
- CharSequence string value
-
getFingerprint
public final int getFingerprint()Returns fingerprint. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
getFingerprintin interfacenet.sf.saxon.om.NodeInfo- Returns:
- fingerprint
-
getDisplayName
Returns display name. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
getDisplayNamein interfacenet.sf.saxon.om.NodeInfo- Returns:
- display name
-
getPrefix
Returns prefix. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
getPrefixin interfacenet.sf.saxon.om.NodeInfo- Returns:
- prefix
-
getSchemaType
public final net.sf.saxon.type.SchemaType getSchemaType()Returns type of the schema. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
getSchemaTypein interfacenet.sf.saxon.om.NodeInfo- Returns:
- type of the schema
-
atomize
public final net.sf.saxon.om.AtomicSequence atomize()Returns AtomicSequence. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
atomizein interfacenet.sf.saxon.om.Item<net.sf.saxon.om.NodeInfo>- Specified by:
atomizein interfacenet.sf.saxon.om.NodeInfo- Returns:
- AtomicSequence
-
generateId
public final void generateId(net.sf.saxon.tree.util.FastStringBuffer fastStringBuffer) Generate id method. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
generateIdin interfacenet.sf.saxon.om.NodeInfo- Parameters:
fastStringBuffer- fastStringBuffer
-
copy
public final void copy(net.sf.saxon.event.Receiver receiver, int index, net.sf.saxon.expr.parser.Location location) Copy method. ThrowsUnsupportedOperationException, because no child class implements it and this method is not used for querying.- Specified by:
copyin interfacenet.sf.saxon.om.NodeInfo- Parameters:
receiver- receiverindex- indexlocation- location
-