Receives/reports an element type declaration. The content model consists of one of the following:
<!ELEMENT DOCUMENT (TITLE,AUTHOR+,SUMMARY*,NOTE?)
>).The content model is normalized so that all parameter entities are fully resolved, all white space is removed, and enclosing parentheses are included. Other normalization (such as removing redundant parentheses or simplifying occurrence indicators) depends on the parser.
Sub elementDecl(strName As String, strModel As String)
If failed, the DeclHandler
raises a trappable error.
HRESULT elementDecl( [in] const wchar_t * pwchName, [in] int cchName, [in] const wchar_t * pwchModel, [in] int cchModel);
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
Applies to: ISAXDeclHandler/IVBSAXDeclHandler Interface