1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>XmHTMLParser Programmers Guide</TITLE>
<META HTTP-EQUIV="Keywords" CONTENT="XmHTML, HTML, Motif, Widget, Programming, Linux">
<META HTTP-EQUIV="Reply-to" CONTENT="ripley@xs4all.nl">
<META HTTP-EQUIV="Description" CONTENT="This document contains XmHTMLParser programmers Guide. XmHTMLParser provides an interactive HTML3.2 Parser Object.">
<META NAME="Author" CONTENT="Koen D'Hondt">
<META NAME="Copyright" content="1995-1997 by Ripley Software Development">
<META NAME="Source" content="$Source$">
<META NAME="Revision" content="$Revision$">
<!--
<base href="http://www.xs4all.nl/~ripley/eXode/">
-->
<link rev="made" href="mailto:ripley@xs4all.nl">
<link rel="home" href="http://www.xs4all.nl/~ripley">
<link rel="index" href="XmHTML.html">
<link rel="previous" href="progguide.html">
<link rel="up" href="xmhtml_prog.html">
<link rel="down" href="parser_ref.html">
<link rel="TOC" href="XmHTML.html#toc">
<link rel="copyright" href="copyrights.html">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<p>
<div align="right"
<b><font face="helvetica, arial" size="7">Chapter 3<br>
XmHTMLParser Objects</font></b>
</div>
<p>
<h2><a name="creating"><font face="helvetica, arial">
3.1 Creating a XmHTMLParser Object
</font></a></h2>
<h3><a name="text"><font face="helvetica, arial">
3.1.1 The XmHTMLParser Object's Text
</font></a></h3>
<h2><a name="config"><font face="helvetica, arial">
3.2 Configuring a XmHTMLParser Object
</font></a></h2>
<h2><a name="callbacks"><font face="helvetica, arial">
3.3 XmHTMLParser Object Callback Functions
</font></a></h2>
<h3><a name="parserCB"><font face="helvetica, arial">
3.3.1 Parser Callback
</font></a></h3>
<h3><a name="modifyCB"><font face="helvetica, arial">
3.3.2 ModifyVerify Callback
</font></a></h3>
<h3><a name="docCB"><font face="helvetica, arial">
3.3.3 Document Verification Callback
</font></a></h3>
<h2><a name="advanced"><font face="helvetica, arial">
3.4 Advanced XmHTMLParser Programming Techniques
</font></a></h2>
<h3><a name="progressive"><font face="helvetica, arial">
3.4.1 Progressive Document Parsing
</font></a></h3>
<h3><a name="parser_tree"><font face="helvetica, arial">
3.4.2 Accessing XmHTMLParser's Parser Tree
</font></a></h3>
<h3><a name="getstring"><font face="helvetica, arial">
3.4.3 Creating a HTML Document from XmHTMLParser's Output
</font></a></h3>
<p>
<p>
<IMG SRC="../Images/wood/bar.gif" width=508 height=15>
<br>
<img ismap usemap=#back src="../Images/wood/back.gif" border=0>
<map name=back>
<area href="xmhtml_prog.html" shape=rect coords=0,0,83,33>
</map>
<img ismap usemap=#home src="../Images/wood/home.gif" border=0>
<map name=home>
<area href="http://www.xs4all.nl/~ripley" shape=rect coords=0,0,83,33>
</map>
<img ismap usemap=#email_map src="../Images/wood/email.gif" border=0>
<map name=email_map>
<area href="mailto:ripley@xs4all.nl" shape=rect coords=0,0,83,33>
</map>
<br><IMG SRC="../Images/wood/bar.gif" width=508 height=15><br>
<i><font size="-1">
©Copyright 1996-1997 by Ripley Software Development<br>
Last update: September 19, 1997 by Koen
</font></i>
<br>
<a href="http://www.nedstat.nl/cgi-bin/viewstat?name=xmhtml">
<img src="http://www.nedstat.nl/cgi-bin/nedstat.gif?name=xmhtml"
border=0 alt="" width=32 height=32></a>
<p>
</BODY>
</HTML>
|