Lines Matching defs:encoding
207 parameter will be NULL for text declarations. The encoding
215 const XML_Char *encoding,
227 /* Constructs a new parser; encoding is the encoding specified by the
231 XML_ParserCreate(const XML_Char *encoding);
249 Note that Expat does not validate namespace URIs (beyond encoding)
256 XML_ParserCreateNS(const XML_Char *encoding, XML_Char namespaceSeparator);
268 XML_ParserCreate_MM(const XML_Char *encoding,
282 XML_ParserReset(XML_Parser parser, const XML_Char *encoding);
492 The convert function may be NULL if the encoding is a single-byte
493 encoding, that is if map[b] >= -1 for all bytes b.
495 When the parser is finished with the encoding, then if release is
528 /* This is called for an encoding that is unknown to the parser.
533 The name argument gives the name of the encoding as specified in
534 the encoding declaration.
536 If the callback can provide information about the encoding, it must
540 If info does not describe a suitable encoding, then the parser will
680 /* This is equivalent to supplying an encoding argument to
687 XML_SetEncoding(XML_Parser parser, const XML_Char *encoding);
857 context; encoding is a '\0'-terminated string giving the name of
858 the externally specified encoding, or NULL if there is no
859 externally specified encoding. The context string consists of a
873 const XML_Char *encoding);