|
The SchemaDescription Interface |
enum | ContextType {
CONTEXT_INCLUDE,
CONTEXT_REDEFINE,
CONTEXT_IMPORT,
CONTEXT_PREPARSE,
CONTEXT_INSTANCE,
CONTEXT_ELEMENT,
CONTEXT_ATTRIBUTE,
CONTEXT_XSITYPE,
CONTEXT_UNKNOWN
} |
virtual ContextType | getContextType () const =0 |
| getContextType
|
virtual const XMLCh * | getTargetNamespace () const =0 |
| getTargetNamespace
|
virtual RefArrayVectorOf<
XMLCh > * | getLocationHints () const =0 |
| getLocationHints
|
virtual const QName * | getTriggeringComponent () const =0 |
| getTriggeringComponent
|
virtual const QName * | getEnclosingElementName () const =0 |
| getenclosingElementName
|
virtual const XMLAttDef * | getAttributes () const =0 |
| getAttributes
|
virtual void | setContextType (ContextType)=0 |
| setContextType
|
virtual void | setTargetNamespace (const XMLCh *const)=0 |
| setTargetNamespace
|
virtual void | setLocationHints (const XMLCh *const)=0 |
| setLocationHints
|
virtual void | setTriggeringComponent (QName *const)=0 |
| setTriggeringComponent
|
virtual void | setEnclosingElementName (QName *const)=0 |
| getenclosingElementName
|
virtual void | setAttributes (XMLAttDef *const)=0 |
| setAttributes
|
Public Member Functions |
|
virtual | ~XMLSchemaDescription () |
| virtual destructor
|
|
virtual Grammar::GrammarType | getGrammarType () const |
| getGrammarType
|
Protected Member Functions |
|
| XMLSchemaDescription (MemoryManager *const memMgr=XMLPlatformUtils::fgMemoryManager) |