|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Models a general entity declaration in an abstract schema. The abstract schema does not handle any parameter entity. It is assumed that the parameter entities are expanded by the implementation as the abstract schema is built.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
Field Summary | |
static short |
EXTERNAL_ENTITY
constant defining an external entity. |
static short |
INTERNAL_ENTITY
constant defining an internal entity. |
Fields inherited from interface org.apache.xerces.dom3.as.ASObject |
AS_ATTRIBUTE_DECLARATION, AS_CONTENTMODEL, AS_ELEMENT_DECLARATION, AS_ENTITY_DECLARATION, AS_MODEL, AS_NOTATION_DECLARATION |
Method Summary | |
short |
getEntityType()
The type of the entity as defined above. |
java.lang.String |
getEntityValue()
The replacement text for the internal entity. |
java.lang.String |
getPublicId()
The string representing the public identifier for this notation declaration, if present; null otherwise. |
java.lang.String |
getSystemId()
the URI reference representing the system identifier for the notation declaration, if present, null otherwise. |
void |
setEntityType(short entityType)
The type of the entity as defined above. |
void |
setEntityValue(java.lang.String entityValue)
The replacement text for the internal entity. |
void |
setPublicId(java.lang.String publicId)
The string representing the public identifier for this notation declaration, if present; null otherwise. |
void |
setSystemId(java.lang.String systemId)
the URI reference representing the system identifier for the notation declaration, if present, null otherwise. |
Methods inherited from interface org.apache.xerces.dom3.as.ASObject |
cloneASObject, getAsNodeType, getLocalName, getNamespaceURI, getNodeName, getOwnerASModel, getPrefix, setLocalName, setNamespaceURI, setNodeName, setOwnerASModel, setPrefix |
Field Detail |
public static final short INTERNAL_ENTITY
public static final short EXTERNAL_ENTITY
Method Detail |
public short getEntityType()
public void setEntityType(short entityType)
public java.lang.String getEntityValue()
EXTERNAL_ENTITY
, this is null
.
public void setEntityValue(java.lang.String entityValue)
EXTERNAL_ENTITY
, this is null
.
public java.lang.String getSystemId()
null
otherwise.
public void setSystemId(java.lang.String systemId)
null
otherwise.
public java.lang.String getPublicId()
null
otherwise.
public void setPublicId(java.lang.String publicId)
null
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |