| java.lang.Object org.apache.xerces.util.XMLResourceIdentifierImpl org.apache.xerces.util.XMLEntityDescriptionImpl
XMLEntityDescriptionImpl | public class XMLEntityDescriptionImpl extends XMLResourceIdentifierImpl implements XMLEntityDescription(Code) | | This class is an implementation of the XMLEntityDescription
interface which describes the properties of an entity.
author: Michael Glavassevich, IBM version: $Id: XMLEntityDescriptionImpl.java 447241 2006-09-18 05:12:57Z mrglavas $ |
fEntityName | protected String fEntityName(Code) | | The name of the entity.
|
XMLEntityDescriptionImpl | public XMLEntityDescriptionImpl()(Code) | | Constructs an empty entity description.
|
XMLEntityDescriptionImpl | public XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId)(Code) | | Constructs an entity description.
Parameters: entityName - The name of the entity. Parameters: publicId - The public identifier. Parameters: literalSystemId - The literal system identifier. Parameters: baseSystemId - The base system identifier. Parameters: expandedSystemId - The expanded system identifier. |
XMLEntityDescriptionImpl | public XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace)(Code) | | Constructs a resource identifier.
Parameters: entityName - The name of the entity. Parameters: publicId - The public identifier. Parameters: literalSystemId - The literal system identifier. Parameters: baseSystemId - The base system identifier. Parameters: expandedSystemId - The expanded system identifier. Parameters: namespace - The namespace. |
clear | public void clear()(Code) | | Clears the values.
|
getEntityName | public String getEntityName()(Code) | | Returns the name of the entity.
the name of the entity |
hashCode | public int hashCode()(Code) | | Returns a hash code for this object.
|
setDescription | public void setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId)(Code) | | Sets the values of this entity description.
Parameters: entityName - The name of the entity. Parameters: publicId - The public identifier. Parameters: literalSystemId - The literal system identifier. Parameters: baseSystemId - The base system identifier. Parameters: expandedSystemId - The expanded system identifier. |
setDescription | public void setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace)(Code) | | Sets the values of this entity description.
Parameters: entityName - The name of the entity. Parameters: publicId - The public identifier. Parameters: literalSystemId - The literal system identifier. Parameters: baseSystemId - The base system identifier. Parameters: expandedSystemId - The expanded system identifier. Parameters: namespace - The namespace. |
setEntityName | public void setEntityName(String name)(Code) | | Sets the name of the entity.
Parameters: name - the name of the entity |
toString | public String toString()(Code) | | Returns a string representation of this object.
|
|
|