Go to the source code of this file.
Functions | |
| void | NodeTypePrinter (te::xml::NodeType type) |
| void | ReadXML (const std::string &path, bool validSchema, bool ignoreWhiteSpaces) |
| void NodeTypePrinter | ( | te::xml::NodeType | type | ) |
Definition at line 11 of file ReaderExample.cpp.
References te::xml::CDATA, te::xml::END_DOCUMENT, te::xml::END_ELEMENT, te::xml::END_PREFIX_MAPPING, te::xml::IGNORABLE_WHITESPACE, te::xml::PROCESSING_INSTRUCTION, te::xml::SKIPPED_ENTITY, te::xml::START_DOCUMENT, te::xml::START_ELEMENT, te::xml::START_PREFIX_MAPPING, te::xml::UNKNOWN, te::xml::VALUE, and te::xml::WHITESPACE.
Referenced by ReadXML().
Definition at line 70 of file ReaderExample.cpp.
References te::xml::ReaderFactory::make(), NodeTypePrinter(), te::xml::START_ELEMENT, and te::xml::VALUE.
Referenced by main().