Interface XMLSecAttribute
-
- All Superinterfaces:
javax.xml.stream.events.Attribute
,java.lang.Comparable<XMLSecAttribute>
,javax.xml.stream.events.XMLEvent
,XMLSecEvent
,javax.xml.stream.XMLStreamConstants
- All Known Implementing Classes:
XMLSecAttributeImpl
public interface XMLSecAttribute extends XMLSecEvent, javax.xml.stream.events.Attribute, java.lang.Comparable<XMLSecAttribute>
-
-
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 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()
-
-