Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::XmlSchemaContext Class Reference

#include <XMLKit.h>

Inheritance diagram for VCF::XmlSchemaContext:

VCF::Attachable< xmlSchemaParserCtxtPtr, XmlSchemaContext > List of all members.

Public Types

typedef Attachable< xmlSchemaParserCtxtPtr,
XmlSchemaContext
BaseT

Public Member Functions

 XmlSchemaContext (const String &uri)
 XmlSchemaContext (const XmlDocument &doc)
 XmlSchemaContext ()
 XmlSchemaContext (xmlSchemaParserCtxtPtr val)
 XmlSchemaContext (const XmlSchemaContext &val)
XmlSchemaContextoperator= (xmlSchemaParserCtxtPtr rhs)
void initFromURI (const String &uri)
void initFromDocument (const XmlDocument &doc)

Static Public Member Functions

static void freeResource (xmlSchemaParserCtxtPtr res)

Public Attributes

XMLErrorDelegate ParserError

Protected Member Functions

void initAndAttach (xmlSchemaParserCtxtPtr ptr)

Static Protected Member Functions

static void parserErrorHandler (void *userData, xmlErrorPtr error)

Member Typedef Documentation

typedef Attachable<xmlSchemaParserCtxtPtr,XmlSchemaContext> VCF::XmlSchemaContext::BaseT
 


Constructor & Destructor Documentation

VCF::XmlSchemaContext::XmlSchemaContext const String uri  ) 
 

VCF::XmlSchemaContext::XmlSchemaContext const XmlDocument doc  ) 
 

VCF::XmlSchemaContext::XmlSchemaContext  ) 
 

VCF::XmlSchemaContext::XmlSchemaContext xmlSchemaParserCtxtPtr  val  ) 
 

VCF::XmlSchemaContext::XmlSchemaContext const XmlSchemaContext val  ) 
 


Member Function Documentation

static void VCF::XmlSchemaContext::freeResource xmlSchemaParserCtxtPtr  res  )  [static]
 

void VCF::XmlSchemaContext::initAndAttach xmlSchemaParserCtxtPtr  ptr  )  [protected]
 

void VCF::XmlSchemaContext::initFromDocument const XmlDocument doc  ) 
 

void VCF::XmlSchemaContext::initFromURI const String uri  ) 
 

XmlSchemaContext& VCF::XmlSchemaContext::operator= xmlSchemaParserCtxtPtr  rhs  ) 
 

static void VCF::XmlSchemaContext::parserErrorHandler void *  userData,
xmlErrorPtr  error
[static, protected]
 


Member Data Documentation

XMLErrorDelegate VCF::XmlSchemaContext::ParserError
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information