Methods Summary |
---|
public short | getEntityType()The type of the entity as defined above.
|
public java.lang.String | getEntityValue()The replacement text for the internal entity. The entity references
within the replacement text are kept intact. For an entity of type
EXTERNAL_ENTITY , this is null .
|
public java.lang.String | getPublicId()The string representing the public identifier for this notation
declaration, if present; null otherwise.
|
public java.lang.String | getSystemId()the URI reference representing the system identifier for the notation
declaration, if present, null otherwise.
|
public void | setEntityType(short entityType)The type of the entity as defined above.
|
public void | setEntityValue(java.lang.String entityValue)The replacement text for the internal entity. The entity references
within the replacement text are kept intact. For an entity of type
EXTERNAL_ENTITY , this is null .
|
public void | setPublicId(java.lang.String publicId)The string representing the public identifier for this notation
declaration, if present; null otherwise.
|
public void | setSystemId(java.lang.String systemId)the URI reference representing the system identifier for the notation
declaration, if present, null otherwise.
|