org.apache.xerces.impl

Interface XMLEntityDescription

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 $

Author: Michael Glavassevich, IBM

UNKNOWN:

Method Summary
StringgetEntityName()
Returns the name of the entity.
voidsetEntityName(String name)
Sets the name of the entity.

Method Detail

getEntityName

public String getEntityName()
Returns the name of the entity.

Returns: the name of the entity

setEntityName

public void setEntityName(String name)
Sets the name of the entity.

Parameters: name the name of the entity

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.