FileDocCategorySizeDatePackage
XMLEntityDescription.javaAPI DocJava SE 5 API1381Fri Aug 26 14:55:46 BST 2005com.sun.org.apache.xerces.internal.impl

XMLEntityDescription

public interface XMLEntityDescription implements XMLResourceIdentifier

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

author
Michael Glavassevich, IBM
version
$Id: XMLEntityDescription.java,v 1.1.1.1 2004/05/04 10:21:47 vk112360 Exp $

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetEntityName()
Returns the name of the entity.

return
the name of the entity

public voidsetEntityName(java.lang.String name)
Sets the name of the entity.

param
name the name of the entity