|
HRESULT | SetOutput ([in] IUnknown *pOutput) |
|
HRESULT | GetProperty ([in] UINT nProperty, [out] LONG_PTR *ppValue) |
|
HRESULT | SetProperty ([in] UINT nProperty, [in] LONG_PTR pValue) |
|
HRESULT | WriteAttributes ([in] IXmlReader *pReader, [in] BOOL fWriteDefaultAttributes) |
|
HRESULT | WriteAttributeString ([in] LPCWSTR pwszPrefix, [in] LPCWSTR pwszLocalName, [in] LPCWSTR pwszNamespaceUri, [in] LPCWSTR pwszValue) |
|
HRESULT | WriteCData ([in] LPCWSTR pwszText) |
|
HRESULT | WriteCharEntity ([in] WCHAR wch) |
|
HRESULT | WriteChars ([in] const WCHAR *pwch, [in] UINT cwch) |
|
HRESULT | WriteComment ([in] LPCWSTR pwszComment) |
|
HRESULT | WriteDocType ([in] LPCWSTR pwszName, [in] LPCWSTR pwszPublicId, [in] LPCWSTR pwszSystemId, [in] LPCWSTR pwszSubset) |
|
HRESULT | WriteElementString ([in] LPCWSTR pwszPrefix, [in] LPCWSTR pwszLocalName, [in] LPCWSTR pwszNamespaceUri, [in] LPCWSTR pwszValue) |
|
HRESULT | WriteEndDocument () |
|
HRESULT | WriteEndElement () |
|
HRESULT | WriteEntityRef ([in] LPCWSTR pwszName) |
|
HRESULT | WriteFullEndElement () |
|
HRESULT | WriteName ([in] LPCWSTR pwszName) |
|
HRESULT | WriteNmToken ([in] LPCWSTR pwszNmToken) |
|
HRESULT | WriteNode ([in] IXmlReader *pReader, [in] BOOL fWriteDefaultAttributes) |
|
HRESULT | WriteNodeShallow ([in] IXmlReader *pReader, [in] BOOL fWriteDefaultAttributes) |
|
HRESULT | WriteProcessingInstruction ([in] LPCWSTR pwszName, [in] LPCWSTR pwszText) |
|
HRESULT | WriteQualifiedName ([in] LPCWSTR pwszLocalName, [in] LPCWSTR pwszNamespaceUri) |
|
HRESULT | WriteRaw ([in] LPCWSTR pwszData) |
|
HRESULT | WriteRawChars ([in] const WCHAR *pwch, [in] UINT cwch) |
|
HRESULT | WriteStartDocument ([in] XmlStandalone standalone) |
|
HRESULT | WriteStartElement ([in] LPCWSTR pwszPrefix, [in] LPCWSTR pwszLocalName, [in] LPCWSTR pwszNamespaceUri) |
|
HRESULT | WriteString ([in] LPCWSTR pwszText) |
|
HRESULT | WriteSurrogateCharEntity ([in] WCHAR wchLow, [in] WCHAR wchHigh) |
|
HRESULT | WriteWhitespace ([in] LPCWSTR pwszWhitespace) |
|
HRESULT | Flush () |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 260 of file xmllite.idl.
◆ Flush()
◆ GetProperty()
◆ SetOutput()
◆ SetProperty()
◆ WriteAttributes()
◆ WriteAttributeString()
◆ WriteCData()
◆ WriteCharEntity()
◆ WriteChars()
◆ WriteComment()
◆ WriteDocType()
◆ WriteElementString()
◆ WriteEndDocument()
HRESULT IXmlWriter::WriteEndDocument |
( |
| ) |
|
◆ WriteEndElement()
HRESULT IXmlWriter::WriteEndElement |
( |
| ) |
|
◆ WriteEntityRef()
◆ WriteFullEndElement()
HRESULT IXmlWriter::WriteFullEndElement |
( |
| ) |
|
◆ WriteName()
◆ WriteNmToken()
◆ WriteNode()
◆ WriteNodeShallow()
◆ WriteProcessingInstruction()
◆ WriteQualifiedName()
◆ WriteRaw()
◆ WriteRawChars()
◆ WriteStartDocument()
◆ WriteStartElement()
◆ WriteString()
◆ WriteSurrogateCharEntity()
HRESULT IXmlWriter::WriteSurrogateCharEntity |
( |
[in] WCHAR |
wchLow, |
|
|
[in] WCHAR |
wchHigh |
|
) |
| |
◆ WriteWhitespace()
The documentation for this interface was generated from the following file: