This method of the Document class retrieves the XML-DATA specification for the named entity. This is DTD information represented in an XML Object Model.
public Element findEntity(Name name);
Returns the XML-DATA specification for the named entity.
name | The entity name. |