Interface XMLSecStartElement
- All Superinterfaces:
StartElement,XMLEvent,XMLSecEvent,XMLStreamConstants
- All Known Implementing Classes:
XMLSecStartElementImpl
-
Field Summary
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(XMLSecAttribute xmlSecAttribute) voidaddNamespace(XMLSecNamespace xmlSecNamespace) voidgetAttributesFromCurrentScope(List<XMLSecAttribute> comparableAttributeList) voidgetNamespacesFromCurrentScope(List<XMLSecNamespace> comparableNamespaceList) Methods inherited from interface javax.xml.stream.events.StartElement
getAttributeByName, getAttributes, getName, getNamespaceContext, getNamespaces, getNamespaceURIMethods inherited from interface javax.xml.stream.events.XMLEvent
getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodeMethods inherited from interface org.apache.xml.security.stax.ext.stax.XMLSecEvent
asCharacters, asEndElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
-
Method Details
-
getElementNamespace
XMLSecNamespace getElementNamespace() -
getNamespacesFromCurrentScope
-
getOnElementDeclaredNamespaces
List<XMLSecNamespace> getOnElementDeclaredNamespaces() -
addNamespace
-
getAttributesFromCurrentScope
-
getOnElementDeclaredAttributes
List<XMLSecAttribute> getOnElementDeclaredAttributes() -
addAttribute
-
asStartElement
XMLSecStartElement asStartElement()- Specified by:
asStartElementin interfaceXMLEvent- Specified by:
asStartElementin interfaceXMLSecEvent
-