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