Comparable<XMLSecAttribute>, Attribute, XMLEvent, XMLStreamConstants, XMLSecAttribute, XMLSecEventpublic class XMLSecAttributeImpl extends XMLSecEventBaseImpl implements XMLSecAttribute
parentXMLSecStartELementATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Constructor | Description |
|---|---|
XMLSecAttributeImpl(QName name,
String value) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(XMLSecAttribute o) |
|
boolean |
equals(Object obj) |
|
XMLSecNamespace |
getAttributeNamespace() |
|
String |
getDTDType() |
|
int |
getEventType() |
|
QName |
getName() |
|
String |
getValue() |
|
int |
hashCode() |
|
boolean |
isAttribute() |
|
boolean |
isSpecified() |
|
void |
writeAsEncodedUnicode(Writer writer) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetLocation, getSchemaType, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElementasCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElementasCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setParentXMLSecStartElementpublic int compareTo(XMLSecAttribute o)
compareTo in interface Comparable<XMLSecAttribute>public XMLSecNamespace getAttributeNamespace()
getAttributeNamespace in interface XMLSecAttributepublic String getDTDType()
getDTDType in interface Attributepublic boolean isSpecified()
isSpecified in interface Attributepublic int getEventType()
getEventType in interface XMLEventpublic boolean isAttribute()
isAttribute in interface XMLEventisAttribute in class XMLSecEventBaseImplpublic void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
writeAsEncodedUnicode in interface XMLEventwriteAsEncodedUnicode in class XMLSecEventBaseImplXMLStreamExceptionCopyright © 2000–2018 The Apache Software Foundation. All rights reserved.