Interface Traverser


  • public interface Traverser
    • Method Detail

      • getRootName

        String getRootName()
      • getPublicId

        String getPublicId()
      • getSystemId

        String getSystemId()
      • getQName

        QName getQName()
      • getAttributes

        Map<QName,​String> getAttributes()
        Get the attributes for the current element. Only valid if the last call to next() returned Event.START_ELEMENT.
        Returns:
        the attributes of the element, or null if the element has no attributes
      • getNamespaces

        Map<String,​String> getNamespaces()
        Get the namespace declarations for the current element. Only valid if the last call to next() returned Event.START_ELEMENT. Namespace declarations for the default namespace are represented using an empty string as prefix.
        Returns:
        the namespace declarations of the element, or null if the element has no namespace declarations
      • getEntityName

        String getEntityName()
      • getPITarget

        String getPITarget()
      • getPIData

        String getPIData()