Interface XMLSecStartElement

  • All Superinterfaces:
    javax.xml.stream.events.StartElement, javax.xml.stream.events.XMLEvent, XMLSecEvent, javax.xml.stream.XMLStreamConstants
    All Known Implementing Classes:
    XMLSecStartElementImpl

    public interface XMLSecStartElement
    extends XMLSecEvent, javax.xml.stream.events.StartElement
    • Method Detail

      • getNamespacesFromCurrentScope

        void getNamespacesFromCurrentScope​(java.util.List<XMLSecNamespace> comparableNamespaceList)
      • getOnElementDeclaredNamespaces

        java.util.List<XMLSecNamespace> getOnElementDeclaredNamespaces()
      • getAttributesFromCurrentScope

        void getAttributesFromCurrentScope​(java.util.List<XMLSecAttribute> comparableAttributeList)
      • getOnElementDeclaredAttributes

        java.util.List<XMLSecAttribute> getOnElementDeclaredAttributes()