Interface XMLSecAttribute
-
- All Superinterfaces:
Attribute
,Comparable<XMLSecAttribute>
,XMLEvent
,XMLSecEvent
,XMLStreamConstants
- All Known Implementing Classes:
XMLSecAttributeImpl
public interface XMLSecAttribute extends XMLSecEvent, Attribute, Comparable<XMLSecAttribute>
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLSecNamespace
getAttributeNamespace()
-
Methods inherited from interface javax.xml.stream.events.Attribute
getDTDType, getName, getValue, isSpecified
-
Methods inherited from interface java.lang.Comparable
compareTo
-
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, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
-
-
-
-
Method Detail
-
getAttributeNamespace
XMLSecNamespace getAttributeNamespace()
-
-