![]() |
Qt 4.8
|
#include "qxsdschemaparser_p.h"#include "private/qxmlutils_p.h"#include "qacceltreeresourceloader_p.h"#include "qautoptr_p.h"#include "qboolean_p.h"#include "qcommonnamespaces_p.h"#include "qderivedinteger_p.h"#include "qderivedstring_p.h"#include "qqnamevalue_p.h"#include "qxmlquery_p.h"#include "qxpathhelper_p.h"#include "qxsdattributereference_p.h"#include "qxsdreference_p.h"#include "qxsdschematoken_p.h"#include <QtCore/QFile>#include <QtXmlPatterns/QXmlQuery>Go to the source code of this file.
Classes | |
| class | QPatternist::ElementNamespaceHandler |
| A helper class for automatically handling namespace scopes of elements. More... | |
| class | QPatternist::TagValidationHandler |
Namespaces | |
| QPatternist | |
| The namespace for the internal API of QtXmlPatterns. | |
Functions | |
| static XsdParticle::List | collectGroupRef (const XsdModelGroup::Ptr &group) |
| static bool | isValidUri (const QString &string) |
|
static |
Returns a list of all particles with group references that appear at any level of the given unresolved group.
Definition at line 215 of file qxsdschemaparser.cpp.
Referenced by QPatternist::XsdSchemaParser::parseRedefine().
|
inlinestatic |
Helper function that works around the limited facilities of QUrl/AnyURI::fromLexical to detect invalid URIs
Definition at line 238 of file qxsdschemaparser.cpp.
Referenced by QPatternist::XsdSchemaParser::parseAny(), QPatternist::XsdSchemaParser::parseAnyAttribute(), QPatternist::XsdSchemaParser::parseAppInfo(), QPatternist::XsdSchemaParser::parseDocumentation(), QPatternist::XsdSchemaParser::parseNotation(), QPatternist::XsdSchemaParser::parseSchema(), and QPatternist::XsdSchemaParser::readXPathExpression().