org.apache.xerces.impl
public interface XMLEntityDescription extends XMLResourceIdentifier
This interface describes the properties of entities--their physical location and their name.
Version: $Id: XMLEntityDescription.java,v 1.2 2004/10/04 21:45:49 mrglavas Exp $
Method Summary | |
---|---|
String | getEntityName()
Returns the name of the entity.
|
void | setEntityName(String name)
Sets the name of the entity.
|
Returns: the name of the entity
Parameters: name the name of the entity