This method of the Element interface retrieves the XML-DATA specification for the DTD element. This applies to only ElementDecl and Entity nodes. This is DTD information represented in an XML Object Model.
Implementations for this abstract method are provided in ElementImpl and AttDef.
public abstract Element toSchema();