#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "tinystr.h"
Go to the source code of this file.
Classes
Defines
Enumerations
Variables
Define Documentation
Referenced by TiXmlNode::FirstChild(), TiXmlBase::GetEntity(), TiXmlNode::LastChild(), TiXmlDocument::LoadFile(), TiXmlNode::NextSibling(), TiXmlElement::Parse(), TiXmlNode::PreviousSibling(), TiXmlText::Print(), TiXmlAttribute::Print(), TiXmlBase::PutString(), TinyXPath::xpath_processor::S_compute_xpath(), TinyXPath::expression_result::S_get_string(), TinyXPath::node_set::S_get_string_value(), TinyXPath::node_set::S_get_value(), TinyXPath::xpath_stack::S_pop_string(), TinyXPath::xpath_processor::v_execute_absolute_path(), TinyXPath::xpath_processor::v_execute_one(), TinyXPath::xpath_processor::v_execute_step(), TinyXPath::xpath_processor::v_function_concat(), TinyXPath::xpath_processor::v_function_contains(), TinyXPath::xpath_processor::v_function_name(), TinyXPath::xpath_processor::v_function_normalize_space(), TinyXPath::xpath_processor::v_function_starts_with(), TinyXPath::xpath_processor::v_function_string_length(), TinyXPath::xpath_processor::v_function_substring(), TinyXPath::xpath_processor::v_function_text(), and v_test_one_string_tiny().
Enumeration Type Documentation
- Enumerator:
TIXML_SUCCESS |
|
TIXML_NO_ATTRIBUTE |
|
TIXML_WRONG_TYPE |
|
- Enumerator:
TIXML_ENCODING_UNKNOWN |
|
TIXML_ENCODING_UTF8 |
|
TIXML_ENCODING_LEGACY |
|
Variable Documentation