|
| WINE_DEFAULT_DEBUG_CHANNEL (msxml) |
|
static mxattributes * | impl_from_IMXAttributes (IMXAttributes *iface) |
|
static mxattributes * | impl_from_ISAXAttributes (ISAXAttributes *iface) |
|
static mxattributes * | impl_from_IVBSAXAttributes (IVBSAXAttributes *iface) |
|
static HRESULT | mxattributes_grow (mxattributes *This) |
|
static xml_encoding | parse_encoding_name (const WCHAR *encoding) |
|
static HRESULT | init_encoded_buffer (encoded_buffer *buffer) |
|
static void | free_encoded_buffer (encoded_buffer *buffer) |
|
static HRESULT | get_code_page (xml_encoding encoding, UINT *cp) |
|
static HRESULT | init_output_buffer (xml_encoding encoding, output_buffer *buffer) |
|
static void | free_output_buffer (output_buffer *buffer) |
|
static HRESULT | write_output_buffer (mxwriter *writer, const WCHAR *data, int len) |
|
static HRESULT | write_output_buffer_quoted (mxwriter *writer, const WCHAR *data, int len) |
|
static void | close_output_buffer (mxwriter *writer) |
|
static WCHAR * | get_escaped_string (const WCHAR *str, escape_mode mode, int *len) |
|
static void | write_prolog_buffer (mxwriter *writer) |
|
static HRESULT | write_data_to_stream (mxwriter *writer) |
|
static void | close_element_starttag (mxwriter *writer) |
|
static void | write_node_indent (mxwriter *writer) |
|
static void | writer_inc_indent (mxwriter *This) |
|
static void | writer_dec_indent (mxwriter *This) |
|
static void | set_element_name (mxwriter *This, const WCHAR *name, int len) |
|
static HRESULT | flush_output_buffer (mxwriter *This) |
|
static void | reset_output_buffer (mxwriter *This) |
|
static HRESULT | writer_set_property (mxwriter *writer, mxwriter_prop property, VARIANT_BOOL value) |
|
static HRESULT | writer_get_property (const mxwriter *writer, mxwriter_prop property, VARIANT_BOOL *value) |
|
static mxwriter * | impl_from_IMXWriter (IMXWriter *iface) |
|
static mxwriter * | impl_from_ISAXContentHandler (ISAXContentHandler *iface) |
|
static mxwriter * | impl_from_IVBSAXContentHandler (IVBSAXContentHandler *iface) |
|
static mxwriter * | impl_from_ISAXLexicalHandler (ISAXLexicalHandler *iface) |
|
static mxwriter * | impl_from_IVBSAXLexicalHandler (IVBSAXLexicalHandler *iface) |
|
static mxwriter * | impl_from_ISAXDeclHandler (ISAXDeclHandler *iface) |
|
static mxwriter * | impl_from_IVBSAXDeclHandler (IVBSAXDeclHandler *iface) |
|
static mxwriter * | impl_from_ISAXDTDHandler (ISAXDTDHandler *iface) |
|
static mxwriter * | impl_from_IVBSAXDTDHandler (IVBSAXDTDHandler *iface) |
|
static mxwriter * | impl_from_ISAXErrorHandler (ISAXErrorHandler *iface) |
|
static mxwriter * | impl_from_IVBSAXErrorHandler (IVBSAXErrorHandler *iface) |
|
static HRESULT WINAPI | mxwriter_QueryInterface (IMXWriter *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | mxwriter_AddRef (IMXWriter *iface) |
|
static ULONG WINAPI | mxwriter_Release (IMXWriter *iface) |
|
static HRESULT WINAPI | mxwriter_GetTypeInfoCount (IMXWriter *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | mxwriter_GetTypeInfo (IMXWriter *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | mxwriter_GetIDsOfNames (IMXWriter *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | mxwriter_Invoke (IMXWriter *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | mxwriter_put_output (IMXWriter *iface, VARIANT dest) |
|
static HRESULT WINAPI | mxwriter_get_output (IMXWriter *iface, VARIANT *dest) |
|
static HRESULT WINAPI | mxwriter_put_encoding (IMXWriter *iface, BSTR encoding) |
|
static HRESULT WINAPI | mxwriter_get_encoding (IMXWriter *iface, BSTR *encoding) |
|
static HRESULT WINAPI | mxwriter_put_byteOrderMark (IMXWriter *iface, VARIANT_BOOL value) |
|
static HRESULT WINAPI | mxwriter_get_byteOrderMark (IMXWriter *iface, VARIANT_BOOL *value) |
|
static HRESULT WINAPI | mxwriter_put_indent (IMXWriter *iface, VARIANT_BOOL value) |
|
static HRESULT WINAPI | mxwriter_get_indent (IMXWriter *iface, VARIANT_BOOL *value) |
|
static HRESULT WINAPI | mxwriter_put_standalone (IMXWriter *iface, VARIANT_BOOL value) |
|
static HRESULT WINAPI | mxwriter_get_standalone (IMXWriter *iface, VARIANT_BOOL *value) |
|
static HRESULT WINAPI | mxwriter_put_omitXMLDeclaration (IMXWriter *iface, VARIANT_BOOL value) |
|
static HRESULT WINAPI | mxwriter_get_omitXMLDeclaration (IMXWriter *iface, VARIANT_BOOL *value) |
|
static HRESULT WINAPI | mxwriter_put_version (IMXWriter *iface, BSTR version) |
|
static HRESULT WINAPI | mxwriter_get_version (IMXWriter *iface, BSTR *version) |
|
static HRESULT WINAPI | mxwriter_put_disableOutputEscaping (IMXWriter *iface, VARIANT_BOOL value) |
|
static HRESULT WINAPI | mxwriter_get_disableOutputEscaping (IMXWriter *iface, VARIANT_BOOL *value) |
|
static HRESULT WINAPI | mxwriter_flush (IMXWriter *iface) |
|
static HRESULT WINAPI | SAXContentHandler_QueryInterface (ISAXContentHandler *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | SAXContentHandler_AddRef (ISAXContentHandler *iface) |
|
static ULONG WINAPI | SAXContentHandler_Release (ISAXContentHandler *iface) |
|
static HRESULT WINAPI | SAXContentHandler_putDocumentLocator (ISAXContentHandler *iface, ISAXLocator *locator) |
|
static HRESULT WINAPI | SAXContentHandler_startDocument (ISAXContentHandler *iface) |
|
static HRESULT WINAPI | SAXContentHandler_endDocument (ISAXContentHandler *iface) |
|
static HRESULT WINAPI | SAXContentHandler_startPrefixMapping (ISAXContentHandler *iface, const WCHAR *prefix, int nprefix, const WCHAR *uri, int nuri) |
|
static HRESULT WINAPI | SAXContentHandler_endPrefixMapping (ISAXContentHandler *iface, const WCHAR *prefix, int nprefix) |
|
static void | mxwriter_write_attribute (mxwriter *writer, const WCHAR *qname, int qname_len, const WCHAR *value, int value_len, BOOL escape) |
|
static void | mxwriter_write_starttag (mxwriter *writer, const WCHAR *qname, int len) |
|
static HRESULT WINAPI | SAXContentHandler_startElement (ISAXContentHandler *iface, const WCHAR *namespaceUri, int nnamespaceUri, const WCHAR *local_name, int nlocal_name, const WCHAR *QName, int nQName, ISAXAttributes *attr) |
|
static HRESULT WINAPI | SAXContentHandler_endElement (ISAXContentHandler *iface, const WCHAR *namespaceUri, int nnamespaceUri, const WCHAR *local_name, int nlocal_name, const WCHAR *QName, int nQName) |
|
static HRESULT WINAPI | SAXContentHandler_characters (ISAXContentHandler *iface, const WCHAR *chars, int nchars) |
|
static HRESULT WINAPI | SAXContentHandler_ignorableWhitespace (ISAXContentHandler *iface, const WCHAR *chars, int nchars) |
|
static HRESULT WINAPI | SAXContentHandler_processingInstruction (ISAXContentHandler *iface, const WCHAR *target, int ntarget, const WCHAR *data, int ndata) |
|
static HRESULT WINAPI | SAXContentHandler_skippedEntity (ISAXContentHandler *iface, const WCHAR *name, int nname) |
|
static HRESULT WINAPI | SAXLexicalHandler_QueryInterface (ISAXLexicalHandler *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | SAXLexicalHandler_AddRef (ISAXLexicalHandler *iface) |
|
static ULONG WINAPI | SAXLexicalHandler_Release (ISAXLexicalHandler *iface) |
|
static HRESULT WINAPI | SAXLexicalHandler_startDTD (ISAXLexicalHandler *iface, const WCHAR *name, int name_len, const WCHAR *publicId, int publicId_len, const WCHAR *systemId, int systemId_len) |
|
static HRESULT WINAPI | SAXLexicalHandler_endDTD (ISAXLexicalHandler *iface) |
|
static HRESULT WINAPI | SAXLexicalHandler_startEntity (ISAXLexicalHandler *iface, const WCHAR *name, int len) |
|
static HRESULT WINAPI | SAXLexicalHandler_endEntity (ISAXLexicalHandler *iface, const WCHAR *name, int len) |
|
static HRESULT WINAPI | SAXLexicalHandler_startCDATA (ISAXLexicalHandler *iface) |
|
static HRESULT WINAPI | SAXLexicalHandler_endCDATA (ISAXLexicalHandler *iface) |
|
static HRESULT WINAPI | SAXLexicalHandler_comment (ISAXLexicalHandler *iface, const WCHAR *chars, int nchars) |
|
static HRESULT WINAPI | SAXDeclHandler_QueryInterface (ISAXDeclHandler *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | SAXDeclHandler_AddRef (ISAXDeclHandler *iface) |
|
static ULONG WINAPI | SAXDeclHandler_Release (ISAXDeclHandler *iface) |
|
static HRESULT WINAPI | SAXDeclHandler_elementDecl (ISAXDeclHandler *iface, const WCHAR *name, int n_name, const WCHAR *model, int n_model) |
|
static HRESULT WINAPI | SAXDeclHandler_attributeDecl (ISAXDeclHandler *iface, const WCHAR *element, int n_element, const WCHAR *attr, int n_attr, const WCHAR *type, int n_type, const WCHAR *Default, int n_default, const WCHAR *value, int n_value) |
|
static HRESULT WINAPI | SAXDeclHandler_internalEntityDecl (ISAXDeclHandler *iface, const WCHAR *name, int n_name, const WCHAR *value, int n_value) |
|
static HRESULT WINAPI | SAXDeclHandler_externalEntityDecl (ISAXDeclHandler *iface, const WCHAR *name, int n_name, const WCHAR *publicId, int n_publicId, const WCHAR *systemId, int n_systemId) |
|
static HRESULT WINAPI | VBSAXDeclHandler_QueryInterface (IVBSAXDeclHandler *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | VBSAXDeclHandler_AddRef (IVBSAXDeclHandler *iface) |
|
static ULONG WINAPI | VBSAXDeclHandler_Release (IVBSAXDeclHandler *iface) |
|
static HRESULT WINAPI | VBSAXDeclHandler_GetTypeInfoCount (IVBSAXDeclHandler *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | VBSAXDeclHandler_GetTypeInfo (IVBSAXDeclHandler *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | VBSAXDeclHandler_GetIDsOfNames (IVBSAXDeclHandler *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | VBSAXDeclHandler_Invoke (IVBSAXDeclHandler *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | VBSAXDeclHandler_elementDecl (IVBSAXDeclHandler *iface, BSTR *name, BSTR *model) |
|
static HRESULT WINAPI | VBSAXDeclHandler_attributeDecl (IVBSAXDeclHandler *iface, BSTR *element, BSTR *attr, BSTR *type, BSTR *default_value, BSTR *value) |
|
static HRESULT WINAPI | VBSAXDeclHandler_internalEntityDecl (IVBSAXDeclHandler *iface, BSTR *name, BSTR *value) |
|
static HRESULT WINAPI | VBSAXDeclHandler_externalEntityDecl (IVBSAXDeclHandler *iface, BSTR *name, BSTR *publicid, BSTR *systemid) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_QueryInterface (IVBSAXLexicalHandler *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | VBSAXLexicalHandler_AddRef (IVBSAXLexicalHandler *iface) |
|
static ULONG WINAPI | VBSAXLexicalHandler_Release (IVBSAXLexicalHandler *iface) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_GetTypeInfoCount (IVBSAXLexicalHandler *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_GetTypeInfo (IVBSAXLexicalHandler *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_GetIDsOfNames (IVBSAXLexicalHandler *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_Invoke (IVBSAXLexicalHandler *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_startDTD (IVBSAXLexicalHandler *iface, BSTR *name, BSTR *publicId, BSTR *systemId) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_endDTD (IVBSAXLexicalHandler *iface) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_startEntity (IVBSAXLexicalHandler *iface, BSTR *name) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_endEntity (IVBSAXLexicalHandler *iface, BSTR *name) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_startCDATA (IVBSAXLexicalHandler *iface) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_endCDATA (IVBSAXLexicalHandler *iface) |
|
static HRESULT WINAPI | VBSAXLexicalHandler_comment (IVBSAXLexicalHandler *iface, BSTR *chars) |
|
static HRESULT WINAPI | VBSAXContentHandler_QueryInterface (IVBSAXContentHandler *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | VBSAXContentHandler_AddRef (IVBSAXContentHandler *iface) |
|
static ULONG WINAPI | VBSAXContentHandler_Release (IVBSAXContentHandler *iface) |
|
static HRESULT WINAPI | VBSAXContentHandler_GetTypeInfoCount (IVBSAXContentHandler *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | VBSAXContentHandler_GetTypeInfo (IVBSAXContentHandler *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | VBSAXContentHandler_GetIDsOfNames (IVBSAXContentHandler *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | VBSAXContentHandler_Invoke (IVBSAXContentHandler *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | VBSAXContentHandler_putref_documentLocator (IVBSAXContentHandler *iface, IVBSAXLocator *locator) |
|
static HRESULT WINAPI | VBSAXContentHandler_startDocument (IVBSAXContentHandler *iface) |
|
static HRESULT WINAPI | VBSAXContentHandler_endDocument (IVBSAXContentHandler *iface) |
|
static HRESULT WINAPI | VBSAXContentHandler_startPrefixMapping (IVBSAXContentHandler *iface, BSTR *prefix, BSTR *uri) |
|
static HRESULT WINAPI | VBSAXContentHandler_endPrefixMapping (IVBSAXContentHandler *iface, BSTR *prefix) |
|
static HRESULT WINAPI | VBSAXContentHandler_startElement (IVBSAXContentHandler *iface, BSTR *namespaceURI, BSTR *localName, BSTR *QName, IVBSAXAttributes *attrs) |
|
static HRESULT WINAPI | VBSAXContentHandler_endElement (IVBSAXContentHandler *iface, BSTR *namespaceURI, BSTR *localName, BSTR *QName) |
|
static HRESULT WINAPI | VBSAXContentHandler_characters (IVBSAXContentHandler *iface, BSTR *chars) |
|
static HRESULT WINAPI | VBSAXContentHandler_ignorableWhitespace (IVBSAXContentHandler *iface, BSTR *chars) |
|
static HRESULT WINAPI | VBSAXContentHandler_processingInstruction (IVBSAXContentHandler *iface, BSTR *target, BSTR *data) |
|
static HRESULT WINAPI | VBSAXContentHandler_skippedEntity (IVBSAXContentHandler *iface, BSTR *name) |
|
static HRESULT WINAPI | SAXDTDHandler_QueryInterface (ISAXDTDHandler *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | SAXDTDHandler_AddRef (ISAXDTDHandler *iface) |
|
static ULONG WINAPI | SAXDTDHandler_Release (ISAXDTDHandler *iface) |
|
static HRESULT WINAPI | SAXDTDHandler_notationDecl (ISAXDTDHandler *iface, const WCHAR *name, INT n_name, const WCHAR *publicid, INT n_publicid, const WCHAR *systemid, INT n_systemid) |
|
static HRESULT WINAPI | SAXDTDHandler_unparsedEntityDecl (ISAXDTDHandler *iface, const WCHAR *name, INT nname, const WCHAR *publicid, INT npublicid, const WCHAR *systemid, INT nsystemid, const WCHAR *notation, INT nnotation) |
|
static HRESULT WINAPI | VBSAXDTDHandler_QueryInterface (IVBSAXDTDHandler *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | VBSAXDTDHandler_AddRef (IVBSAXDTDHandler *iface) |
|
static ULONG WINAPI | VBSAXDTDHandler_Release (IVBSAXDTDHandler *iface) |
|
static HRESULT WINAPI | VBSAXDTDHandler_GetTypeInfoCount (IVBSAXDTDHandler *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | VBSAXDTDHandler_GetTypeInfo (IVBSAXDTDHandler *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | VBSAXDTDHandler_GetIDsOfNames (IVBSAXDTDHandler *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | VBSAXDTDHandler_Invoke (IVBSAXDTDHandler *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | VBSAXDTDHandler_notationDecl (IVBSAXDTDHandler *iface, BSTR *name, BSTR *publicId, BSTR *systemId) |
|
static HRESULT WINAPI | VBSAXDTDHandler_unparsedEntityDecl (IVBSAXDTDHandler *iface, BSTR *name, BSTR *publicId, BSTR *systemId, BSTR *notation) |
|
static HRESULT WINAPI | SAXErrorHandler_QueryInterface (ISAXErrorHandler *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | SAXErrorHandler_AddRef (ISAXErrorHandler *iface) |
|
static ULONG WINAPI | SAXErrorHandler_Release (ISAXErrorHandler *iface) |
|
static HRESULT WINAPI | SAXErrorHandler_error (ISAXErrorHandler *iface, ISAXLocator *locator, const WCHAR *message, HRESULT hr) |
|
static HRESULT WINAPI | SAXErrorHandler_fatalError (ISAXErrorHandler *iface, ISAXLocator *locator, const WCHAR *message, HRESULT hr) |
|
static HRESULT WINAPI | SAXErrorHandler_ignorableWarning (ISAXErrorHandler *iface, ISAXLocator *locator, const WCHAR *message, HRESULT hr) |
|
static HRESULT WINAPI | VBSAXErrorHandler_QueryInterface (IVBSAXErrorHandler *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | VBSAXErrorHandler_AddRef (IVBSAXErrorHandler *iface) |
|
static ULONG WINAPI | VBSAXErrorHandler_Release (IVBSAXErrorHandler *iface) |
|
static HRESULT WINAPI | VBSAXErrorHandler_GetTypeInfoCount (IVBSAXErrorHandler *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | VBSAXErrorHandler_GetTypeInfo (IVBSAXErrorHandler *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | VBSAXErrorHandler_GetIDsOfNames (IVBSAXErrorHandler *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | VBSAXErrorHandler_Invoke (IVBSAXErrorHandler *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | VBSAXErrorHandler_error (IVBSAXErrorHandler *iface, IVBSAXLocator *locator, BSTR *message, LONG code) |
|
static HRESULT WINAPI | VBSAXErrorHandler_fatalError (IVBSAXErrorHandler *iface, IVBSAXLocator *locator, BSTR *message, LONG code) |
|
static HRESULT WINAPI | VBSAXErrorHandler_ignorableWarning (IVBSAXErrorHandler *iface, IVBSAXLocator *locator, BSTR *message, LONG code) |
|
HRESULT | MXWriter_create (MSXML_VERSION version, void **ppObj) |
|
static HRESULT WINAPI | MXAttributes_QueryInterface (IMXAttributes *iface, REFIID riid, void **ppObj) |
|
static ULONG WINAPI | MXAttributes_AddRef (IMXAttributes *iface) |
|
static ULONG WINAPI | MXAttributes_Release (IMXAttributes *iface) |
|
static HRESULT WINAPI | MXAttributes_GetTypeInfoCount (IMXAttributes *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | MXAttributes_GetTypeInfo (IMXAttributes *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | MXAttributes_GetIDsOfNames (IMXAttributes *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | MXAttributes_Invoke (IMXAttributes *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | MXAttributes_addAttribute (IMXAttributes *iface, BSTR uri, BSTR localName, BSTR QName, BSTR type, BSTR value) |
|
static HRESULT WINAPI | MXAttributes_addAttributeFromIndex (IMXAttributes *iface, VARIANT atts, int index) |
|
static HRESULT WINAPI | MXAttributes_clear (IMXAttributes *iface) |
|
static mxattribute * | get_attribute_byindex (mxattributes *attrs, int index) |
|
static HRESULT WINAPI | MXAttributes_removeAttribute (IMXAttributes *iface, int index) |
|
static HRESULT WINAPI | MXAttributes_setAttribute (IMXAttributes *iface, int index, BSTR uri, BSTR localName, BSTR QName, BSTR type, BSTR value) |
|
static HRESULT WINAPI | MXAttributes_setAttributes (IMXAttributes *iface, VARIANT atts) |
|
static HRESULT WINAPI | MXAttributes_setLocalName (IMXAttributes *iface, int index, BSTR localName) |
|
static HRESULT WINAPI | MXAttributes_setQName (IMXAttributes *iface, int index, BSTR QName) |
|
static HRESULT WINAPI | MXAttributes_setURI (IMXAttributes *iface, int index, BSTR uri) |
|
static HRESULT WINAPI | MXAttributes_setValue (IMXAttributes *iface, int index, BSTR value) |
|
static HRESULT WINAPI | SAXAttributes_QueryInterface (ISAXAttributes *iface, REFIID riid, void **ppObj) |
|
static ULONG WINAPI | SAXAttributes_AddRef (ISAXAttributes *iface) |
|
static ULONG WINAPI | SAXAttributes_Release (ISAXAttributes *iface) |
|
static HRESULT WINAPI | SAXAttributes_getLength (ISAXAttributes *iface, int *length) |
|
static HRESULT WINAPI | SAXAttributes_getURI (ISAXAttributes *iface, int index, const WCHAR **uri, int *len) |
|
static HRESULT WINAPI | SAXAttributes_getLocalName (ISAXAttributes *iface, int index, const WCHAR **name, int *len) |
|
static HRESULT WINAPI | SAXAttributes_getQName (ISAXAttributes *iface, int index, const WCHAR **qname, int *length) |
|
static HRESULT WINAPI | SAXAttributes_getName (ISAXAttributes *iface, int index, const WCHAR **uri, int *uri_len, const WCHAR **local, int *local_len, const WCHAR **qname, int *qname_len) |
|
static HRESULT WINAPI | SAXAttributes_getIndexFromName (ISAXAttributes *iface, const WCHAR *uri, int uri_len, const WCHAR *name, int len, int *index) |
|
static HRESULT WINAPI | SAXAttributes_getIndexFromQName (ISAXAttributes *iface, const WCHAR *qname, int len, int *index) |
|
static HRESULT WINAPI | SAXAttributes_getType (ISAXAttributes *iface, int index, const WCHAR **type, int *len) |
|
static HRESULT WINAPI | SAXAttributes_getTypeFromName (ISAXAttributes *iface, const WCHAR *pUri, int nUri, const WCHAR *pLocalName, int nLocalName, const WCHAR **pType, int *nType) |
|
static HRESULT WINAPI | SAXAttributes_getTypeFromQName (ISAXAttributes *iface, const WCHAR *pQName, int nQName, const WCHAR **pType, int *nType) |
|
static HRESULT WINAPI | SAXAttributes_getValue (ISAXAttributes *iface, int index, const WCHAR **value, int *len) |
|
static HRESULT WINAPI | SAXAttributes_getValueFromName (ISAXAttributes *iface, const WCHAR *uri, int uri_len, const WCHAR *name, int name_len, const WCHAR **value, int *value_len) |
|
static HRESULT WINAPI | SAXAttributes_getValueFromQName (ISAXAttributes *iface, const WCHAR *qname, int qname_len, const WCHAR **value, int *value_len) |
|
static HRESULT WINAPI | VBSAXAttributes_QueryInterface (IVBSAXAttributes *iface, REFIID riid, void **ppvObject) |
|
static ULONG WINAPI | VBSAXAttributes_AddRef (IVBSAXAttributes *iface) |
|
static ULONG WINAPI | VBSAXAttributes_Release (IVBSAXAttributes *iface) |
|
static HRESULT WINAPI | VBSAXAttributes_GetTypeInfoCount (IVBSAXAttributes *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | VBSAXAttributes_GetTypeInfo (IVBSAXAttributes *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | VBSAXAttributes_GetIDsOfNames (IVBSAXAttributes *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | VBSAXAttributes_Invoke (IVBSAXAttributes *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | VBSAXAttributes_get_length (IVBSAXAttributes *iface, int *len) |
|
static HRESULT WINAPI | VBSAXAttributes_getURI (IVBSAXAttributes *iface, int index, BSTR *uri) |
|
static HRESULT WINAPI | VBSAXAttributes_getLocalName (IVBSAXAttributes *iface, int index, BSTR *name) |
|
static HRESULT WINAPI | VBSAXAttributes_getQName (IVBSAXAttributes *iface, int index, BSTR *qname) |
|
static HRESULT WINAPI | VBSAXAttributes_getIndexFromName (IVBSAXAttributes *iface, BSTR uri, BSTR name, int *index) |
|
static HRESULT WINAPI | VBSAXAttributes_getIndexFromQName (IVBSAXAttributes *iface, BSTR qname, int *index) |
|
static HRESULT WINAPI | VBSAXAttributes_getType (IVBSAXAttributes *iface, int index, BSTR *type) |
|
static HRESULT WINAPI | VBSAXAttributes_getTypeFromName (IVBSAXAttributes *iface, BSTR uri, BSTR name, BSTR *type) |
|
static HRESULT WINAPI | VBSAXAttributes_getTypeFromQName (IVBSAXAttributes *iface, BSTR qname, BSTR *type) |
|
static HRESULT WINAPI | VBSAXAttributes_getValue (IVBSAXAttributes *iface, int index, BSTR *value) |
|
static HRESULT WINAPI | VBSAXAttributes_getValueFromName (IVBSAXAttributes *iface, BSTR uri, BSTR name, BSTR *value) |
|
static HRESULT WINAPI | VBSAXAttributes_getValueFromQName (IVBSAXAttributes *iface, BSTR qname, BSTR *value) |
|
HRESULT | SAXAttributes_create (MSXML_VERSION version, void **ppObj) |
|
|
static const WCHAR | emptyW [] = {0} |
|
static const WCHAR | spaceW [] = {' '} |
|
static const WCHAR | quotW [] = {'\"'} |
|
static const WCHAR | closetagW [] = {'>','\r','\n'} |
|
static const WCHAR | crlfW [] = {'\r','\n'} |
|
static const WCHAR | entityW [] = {'<','!','E','N','T','I','T','Y',' '} |
|
static const WCHAR | publicW [] = {'P','U','B','L','I','C',' '} |
|
static const WCHAR | systemW [] = {'S','Y','S','T','E','M',' '} |
|
static const WCHAR | iso_8859_1W [] = {'i','s','o','-','8','8','5','9','-','1',0} |
|
static const WCHAR | iso_8859_2W [] = {'i','s','o','-','8','8','5','9','-','2',0} |
|
static const WCHAR | iso_8859_3W [] = {'i','s','o','-','8','8','5','9','-','3',0} |
|
static const WCHAR | iso_8859_4W [] = {'i','s','o','-','8','8','5','9','-','4',0} |
|
static const WCHAR | iso_8859_5W [] = {'i','s','o','-','8','8','5','9','-','5',0} |
|
static const WCHAR | iso_8859_7W [] = {'i','s','o','-','8','8','5','9','-','7',0} |
|
static const WCHAR | iso_8859_9W [] = {'i','s','o','-','8','8','5','9','-','9',0} |
|
static const WCHAR | iso_8859_13W [] = {'i','s','o','-','8','8','5','9','-','1','3',0} |
|
static const WCHAR | iso_8859_15W [] = {'i','s','o','-','8','8','5','9','-','1','5',0} |
|
static const WCHAR | utf16W [] = {'U','T','F','-','1','6',0} |
|
static const WCHAR | utf8W [] = {'U','T','F','-','8',0} |
|
static const struct xml_encoding_data | xml_encoding_map [] |
|
static const struct IMXWriterVtbl | MXWriterVtbl |
|
static const struct ISAXContentHandlerVtbl | SAXContentHandlerVtbl |
|
static const struct ISAXLexicalHandlerVtbl | SAXLexicalHandlerVtbl |
|
static const ISAXDeclHandlerVtbl | SAXDeclHandlerVtbl |
|
static const IVBSAXDeclHandlerVtbl | VBSAXDeclHandlerVtbl |
|
static const IVBSAXLexicalHandlerVtbl | VBSAXLexicalHandlerVtbl |
|
static const IVBSAXContentHandlerVtbl | VBSAXContentHandlerVtbl |
|
static const ISAXDTDHandlerVtbl | SAXDTDHandlerVtbl |
|
static const IVBSAXDTDHandlerVtbl | VBSAXDTDHandlerVtbl |
|
static const ISAXErrorHandlerVtbl | SAXErrorHandlerVtbl |
|
static const IVBSAXErrorHandlerVtbl | VBSAXErrorHandlerVtbl |
|
static const tid_t | mxwriter_iface_tids [] |
|
static dispex_static_data_t | mxwriter_dispex |
|
static const IMXAttributesVtbl | MXAttributesVtbl |
|
static const ISAXAttributesVtbl | SAXAttributesVtbl |
|
static const struct IVBSAXAttributesVtbl | VBSAXAttributesVtbl |
|
static const tid_t | mxattrs_iface_tids [] |
|
static dispex_static_data_t | mxattrs_dispex |
|