Method EndEntity
EndEntity(String)
Report the end of an entity.
Declaration
void EndEntity(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the entity that is ending. |
Exceptions
Type | Condition |
---|---|
SAXException | The application may raise an exception. |
See Also
StartEntity(System.String)