Package org.codehaus.stax2.ri.evt
Class AttributeEventImpl
- java.lang.Object
-
- org.codehaus.stax2.ri.evt.BaseEventImpl
-
- org.codehaus.stax2.ri.evt.AttributeEventImpl
-
- All Implemented Interfaces:
javax.xml.stream.events.Attribute,javax.xml.stream.events.XMLEvent,javax.xml.stream.XMLStreamConstants,XMLEvent2
- Direct Known Subclasses:
NamespaceEventImpl
public class AttributeEventImpl extends BaseEventImpl implements javax.xml.stream.events.Attribute
-
-
Field Summary
-
Fields inherited from class org.codehaus.stax2.ri.evt.BaseEventImpl
mLocation
-
-
Constructor Summary
Constructors Constructor Description AttributeEventImpl(javax.xml.stream.Location loc, java.lang.String localName, java.lang.String uri, java.lang.String prefix, java.lang.String value, boolean wasSpecified)AttributeEventImpl(javax.xml.stream.Location loc, javax.xml.namespace.QName name, java.lang.String value, boolean wasSpecified)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Declared abstract to force redefinition by sub-classesjava.lang.StringgetDTDType()intgetEventType()javax.xml.namespace.QNamegetName()java.lang.StringgetValue()inthashCode()Declared abstract to force redefinition by sub-classesbooleanisAttribute()booleanisSpecified()voidwriteAsEncodedUnicode(java.io.Writer w)protected static voidwriteEscapedAttrValue(java.io.Writer w, java.lang.String value)voidwriteUsing(XMLStreamWriter2 w)-
Methods inherited from class org.codehaus.stax2.ri.evt.BaseEventImpl
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toString
-
-
-
-
Constructor Detail
-
AttributeEventImpl
public AttributeEventImpl(javax.xml.stream.Location loc, java.lang.String localName, java.lang.String uri, java.lang.String prefix, java.lang.String value, boolean wasSpecified)
-
AttributeEventImpl
public AttributeEventImpl(javax.xml.stream.Location loc, javax.xml.namespace.QName name, java.lang.String value, boolean wasSpecified)
-
-
Method Detail
-
getEventType
public int getEventType()
- Specified by:
getEventTypein interfacejavax.xml.stream.events.XMLEvent- Specified by:
getEventTypein classBaseEventImpl
-
isAttribute
public boolean isAttribute()
- Specified by:
isAttributein interfacejavax.xml.stream.events.XMLEvent- Overrides:
isAttributein classBaseEventImpl
-
writeAsEncodedUnicode
public void writeAsEncodedUnicode(java.io.Writer w) throws javax.xml.stream.XMLStreamException- Specified by:
writeAsEncodedUnicodein interfacejavax.xml.stream.events.XMLEvent- Specified by:
writeAsEncodedUnicodein classBaseEventImpl- Throws:
javax.xml.stream.XMLStreamException
-
writeUsing
public void writeUsing(XMLStreamWriter2 w) throws javax.xml.stream.XMLStreamException
- Specified by:
writeUsingin interfaceXMLEvent2- Specified by:
writeUsingin classBaseEventImpl- Throws:
javax.xml.stream.XMLStreamException
-
getDTDType
public java.lang.String getDTDType()
- Specified by:
getDTDTypein interfacejavax.xml.stream.events.Attribute
-
getName
public javax.xml.namespace.QName getName()
- Specified by:
getNamein interfacejavax.xml.stream.events.Attribute
-
getValue
public java.lang.String getValue()
- Specified by:
getValuein interfacejavax.xml.stream.events.Attribute
-
isSpecified
public boolean isSpecified()
- Specified by:
isSpecifiedin interfacejavax.xml.stream.events.Attribute
-
equals
public boolean equals(java.lang.Object o)
Description copied from class:BaseEventImplDeclared abstract to force redefinition by sub-classes- Specified by:
equalsin classBaseEventImpl
-
hashCode
public int hashCode()
Description copied from class:BaseEventImplDeclared abstract to force redefinition by sub-classes- Specified by:
hashCodein classBaseEventImpl
-
writeEscapedAttrValue
protected static void writeEscapedAttrValue(java.io.Writer w, java.lang.String value) throws java.io.IOException- Throws:
java.io.IOException
-
-