FileDocCategorySizeDatePackage
XMLEntityDescription.javaAPI DocApache Xerces 3.0.11599Fri Sep 14 20:33:52 BST 2007org.apache.xerces.impl

XMLEntityDescription

public interface XMLEntityDescription implements org.apache.xerces.xni.XMLResourceIdentifier

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

xerces.internal
author
Michael Glavassevich, IBM
version
$Id: XMLEntityDescription.java 446761 2006-09-15 21:59:29Z mrglavas $

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