org.apache.xerces.impl
public interface XMLEntityDescription extends XMLResourceIdentifier
This interface describes the properties of entities--their physical location and their name.
Modifier and Type | Method and Description |
---|---|
String |
getEntityName()
Returns the name of the entity.
|
void |
setEntityName(String name)
Sets the name of the entity.
|
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getNamespace, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setNamespace, setPublicId
Copyright © 2005-2018 Apache Software Foundation. All Rights Reserved.