Qt 4.8
|
A structure that lists the optional and required attributes of an element. Used with MaintainingReader. More...
#include <qmaintainingreader_p.h>
Public Types | |
typedef QHash< LookupKey, ElementDescription< TokenLookupClass, LookupKey > > | Hash |
Public Variables | |
QSet< typename TokenLookupClass::NodeName > | optionalAttributes |
QSet< typename TokenLookupClass::NodeName > | requiredAttributes |
A structure that lists the optional and required attributes of an element. Used with MaintainingReader.
A constant source to misunderstandings is mixing up the order of arguments for functions that takes a local name and a namespace. Be wary of this.
Definition at line 84 of file qmaintainingreader_p.h.
typedef QHash<LookupKey, ElementDescription<TokenLookupClass, LookupKey> > QPatternist::ElementDescription< TokenLookupClass, LookupKey >::Hash |
Definition at line 87 of file qmaintainingreader_p.h.
QSet<typename TokenLookupClass::NodeName> QPatternist::ElementDescription< TokenLookupClass, LookupKey >::optionalAttributes |
Definition at line 89 of file qmaintainingreader_p.h.
Referenced by QPatternist::XSLTTokenizer::createElementDescriptions(), QPatternist::XsdSchemaParserContext::setupElementDescriptions(), and QPatternist::MaintainingReader< XSLTTokenLookup >::validateElement().
QSet<typename TokenLookupClass::NodeName> QPatternist::ElementDescription< TokenLookupClass, LookupKey >::requiredAttributes |
Definition at line 88 of file qmaintainingreader_p.h.
Referenced by QPatternist::XSLTTokenizer::createElementDescriptions(), QPatternist::XsdSchemaParserContext::setupElementDescriptions(), and QPatternist::MaintainingReader< XSLTTokenLookup >::validateElement().