|
|||||||||||
| 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.GeneralEntityEvent
A general entity event. This object denotes the boundaries of general entity references (e.g. &entity;) occurring in the document instance. This does not include the five pre-defined XML entities: &, <, >, ', and ".
| Field Summary | |
java.lang.String |
baseSystemId
The base system identifier. |
java.lang.String |
encoding
The auto-detected encoding of the general entity, if declared as external. |
java.lang.String |
expandedSystemId
The expanded system identifier of the general entity declaration. |
java.lang.String |
literalSystemId
The literal system identifier used in the general entity declaration. |
java.lang.String |
name
The name of the general entity. |
java.lang.String |
namespace
The namespace of the general entity. |
java.lang.String |
publicId
The public identifier. |
| 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 | |
GeneralEntityEvent()
Default encoding. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String name
public java.lang.String namespace
public java.lang.String publicId
SYSTEM reference.
public java.lang.String baseSystemId
public java.lang.String literalSystemId
public java.lang.String expandedSystemId
public java.lang.String encoding
| Constructor Detail |
public GeneralEntityEvent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||