org.apache.xerces.util
Class XMLEntityDescriptionImpl
- XMLEntityDescription, org.apache.xerces.xni.XMLResourceIdentifier
public class XMLEntityDescriptionImpl
This class is an implementation of the XMLEntityDescription
interface which describes the properties of an entity.
$Id: XMLEntityDescriptionImpl.java,v 1.1 2004/03/16 22:03:22 mrglavas Exp $- Michael Glavassevich, IBM
XMLEntityDescriptionImpl() - Constructs an empty entity description.
|
XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) - Constructs an entity description.
|
XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) - Constructs a resource identifier.
|
void | clear() - Clears the values.
|
String | getEntityName() - Returns the name of the entity.
|
int | hashCode() - Returns a hash code for this object.
|
void | setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) - Sets the values of this entity description.
|
void | setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) - Sets the values of this entity description.
|
void | setEntityName(String name) - Sets the name of the entity.
|
String | toString() - Returns a string representation of this object.
|
clear , getBaseSystemId , getExpandedSystemId , getLiteralSystemId , getNamespace , getPublicId , hashCode , setBaseSystemId , setExpandedSystemId , setLiteralSystemId , setNamespace , setPublicId , setValues , setValues , toString |
fEntityName
protected String fEntityName
The name of the entity.
XMLEntityDescriptionImpl
public XMLEntityDescriptionImpl()
Constructs an empty entity description.
XMLEntityDescriptionImpl
public XMLEntityDescriptionImpl(String entityName,
String publicId,
String literalSystemId,
String baseSystemId,
String expandedSystemId)
Constructs an entity description.
entityName
- The name of the entity.publicId
- The public identifier.literalSystemId
- The literal system identifier.baseSystemId
- The base system identifier.expandedSystemId
- The expanded system identifier.
XMLEntityDescriptionImpl
public XMLEntityDescriptionImpl(String entityName,
String publicId,
String literalSystemId,
String baseSystemId,
String expandedSystemId,
String namespace)
Constructs a resource identifier.
entityName
- The name of the entity.publicId
- The public identifier.literalSystemId
- The literal system identifier.baseSystemId
- The base system identifier.expandedSystemId
- The expanded system identifier.namespace
- The namespace.
setDescription
public void setDescription(String entityName,
String publicId,
String literalSystemId,
String baseSystemId,
String expandedSystemId)
Sets the values of this entity description.
entityName
- The name of the entity.publicId
- The public identifier.literalSystemId
- The literal system identifier.baseSystemId
- The base system identifier.expandedSystemId
- The expanded system identifier.
setDescription
public void setDescription(String entityName,
String publicId,
String literalSystemId,
String baseSystemId,
String expandedSystemId,
String namespace)
Sets the values of this entity description.
entityName
- The name of the entity.publicId
- The public identifier.literalSystemId
- The literal system identifier.baseSystemId
- The base system identifier.expandedSystemId
- The expanded system identifier.namespace
- The namespace.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.