org.apache.xerces.xni.XMLResourceIdentifierXMLEntityDescriptionImplpublic interface XMLEntityDescription
extends org.apache.xerces.xni.XMLResourceIdentifier
This interface describes the properties of entities--their physical location and their name.
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getEntityName() |
Returns the name of the entity.
|
void |
setEntityName(java.lang.String name) |
Sets the name of the entity.
|
Copyright ? 1999-2010 The Apache Software Foundation. All Rights Reserved.