| Method from org.apache.xerces.dom3.as.ASEntityDeclaration Detail: |
public short getEntityType() Deprecated!
The type of the entity as defined above. |
public String getEntityValue() Deprecated!
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 String getPublicId() Deprecated!
The string representing the public identifier for this notation
declaration, if present; null otherwise. |
public String getSystemId() Deprecated!
the URI reference representing the system identifier for the notation
declaration, if present, null otherwise. |
public void setEntityType(short entityType) Deprecated!
The type of the entity as defined above. |
public void setEntityValue(String entityValue) Deprecated!
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(String publicId) Deprecated!
The string representing the public identifier for this notation
declaration, if present; null otherwise. |
public void setSystemId(String systemId) Deprecated!
the URI reference representing the system identifier for the notation
declaration, if present, null otherwise. |