Searched refs:XMLReader (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | xmlstorage.h | 2553 #define XMLReader XercesXMLReader macro 2580 #define XMLReader ExpatXMLReader macro 2584 struct XMLReader : public XMLReaderBase struct 2586 XMLReader(XMLNode* node, std::istream& in) in XMLReader() argument 2718 XMLReader reader(this, path); in read_file() 2729 XMLReader reader(this, (const XMLByte*)buffer, len, system_id); 2747 XMLReader reader(this, in); in read_file() 2770 XMLReader reader(this, in);
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | NEWS | 615 Stop calling SAX getEntity handler from XMLReader (Nick Wellnhofer), 620 Copy some XMLReader option flags to parser context (Nick Wellnhofer), 1572 Convert XMLReader to the new input buffers (Daniel Veillard),
|