ReactOS 0.4.16-dev-91-g764881a
|
Public Attributes | |
BSTR | prefix |
BSTR | uri |
struct list | entry |
strval | prefix |
strval | uri |
struct element * | element |
WCHAR * | prefix |
int | prefix_len |
WCHAR * | uri |
BOOL | emitted |
Definition at line 44 of file mxnamespace.c.
Definition at line 270 of file reader.c.
Referenced by reader_mark_ns_nodes(), reader_pop_ns_nodes(), reader_push_ns(), and writer_push_ns().
BOOL ns::emitted |
Definition at line 100 of file writer.c.
Referenced by writer_output_ns(), writer_push_ns(), and xmlwriter_WriteAttributeString().
Definition at line 267 of file reader.c.
Referenced by reader_clear_ns(), reader_pop_ns_nodes(), reader_push_ns(), writer_free_element(), and writer_push_ns().
BSTR ns::prefix |
Definition at line 46 of file mxnamespace.c.
Referenced by declare_prefix(), get_declared_prefix_idx(), reader_clear_ns(), reader_get_attribute_local_name(), reader_lookup_ns(), reader_pop_ns_nodes(), reader_push_ns(), write_output_attribute(), writer_find_ns(), writer_find_ns_current(), writer_free_element(), writer_output_ns(), writer_push_ns(), xmlParseInNodeContext(), xmlreader_GetNamespaceUri(), xmlreader_GetPrefix(), xmlwriter_WriteAttributeString(), xmlwriter_WriteElementString(), xmlwriter_WriteStartElement(), xsltApplySequenceConstructor(), xsltCopyNamespace(), xsltCopyNamespaceListInternal(), xsltGatherNamespaces(), xsltGetNamespace(), xsltGetSpecialNamespace(), xsltLoadStylesheetPI(), xsltPreprocessStylesheet(), and xsltShallowCopyNsNode().
int ns::prefix_len |
Definition at line 98 of file writer.c.
Referenced by write_output_attribute(), writer_output_ns(), writer_push_ns(), xmlwriter_WriteAttributeString(), xmlwriter_WriteElementString(), and xmlwriter_WriteStartElement().
BSTR ns::uri |
Definition at line 47 of file mxnamespace.c.
Referenced by declare_prefix(), reader_clear_ns(), reader_get_attribute_ns_uri(), reader_get_value(), reader_pop_ns_nodes(), reader_push_ns(), writer_find_ns(), writer_find_ns_current(), writer_free_element(), writer_output_ns(), writer_push_ns(), and xmlreader_GetNamespaceUri().