|
Apache HTTPD
|
#include "apr.h"#include "apr_strings.h"#include "apr_want.h"#include "apr_xml.h"#include "apu_config.h"#include <expat.h>Go to the source code of this file.
Classes | |
| struct | apr_xml_parser |
| struct | apr_xml_ns_scope |
Macros | |
| #define | APR_WANT_STDIO /* for sprintf() */ |
| #define | APR_WANT_STRFUNC |
| #define | DEBUG_CR "\r\n" |
| #define | APR_XML_NS_ERROR_UNKNOWN_PREFIX (-1000) |
| #define | APR_XML_NS_ERROR_INVALID_DECL (-1001) |
| #define | APR_XML_NS_IS_RESERVED(name) |
| #define | APR_XML_ERROR_EXPAT 1 |
| #define | APR_XML_ERROR_PARSE_DONE 2 |
| #define | APR_XML_NS_LEN(ns) |
Typedefs | |
| typedef struct apr_xml_ns_scope | apr_xml_ns_scope |
Variables | |
| static const char | APR_KW_xmlns [] = { 0x78, 0x6D, 0x6C, 0x6E, 0x73, '\0' } |
| static const char | APR_KW_xmlns_lang [] = { 0x78, 0x6D, 0x6C, 0x3A, 0x6C, 0x61, 0x6E, 0x67, '\0' } |
| static const char | APR_KW_DAV [] = { 0x44, 0x41, 0x56, 0x3A, '\0' } |
|
static |
|
static |
|
static |
< start tag, contents, end tag
< FULL + ns defns + xml:lang
< original prefixes
< FULL + ns defns + xml:lang
< original prefixes
< no namespace for this elem/attr
< original prefixes
< no namespace for this elem/attr
< original prefixes
< xml:lang + inner contents
< original prefixes
< original prefixes
< start tag, contents, end tag
|
static |
|
static |
< start tag, contents, end tag
< FULL + ns defns + xml:lang
< original prefixes
< no namespace for this elem/attr
< original prefixes
< no namespace for this elem/attr
< original prefixes
< FULL + ns defns + xml:lang
< FULL + ns defns + xml:lang
< original prefixes
< xml:lang + inner contents
< original prefixes
< original prefixes
< start tag, contents, end tag
< start tag, contents, end tag
< FULL + ns defns + xml:lang
< original prefixes
< no namespace for this elem/attr
< original prefixes