Microsoft SDK for Java

getElementDecl

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.

Syntax

public Element getElementDecl(Name name);

Return Value

Returns the XML-DATA specification for the named element.

Parameters

name The element name.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.