public interface XMLSecStartElement extends XMLSecEvent, StartElement
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(XMLSecAttribute xmlSecAttribute) |
void |
addNamespace(XMLSecNamespace xmlSecNamespace) |
XMLSecStartElement |
asStartElement() |
void |
getAttributesFromCurrentScope(List<XMLSecAttribute> comparableAttributeList) |
XMLSecNamespace |
getElementNamespace() |
void |
getNamespacesFromCurrentScope(List<XMLSecNamespace> comparableNamespaceList) |
List<XMLSecAttribute> |
getOnElementDeclaredAttributes() |
List<XMLSecNamespace> |
getOnElementDeclaredNamespaces() |
asCharacters, asEndElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
getAttributeByName, getAttributes, getName, getNamespaceContext, getNamespaces, getNamespaceURI
getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
XMLSecNamespace getElementNamespace()
void getNamespacesFromCurrentScope(List<XMLSecNamespace> comparableNamespaceList)
List<XMLSecNamespace> getOnElementDeclaredNamespaces()
void addNamespace(XMLSecNamespace xmlSecNamespace)
void getAttributesFromCurrentScope(List<XMLSecAttribute> comparableAttributeList)
List<XMLSecAttribute> getOnElementDeclaredAttributes()
void addAttribute(XMLSecAttribute xmlSecAttribute)
XMLSecStartElement asStartElement()
asStartElement
in interface XMLEvent
asStartElement
in interface XMLSecEvent
Copyright © 2000–2024 The Apache Software Foundation. All rights reserved.