Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Namespaces | Typedefs
XML.h File Reference
#include <ICLUtils/PugiXML.h>

Go to the source code of this file.

Namespaces

namespace  icl
 

The ICL-namespace.


namespace  icl::utils

Typedefs

typedef pugi::xml_node_type icl::utils::XMLNodeType
 Node type.
typedef pugi::xml_encoding icl::utils::XMLEncoding
 XML encoding type.
typedef pugi::xml_writer icl::utils::XMLWriter
 XML writer interface.
typedef pugi::xml_writer_stream icl::utils::XMLStreamWriter
 XML writer implementation for streams.
typedef pugi::xml_writer_file icl::utils::XMLFileWriter
 XML writer implementation for files.
typedef pugi::xml_attribute icl::utils::XMLAttribute
 XML Attribute class.
typedef pugi::xml_node icl::utils::XMLNode
 XML Node class.
typedef pugi::xml_node_iterator icl::utils::XMLNodeIterator
 Iterator for XMLNodes.
typedef
pugi::xml_attribute_iterator 
icl::utils::XMLAttributeIterator
 Iterator for XMLAttributes.
typedef pugi::xml_tree_walker icl::utils::XMLTreeWalker
 XML-Treewalker class.
typedef pugi::xml_parse_status icl::utils::XMLParseStatus
 Parsing status enumeration.
typedef pugi::xml_parse_result icl::utils::XMLParseResult
 Parsing status class.
typedef pugi::xml_document icl::utils::XMLDocument
 Main XML Document class.
typedef pugi::xpath_value_type icl::utils::XPathValueType
 Type enumeration for xpath values.
typedef pugi::xpath_parse_result icl::utils::XPathParseResult
 Parse Result class for XPath expressions.
typedef pugi::xpath_variable icl::utils::XPathVariable
 Variable Type for XPath expressions.
typedef pugi::xpath_variable_set icl::utils::XPathVariableSet
 Set of XPathVariables.
typedef pugi::xpath_query icl::utils::XPathQuery
 Precompiled XPath expression.
typedef pugi::xpath_exception icl::utils::XPathException
 Exception type for xpath expressions.
typedef pugi::xpath_node icl::utils::XPathNode
 Special node type for XPath query results.
typedef pugi::xpath_node_set icl::utils::XPathNodeSet
 Set of XPath nodes.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines