Class XmlCursor

java.lang.Object
com.norconex.commons.lang.xml.XmlCursor

public class XmlCursor extends Object
XML cursor referencing the current position or element in XML traversal.
Since:
2.0.0
See Also:
  • Method Details

    • getElement

      public StartElement getElement()
    • getPath

      public String getPath()
    • getLocalPath

      public String getLocalPath()
    • getName

      public String getName()
    • getLocalName

      public String getLocalName()
    • getAttributes

      public Properties getAttributes()
    • getLocalAttributes

      public Properties getLocalAttributes()
    • readText

      public String readText()
    • readAsDOM

      public Node readAsDOM()
    • readAsXML

      public Xml readAsXML()