FileDocCategorySizeDatePackage
XMLEntityDescription.javaAPI DocJava SE 6 API1407Tue Jun 10 00:22:38 BST 2008com.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.

xerces.internal
author
Michael Glavassevich, IBM
version
$Id: XMLEntityDescription.java,v 1.1.2.1 2005/08/01 03:34:14 jeffsuttor 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