org.apache.xerces.impl
public 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 and 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-2005 Apache XML Project. All Rights Reserved.