Interface EndElement

  • All Superinterfaces:
    XMLEvent

    public interface EndElement
    extends XMLEvent
    A marker interface for the end element event. The name is available in the getName method of org.apache.xmlbeans.xml.stream.XMLEvent interface.
    Since:
    Weblogic XML Input Stream 1.0
    See Also:
    XMLEvent