|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.cyberneko.pull.XMLEvent
org.cyberneko.pull.event.BoundedEvent
org.cyberneko.pull.event.PrefixMappingEvent
A prefix mapping event.
REVISIT: [Q] Should we pass prefix mappings as separate events or should
there be an XNI NamespaceContext passed with
the event objects? -Ac
| Field Summary | |
java.lang.String |
prefix
The namespace prefix. |
java.lang.String |
uri
The URI bound to the prefix. |
| Fields inherited from class org.cyberneko.pull.event.BoundedEvent |
start |
| Fields inherited from class org.cyberneko.pull.XMLEvent |
augs, CDATA, CHARACTERS, COMMENT, DOCTYPE_DECL, DOCUMENT, ELEMENT, GENERAL_ENTITY, next, PREFIX_MAPPING, PROCESSING_INSTRUCTION, TEXT_DECL, type |
| Constructor Summary | |
PrefixMappingEvent()
Default constructor. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String prefix
public java.lang.String uri
REVISIT: [Q] Should the URI be set even on the end prefix mapping events? -Ac
| Constructor Detail |
public PrefixMappingEvent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||