Interface XMLEntityDescription
-
- All Superinterfaces:
XMLResourceIdentifier
- All Known Implementing Classes:
XMLEntityDescriptionImpl
public interface XMLEntityDescription extends XMLResourceIdentifier
This interface describes the properties of entities--their physical location and their name.
- Version:
- $Id$
- Author:
- Michael Glavassevich, IBM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEntityName()Returns the name of the entity.voidsetEntityName(String name)Sets the name of the entity.-
Methods inherited from interface org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.XMLResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getNamespace, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setNamespace, setPublicId
-
-