Interface StartElement

All Superinterfaces:
XMLEvent, XMLStreamConstants

public interface StartElement extends XMLEvent
  • Method Details

    • getAttributeByName

      Attribute getAttributeByName(QName name)
    • getAttributes

      java.util.Iterator getAttributes()
    • getName

      QName getName()
    • getNamespaceContext

      NamespaceContext getNamespaceContext()
    • getNamespaces

      java.util.Iterator getNamespaces()
    • getNamespaceURI

      java.lang.String getNamespaceURI(java.lang.String prefix)