org.apache.xerces.impl

Interface XMLEntityDescription

All Superinterfaces:
org.apache.xerces.xni.XMLResourceIdentifier
Known Implementing Classes:
XMLEntityDescriptionImpl

public interface XMLEntityDescription
extends org.apache.xerces.xni.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

Method Summary

String
getEntityName()
Returns the name of the entity.
void
setEntityName(String name)
Sets the name of the entity.

Methods inherited from interface org.apache.xerces.xni.XMLResourceIdentifier

getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getNamespace, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setNamespace, setPublicId

Method Details

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.