public interface XMLEntityDescription
extends org.apache.xerces.xni.XMLResourceIdentifier
This interface describes the properties of entities--their physical location and their name.
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getEntityName()Returns the name of the entity. | 
| void | setEntityName(java.lang.String name)Sets the name of the entity. | 
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.