Top Description Methods
com.sun.org.apache.xerces.internal.impl

public Interface XMLEntityDescription

extends XMLResourceIdentifier
Known Direct Implementers
com.sun.org.apache.xerces.internal.util.XMLEntityDescriptionImpl
Imports
com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier

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

Author
Michael Glavassevich, IBM

Method Summary

Modifier and TypeMethod and Description
public String

Returns:

the name of the entity
getEntityName
()

Returns the name of the entity.

public void
setEntityName(String
the name of the entity
name
)

Sets the name of the entity.

Inherited from com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier:
getBaseSystemIdgetExpandedSystemIdgetLiteralSystemIdgetNamespacegetPublicIdsetBaseSystemIdsetExpandedSystemIdsetLiteralSystemIdsetNamespacesetPublicId

Method Detail

getEntityNameback to summary
public String getEntityName()

Returns the name of the entity.

Returns:String

the name of the entity

setEntityNameback to summary
public void setEntityName(String name)

Sets the name of the entity.

Parameters
name:String

the name of the entity