All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Utils.h File Reference

Utility methods for Schema serialization. More...

#include "../../xsd/Facet.h"
#include <string>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::serialize
 
 te::xml
 Namespace for the XML module of TerraLib.
 
 te::xsd
 

Functions

te::xsd::QNamete::serialize::CreateQName (const std::string &name)
 
te::xsd::FacetType te::serialize::GetFacetType (const std::string &name)
 
void te::serialize::ReadAnnotated (te::xsd::Annotated *annotated, te::xml::Reader &reader)
 
void te::serialize::ReadIdentifiable (te::xsd::Identifiable *identifiable, te::xml::Reader &reader)
 
void te::serialize::ReadOccurs (te::xsd::Occurs *occurs, te::xml::Reader &reader)
 

Detailed Description

Utility methods for Schema serialization.

Definition in file Utils.h.