Class ElementNode

  • All Implemented Interfaces:
    Source, net.sf.saxon.evpull.PullEvent, net.sf.saxon.om.FingerprintedNode, net.sf.saxon.om.Item, net.sf.saxon.om.NodeInfo, net.sf.saxon.om.SiblingCountingNode, net.sf.saxon.om.ValueRepresentation, net.sf.saxon.om.VirtualNode

    @Deprecated
    @InternalApi
    public class ElementNode
    extends AbstractNodeInfo
    Deprecated.
    A Saxon OM Element type node for an AST Node.
    • Field Detail

      • document

        protected final DocumentNode document
        Deprecated.
      • parent

        protected final ElementNode parent
        Deprecated.
      • node

        protected final Node node
        Deprecated.
      • id

        protected final int id
        Deprecated.
      • siblingPosition

        protected final int siblingPosition
        Deprecated.
      • children

        protected final net.sf.saxon.om.NodeInfo[] children
        Deprecated.
    • Method Detail

      • getUnderlyingNode

        public Object getUnderlyingNode()
        Deprecated.
        Specified by:
        getUnderlyingNode in interface net.sf.saxon.om.VirtualNode
        Overrides:
        getUnderlyingNode in class AbstractNodeInfo
      • getSiblingPosition

        public int getSiblingPosition()
        Deprecated.
        Specified by:
        getSiblingPosition in interface net.sf.saxon.om.SiblingCountingNode
        Overrides:
        getSiblingPosition in class AbstractNodeInfo
      • getColumnNumber

        public int getColumnNumber()
        Deprecated.
        Specified by:
        getColumnNumber in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getColumnNumber in class AbstractNodeInfo
      • getLineNumber

        public int getLineNumber()
        Deprecated.
        Specified by:
        getLineNumber in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getLineNumber in class AbstractNodeInfo
      • hasChildNodes

        public boolean hasChildNodes()
        Deprecated.
        Specified by:
        hasChildNodes in interface net.sf.saxon.om.NodeInfo
        Overrides:
        hasChildNodes in class AbstractNodeInfo
      • getDocumentRoot

        public net.sf.saxon.om.DocumentInfo getDocumentRoot()
        Deprecated.
        Specified by:
        getDocumentRoot in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getDocumentRoot in class AbstractNodeInfo
      • getLocalPart

        public String getLocalPart()
        Deprecated.
        Specified by:
        getLocalPart in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getLocalPart in class AbstractNodeInfo
      • getTypedValue

        public net.sf.saxon.om.SequenceIterator getTypedValue()
        Deprecated.
        Specified by:
        getTypedValue in interface net.sf.saxon.om.Item
        Overrides:
        getTypedValue in class AbstractNodeInfo
      • atomize

        public net.sf.saxon.value.Value atomize()
        Deprecated.
        Specified by:
        atomize in interface net.sf.saxon.om.NodeInfo
        Overrides:
        atomize in class AbstractNodeInfo
      • getStringValueCS

        public CharSequence getStringValueCS()
        Deprecated.
        Specified by:
        getStringValueCS in interface net.sf.saxon.om.Item
        Specified by:
        getStringValueCS in interface net.sf.saxon.om.ValueRepresentation
        Overrides:
        getStringValueCS in class AbstractNodeInfo
      • compareOrder

        public int compareOrder​(net.sf.saxon.om.NodeInfo other)
        Deprecated.
        Specified by:
        compareOrder in interface net.sf.saxon.om.NodeInfo
        Overrides:
        compareOrder in class AbstractNodeInfo
      • getDisplayName

        public String getDisplayName()
        Deprecated.
        Specified by:
        getDisplayName in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getDisplayName in class AbstractNodeInfo
      • iterateAxis

        public net.sf.saxon.om.AxisIterator iterateAxis​(byte axisNumber,
                                                        net.sf.saxon.pattern.NodeTest nodeTest)
        Deprecated.
        Description copied from class: AbstractNodeInfo
        This implementation calls AbstractNodeInfo.iterateAxis(byte) to get an AxisIterator which is then optionally filtered using Navigator.AxisFilter.
        Specified by:
        iterateAxis in interface net.sf.saxon.om.NodeInfo
        Overrides:
        iterateAxis in class AbstractNodeInfo
      • iterateAxis

        public net.sf.saxon.om.AxisIterator iterateAxis​(byte axisNumber)
        Deprecated.
        Specified by:
        iterateAxis in interface net.sf.saxon.om.NodeInfo
        Overrides:
        iterateAxis in class AbstractNodeInfo
      • getURI

        public final String getURI()
        Specified by:
        getURI in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getURI in class AbstractNodeInfo
      • getBaseURI

        public final String getBaseURI()
        Specified by:
        getBaseURI in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getBaseURI in class AbstractNodeInfo
      • getParent

        public final net.sf.saxon.om.NodeInfo getParent()
        Specified by:
        getParent in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getParent in class AbstractNodeInfo
      • getNameCode

        public int getNameCode()
        Specified by:
        getNameCode in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getNameCode in class AbstractNodeInfo
      • getFingerprint

        public final int getFingerprint()
        Specified by:
        getFingerprint in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getFingerprint in class AbstractNodeInfo
      • getNamePool

        public final net.sf.saxon.om.NamePool getNamePool()
        Specified by:
        getNamePool in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getNamePool in class AbstractNodeInfo
      • getNodeKind

        public final int getNodeKind()
        Specified by:
        getNodeKind in interface net.sf.saxon.om.NodeInfo
        Overrides:
        getNodeKind in class AbstractNodeInfo