Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtXMLPatterns
Commits
d4027540
Commit
d4027540
authored
11 years ago
by
Frederik Gladhorn
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/stable' into dev
Change-Id: If9e2f5b518a9078488a7df537d306d495da4672a
parents
8b70ff84
e14e55a6
dev
5.10
5.11
5.12
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.4
5.5
5.6
5.7
5.8
5.9
5.9.8
6.2
6.2.0
6.2.1
6.2.2
v5.15.0-alpha1
v5.14.1
v5.14.0
v5.14.0-rc2
v5.14.0-rc1
v5.14.0-beta3
v5.14.0-beta2
v5.14.0-beta1
v5.14.0-alpha1
v5.13.2
v5.13.1
v5.13.0
v5.13.0-rc3
v5.13.0-rc2
v5.13.0-rc1
v5.13.0-beta4
v5.13.0-beta3
v5.13.0-beta2
v5.13.0-beta1
v5.13.0-alpha1
v5.12.7
v5.12.6
v5.12.5
v5.12.4
v5.12.3
v5.12.2
v5.12.1
v5.12.0
v5.12.0-rc2
v5.12.0-rc1
v5.12.0-beta4
v5.12.0-beta3
v5.12.0-beta2
v5.12.0-beta1
v5.12.0-alpha1
v5.11.3
v5.11.2
v5.11.1
v5.11.0
v5.11.0-rc2
v5.11.0-rc1
v5.11.0-beta4
v5.11.0-beta3
v5.11.0-beta2
v5.11.0-beta1
v5.11.0-alpha1
v5.10.1
v5.10.0
v5.10.0-rc3
v5.10.0-rc2
v5.10.0-rc1
v5.10.0-beta4
v5.10.0-beta3
v5.10.0-beta2
v5.10.0-beta1
v5.10.0-alpha1
v5.9.9
v5.9.8
v5.9.7
v5.9.6
v5.9.5
v5.9.4
v5.9.3
v5.9.2
v5.9.1
v5.9.0
v5.9.0-rc2
v5.9.0-rc1
v5.9.0-beta4
v5.9.0-beta3
v5.9.0-beta2
v5.9.0-beta1
v5.9.0-alpha1
v5.8.0
v5.8.0-rc1
v5.8.0-beta1
v5.8.0-alpha1
v5.7.1
v5.7.0
v5.7.0-rc1
v5.7.0-beta1
v5.7.0-alpha1
v5.6.3
v5.6.2
v5.6.1
v5.6.1-1
v5.6.0
v5.6.0-rc1
v5.6.0-beta1
v5.6.0-alpha1
v5.5.1
v5.5.0
v5.5.0-rc1
v5.5.0-beta1
v5.5.0-alpha1
v5.4.2
v5.4.1
v5.4.0
v5.4.0-rc1
v5.4.0-beta1
v5.4.0-alpha1
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
examples/xmlpatterns/filetree/doc/src/filetree.qdoc
+1
-1
examples/xmlpatterns/filetree/doc/src/filetree.qdoc
examples/xmlpatterns/schema/doc/src/schema.qdoc
+1
-1
examples/xmlpatterns/schema/doc/src/schema.qdoc
tests/auto/xmlpatternssdk/TestSuiteHandler.cpp
+1
-1
tests/auto/xmlpatternssdk/TestSuiteHandler.cpp
tests/auto/xmlpatternssdk/XMLWriter.cpp
+1
-1
tests/auto/xmlpatternssdk/XMLWriter.cpp
with
4 additions
and
4 deletions
examples/xmlpatterns/filetree/doc/src/filetree.qdoc
+
1
−
1
View file @
d4027540
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
\image filetree_1-example.png
\image filetree_1-example.png
\section2 The User Inteface
\section2 The User Inte
r
face
The example is shown below. First, we use \c{File->Open Directory}
The example is shown below. First, we use \c{File->Open Directory}
(not shown) to select the \c{/filetree} directory. Then we use the
(not shown) to select the \c{/filetree} directory. Then we use the
...
...
This diff is collapsed.
Click to expand it.
examples/xmlpatterns/schema/doc/src/schema.qdoc
+
1
−
1
View file @
d4027540
...
@@ -114,7 +114,7 @@
...
@@ -114,7 +114,7 @@
After the \l{QXmlSchema} {QXmlSchema} is instanciated and the message handler set
After the \l{QXmlSchema} {QXmlSchema} is instanciated and the message handler set
on it, the \l{QXmlSchema::load()} {load()} method is called with the schema data as argument.
on it, the \l{QXmlSchema::load()} {load()} method is called with the schema data as argument.
If the schema is invalid or a parsing error has occured, \l{QXmlSchema::isValid()} {isValid()}
If the schema is invalid or a parsing error has occur
r
ed, \l{QXmlSchema::isValid()} {isValid()}
returns \c{false} and the error is flagged in \c{errorOccurred}.
returns \c{false} and the error is flagged in \c{errorOccurred}.
If the loading was successful, a \l{QXmlSchemaValidator} {QXmlSchemaValidator} is
If the loading was successful, a \l{QXmlSchemaValidator} {QXmlSchemaValidator} is
instanciated and the schema passed in the constructor.
instanciated and the schema passed in the constructor.
...
...
This diff is collapsed.
Click to expand it.
tests/auto/xmlpatternssdk/TestSuiteHandler.cpp
+
1
−
1
View file @
d4027540
...
@@ -273,7 +273,7 @@ bool TestSuiteHandler::endElement(const QString &namespaceURI,
...
@@ -273,7 +273,7 @@ bool TestSuiteHandler::endElement(const QString &namespaceURI,
else
if
(
localName
==
QLatin1String
(
"title"
))
else
if
(
localName
==
QLatin1String
(
"title"
))
{
{
/* A bit dangerous, the only element with name title in the vocabulary
/* A bit dangerous, the only element with name title in the vocabulary
* is the
the
child of GroupInfo */
* is the child of GroupInfo */
m_container
->
setTitle
(
m_ch
.
simplified
());
m_container
->
setTitle
(
m_ch
.
simplified
());
}
}
else
if
(
localName
==
QLatin1String
(
"test-group"
))
else
if
(
localName
==
QLatin1String
(
"test-group"
))
...
...
This diff is collapsed.
Click to expand it.
tests/auto/xmlpatternssdk/XMLWriter.cpp
+
1
−
1
View file @
d4027540
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
/* Design rationalis, comments:
/* Design rationalis, comments:
*
*
* - The class is called XMLWriter to harvest familarity by being consistent with
* - The class is called XMLWriter to harvest famil
i
arity by being consistent with
* Java's XMLWriter class. If XMLWriter is moved to Qt, the name QXmlWriter is perhaps suitable.
* Java's XMLWriter class. If XMLWriter is moved to Qt, the name QXmlWriter is perhaps suitable.
* - The class does not handle indentation because the "do one thing well"-principle is
* - The class does not handle indentation because the "do one thing well"-principle is
* in use. XMLWriter should be fast and not assume a certain idea of indentation. Indentation
* in use. XMLWriter should be fast and not assume a certain idea of indentation. Indentation
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets