public class NamedEvent extends DummyEvent
fLocation
Constructor and Description |
---|
NamedEvent() |
NamedEvent(javax.xml.namespace.QName qname) |
NamedEvent(java.lang.String prefix,
java.lang.String uri,
java.lang.String localpart) |
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
getName() |
java.lang.String |
getNamespace() |
java.lang.String |
getPrefix() |
java.lang.String |
nameAsString() |
void |
setName(javax.xml.namespace.QName qname) |
protected void |
writeAsEncodedUnicodeEx(java.io.Writer writer)
Helper method in order to expose IOException.
|
asCharacters, asEndElement, asStartElement, charEncode, getEventType, getLocation, getSchemaType, isAttribute, isCharacterData, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setEventType, writeAsEncodedUnicode
public NamedEvent()
public NamedEvent(javax.xml.namespace.QName qname)
public NamedEvent(java.lang.String prefix, java.lang.String uri, java.lang.String localpart)
public java.lang.String getPrefix()
public javax.xml.namespace.QName getName()
public void setName(javax.xml.namespace.QName qname)
public java.lang.String nameAsString()
public java.lang.String getNamespace()
protected void writeAsEncodedUnicodeEx(java.io.Writer writer) throws java.io.IOException
DummyEvent
writeAsEncodedUnicodeEx
in class DummyEvent
writer
- The writer that will output the datajava.io.IOException
- if there is an IO errorCopyright ? 2002-2003 Apache XML Project. All Rights Reserved.