org.apache.xerces.impl
Interface XMLEntityDescription
- org.apache.xerces.xni.XMLResourceIdentifier
- XMLEntityDescriptionImpl
public interface XMLEntityDescription
extends org.apache.xerces.xni.XMLResourceIdentifier
This interface describes the properties of entities--their
physical location and their name.
$Id: XMLEntityDescription.java 320089 2004-10-04 21:45:49Z mrglavas $- Michael Glavassevich, IBM
getEntityName
public String getEntityName()
Returns the name of the entity.
setEntityName
public void setEntityName(String name)
Sets the name of the entity.
name
- the name of the entity
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.