ReactOS 0.4.16-dev-2135-g2f5a67f
ISAXDeclHandler Interface Reference
Inheritance diagram for ISAXDeclHandler:
Collaboration diagram for ISAXDeclHandler:

Public Member Functions

HRESULT elementDecl ([in] const WCHAR *pName, [in] int nName, [in] const WCHAR *pModel, [in] int nModel)
 
HRESULT attributeDecl ([in] const WCHAR *pElementName, [in] int nElementName, [in] const WCHAR *pAttributeName, [in] int nAttributeName, [in] const WCHAR *pType, [in] int nType, [in] const WCHAR *pValueDefault, [in] int nValueDefault, [in] const WCHAR *pValue, [in] int nValue)
 
HRESULT internalEntityDecl ([in] const WCHAR *pName, [in] int nName, [in] const WCHAR *pValue, [in] int nValue)
 
HRESULT externalEntityDecl ([in] const WCHAR *pName, [in] int nName, [in] const WCHAR *pPublicId, [in] int nPublicId, [in] const WCHAR *pSystemId, [in] int nSystemId)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 1683 of file msxml6.idl.

Member Function Documentation

◆ attributeDecl()

HRESULT ISAXDeclHandler::attributeDecl ( [in] const WCHAR pElementName,
[in] int  nElementName,
[in] const WCHAR pAttributeName,
[in] int  nAttributeName,
[in] const WCHAR pType,
[in] int  nType,
[in] const WCHAR pValueDefault,
[in] int  nValueDefault,
[in] const WCHAR pValue,
[in] int  nValue 
)

◆ elementDecl()

HRESULT ISAXDeclHandler::elementDecl ( [in] const WCHAR pName,
[in] int  nName,
[in] const WCHAR pModel,
[in] int  nModel 
)

◆ externalEntityDecl()

HRESULT ISAXDeclHandler::externalEntityDecl ( [in] const WCHAR pName,
[in] int  nName,
[in] const WCHAR pPublicId,
[in] int  nPublicId,
[in] const WCHAR pSystemId,
[in] int  nSystemId 
)

◆ internalEntityDecl()

HRESULT ISAXDeclHandler::internalEntityDecl ( [in] const WCHAR pName,
[in] int  nName,
[in] const WCHAR pValue,
[in] int  nValue 
)

The documentation for this interface was generated from the following file: