| |
|
| java.lang.Object org.cyberneko.pull.XMLEvent org.cyberneko.pull.event.BoundedEvent org.cyberneko.pull.event.GeneralEntityEvent
GeneralEntityEvent | public class GeneralEntityEvent extends BoundedEvent (Code) | | 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 ".
author: Andy Clark version: $Id$ |
baseSystemId | public String baseSystemId(Code) | | The base system identifier. This value denotes the expanded system
identifier of the entity where the general entity was declared.
This value will be null if the general entity was declared as
internal.
|
encoding | public String encoding(Code) | | The auto-detected encoding of the general entity, if declared as
external.
|
expandedSystemId | public String expandedSystemId(Code) | | The expanded system identifier of the general entity declaration.
This value will be null if the general entity was declared as internal.
|
literalSystemId | public String literalSystemId(Code) | | The literal system identifier used in the general entity declaration.
This value will be null if the general entity was declared as internal.
|
name | public String name(Code) | | The name of the general entity.
|
namespace | public String namespace(Code) | | The namespace of the general entity.
|
publicId | public String publicId(Code) | | The public identifier. This value will be null if the general entity
was declared as internal or it was declared as external
using a SYSTEM reference.
|
GeneralEntityEvent | public GeneralEntityEvent()(Code) | | Default encoding.
|
Fields inherited from org.cyberneko.pull.event.BoundedEvent | public boolean start(Code)(Java Doc)
|
|
|
|