See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
public interface ASEntityDeclaration extends ASObject
Modifier and Type | Field and Description |
---|---|
static short |
EXTERNAL_ENTITY
Deprecated.
constant defining an external entity.
|
static short |
INTERNAL_ENTITY
Deprecated.
constant defining an internal entity.
|
AS_ATTRIBUTE_DECLARATION, AS_CONTENTMODEL, AS_ELEMENT_DECLARATION, AS_ENTITY_DECLARATION, AS_MODEL, AS_NOTATION_DECLARATION
Modifier and Type | Method and Description |
---|---|
short |
getEntityType()
Deprecated.
The type of the entity as defined above.
|
String |
getEntityValue()
Deprecated.
The replacement text for the internal entity.
|
String |
getPublicId()
Deprecated.
The string representing the public identifier for this notation
declaration, if present;
null otherwise. |
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(String entityValue)
Deprecated.
The replacement text for the internal entity.
|
void |
setPublicId(String publicId)
Deprecated.
The string representing the public identifier for this notation
declaration, if present;
null otherwise. |
void |
setSystemId(String systemId)
Deprecated.
the URI reference representing the system identifier for the notation
declaration, if present,
null otherwise. |
cloneASObject, getAsNodeType, getLocalName, getNamespaceURI, getNodeName, getOwnerASModel, getPrefix, setLocalName, setNamespaceURI, setNodeName, setOwnerASModel, setPrefix
static final short INTERNAL_ENTITY
static final short EXTERNAL_ENTITY
short getEntityType()
void setEntityType(short entityType)
String getEntityValue()
EXTERNAL_ENTITY
, this is null
.void setEntityValue(String entityValue)
EXTERNAL_ENTITY
, this is null
.String getSystemId()
null
otherwise.void setSystemId(String systemId)
null
otherwise.String getPublicId()
null
otherwise.void setPublicId(String publicId)
null
otherwise.Copyright © 2016 JBoss by Red Hat. All rights reserved.