|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
public interface ASEntityDeclaration
| Field Summary | |
|---|---|
static short |
EXTERNAL_ENTITY
Deprecated. constant defining an external entity. |
static short |
INTERNAL_ENTITY
Deprecated. 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()
Deprecated. The type of the entity as defined above. |
java.lang.String |
getEntityValue()
Deprecated. The replacement text for the internal entity. |
java.lang.String |
getPublicId()
Deprecated. The string representing the public identifier for this notation declaration, if present; null otherwise. |
java.lang.String |
getSystemId()
Deprecated. the URI reference representing the system identifier for the notation declaration, if present, null otherwise. |
void |
setEntityType(short entityType)
Deprecated. The type of the entity as defined above. |
void |
setEntityValue(java.lang.String entityValue)
Deprecated. The replacement text for the internal entity. |
void |
setPublicId(java.lang.String publicId)
Deprecated. The string representing the public identifier for this notation declaration, if present; null otherwise. |
void |
setSystemId(java.lang.String systemId)
Deprecated. 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 |
|---|
static final short INTERNAL_ENTITY
static final short EXTERNAL_ENTITY
| Method Detail |
|---|
short getEntityType()
void setEntityType(short entityType)
java.lang.String getEntityValue()
EXTERNAL_ENTITY, this is null.
void setEntityValue(java.lang.String entityValue)
EXTERNAL_ENTITY, this is null.
java.lang.String getSystemId()
null otherwise.
void setSystemId(java.lang.String systemId)
null otherwise.
java.lang.String getPublicId()
null otherwise.
void setPublicId(java.lang.String publicId)
null otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||