public interface

XMLEntityDescription

implements XMLResourceIdentifier
org.apache.xerces.impl.XMLEntityDescription
Known Indirect Subclasses

Class Overview

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

@xerces.internal

Summary

Public Methods
abstract String getEntityName()
Returns the name of the entity.
abstract void setEntityName(String name)
Sets the name of the entity.
[Expand]
Inherited Methods
From interface org.apache.xerces.xni.XMLResourceIdentifier

Public Methods

public abstract String getEntityName ()

Returns the name of the entity.

Returns
  • the name of the entity

public abstract void setEntityName (String name)

Sets the name of the entity.

Parameters
name the name of the entity