Interface StartElement

All Superinterfaces:
XMLEvent

public interface StartElement extends XMLEvent
The StartElement interface provides access to information about start elements
Since:
Weblogic XML Input Stream 1.0
See Also:
  • Method Details

    • getAttributes

      AttributeIterator getAttributes()
      Returns an AttributeIterator of non-namespace declared attributes
    • getNamespaces

      AttributeIterator getNamespaces()
      Returns an AttributeIterator of namespaces declared in this element
    • getAttributesAndNamespaces

      AttributeIterator getAttributesAndNamespaces()
      Returns the union of declared attributes and namespaces
    • getAttributeByName

      Attribute getAttributeByName(XMLName name)
      Returns the attribute referred to by this name
    • getNamespaceUri

      String getNamespaceUri(String prefix)
      Gets the value that the prefix is bound to in the context of this element. Returns null if the prefix is not bound in this context
    • getNamespaceMap

      Map<String,String> getNamespaceMap()
      Gets a java.util.Map from prefixes to URIs in scope for this element.