StartElement
, XMLEvent
, XMLSecEvent
, XMLStreamConstants
XMLSecStartElementImpl
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 | 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() |
getAttributeByName, getAttributes, getName, getNamespaceContext, getNamespaces, getNamespaceURI
getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
asCharacters, asEndElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
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–2018 The Apache Software Foundation. All rights reserved.