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 TypeMethodDescriptionvoid
addAttribute
(XMLSecAttribute xmlSecAttribute) void
addNamespace
(XMLSecNamespace xmlSecNamespace) void
getAttributesFromCurrentScope
(List<XMLSecAttribute> comparableAttributeList) void
getNamespacesFromCurrentScope
(List<XMLSecNamespace> comparableNamespaceList) Methods inherited from interface javax.xml.stream.events.StartElement
getAttributeByName, getAttributes, getName, getNamespaceContext, getNamespaces, getNamespaceURI
Methods inherited from interface javax.xml.stream.events.XMLEvent
getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
Methods 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:
asStartElement
in interfaceXMLEvent
- Specified by:
asStartElement
in interfaceXMLSecEvent
-