Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
a6419605
Commit
a6419605
authored
Nov 17, 2012
by
Davis King
Browse files
updated docs
parent
8dbbda1f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
24 deletions
+1
-24
docs/docs/parsing.xml
docs/docs/parsing.xml
+1
-24
No files found.
docs/docs/parsing.xml
View file @
a6419605
...
@@ -591,7 +591,7 @@
...
@@ -591,7 +591,7 @@
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component
checked=
"true"
>
<component>
<name>
xml_parser
</name>
<name>
xml_parser
</name>
<file>
dlib/xml_parser.h
</file>
<file>
dlib/xml_parser.h
</file>
<spec_file>
dlib/xml_parser/xml_parser_kernel_abstract.h
</spec_file>
<spec_file>
dlib/xml_parser/xml_parser_kernel_abstract.h
</spec_file>
...
@@ -614,29 +614,6 @@
...
@@ -614,29 +614,6 @@
<examples>
<examples>
<example>
xml_parser_ex.cpp.html
</example>
<example>
xml_parser_ex.cpp.html
</example>
</examples>
</examples>
<implementations>
<implementation>
<name>
xml_parser_kernel_1
</name>
<file>
dlib/xml_parser/xml_parser_kernel_1.h
</file>
<description>
This implementation is done using a
<a
href=
"containers.html#stack"
>
stack
</a>
(as opposed to recursive descent) to parse
xml documents. It also uses a
<a
href=
"containers.html#map"
>
map
</a>
to implement the attribute_list interface and
internally uses the
<a
href=
"containers.html#sequence"
>
sequence
</a>
object to keep track of all registered document and error
handlers.
</description>
<typedefs>
<typedef>
<name>
kernel_1a
</name>
<description>
is a typedef for xml_parser_kernel_1 that uses map_kernel_1a, stack_kernel_1a, and sequence_kernel_2a
</description>
</typedef>
</typedefs>
</implementation>
</implementations>
</component>
</component>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment