Comparable<XMLSecAttribute>
, Attribute
, XMLEvent
, XMLStreamConstants
, XMLSecAttribute
, XMLSecEvent
public class XMLSecAttributeImpl extends XMLSecEventBaseImpl implements XMLSecAttribute
parentXMLSecStartELement
ATTRIBUTE, 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, wait
getLocation, getSchemaType, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setParentXMLSecStartElement
public int compareTo(XMLSecAttribute o)
compareTo
in interface Comparable<XMLSecAttribute>
public XMLSecNamespace getAttributeNamespace()
getAttributeNamespace
in interface XMLSecAttribute
public String getDTDType()
getDTDType
in interface Attribute
public boolean isSpecified()
isSpecified
in interface Attribute
public int getEventType()
getEventType
in interface XMLEvent
public boolean isAttribute()
isAttribute
in interface XMLEvent
isAttribute
in class XMLSecEventBaseImpl
public void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
writeAsEncodedUnicode
in interface XMLEvent
writeAsEncodedUnicode
in class XMLSecEventBaseImpl
XMLStreamException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.