org.apache.xerces.impl

Interface XMLEntityDescription

public interface XMLEntityDescription extends XMLResourceIdentifier

This interface describes the properties of entities--their physical location and their name.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Id: XMLEntityDescription.java,v 1.2 2004/10/04 21:45:49 mrglavas Exp $

Author: Michael Glavassevich, IBM

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.