Package org.apache.xerces.impl
Interface XMLEntityDescription
- All Superinterfaces:
org.apache.xerces.xni.XMLResourceIdentifier
- All Known Implementing Classes:
XMLEntityDescriptionImpl
public interface XMLEntityDescription
extends org.apache.xerces.xni.XMLResourceIdentifier
This interface describes the properties of entities--their physical location and their name.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XMLEntityDescription.java 446761 2006-09-15 21:59:29Z mrglavas $
- Author:
- Michael Glavassevich, IBM
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the entity.void
setEntityName
(String name) Sets the name of the entity.Methods inherited from interface org.apache.xerces.xni.XMLResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getNamespace, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setNamespace, setPublicId
-
Method Details
-
setEntityName
Sets the name of the entity.- Parameters:
name
- the name of the entity
-
getEntityName
String getEntityName()Returns the name of the entity.- Returns:
- the name of the entity
-