[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 <title>.: jsolait :. | documentation | xml</title> 6 <link rel="stylesheet" type="text/css" href="./html.css" /> 7 <meta name="author" content="Jan-Klaas Kollhof" /> 8 <meta name="keywords" content="jsolait.xml" /> 9 </head> 10 <body> 11 <a name="top" id="top"></a> 12 <div class="navigationBar"><a href="./index.xhtml">documentation</a> | 13 xml</div> 14 <div class="menu"> 15 <ul></ul> 16 <div class="copyright">copyright © 2004, Jan-Klaas Kollhof</div> 17 </div> 18 <div class="content"> 19 <h1>Module xml</h1> 20 Provides parseXML and an importNode implementation. 21 <div class="contentItem"><h2>public members:<a class="bttop" href="#top">▲</a></h2><div> 22 23 <h3>NoXMLParser()</h3><div class="indent"> 24 Exception thrown if no parser could be instanciated.<br /> 25 </div> 26 <h3>ParsingFailed()</h3><div class="indent"> 27 Exception thrown if a document could not be parsed.<br /> 28 <ul> 29 <li><b>ParsingFailed::xml</b> The xml source which could not be parsed.</li> 30 </ul> 31 </div> 32 <br /> 33 <h3>parseXML(xml)</h3><div class="indent"> 34 Parses an xml document.<br /> 35 <b>xml</b> The xml text.<br /> 36 <b>returns</b> A DOM of the xml document.<br /> 37 </div> 38 <h3>importNode(importedNode,deep)</h3><div class="indent"> 39 DOM2 implimentation of document.importNode().<br /> 40 This will import into the current document. In SVG it will create SVG nodes in HTML it will create HTML nodes....<br /> 41 This might become customizable in the future.<br /> 42 <b>importedNode</b> The node to import.<br /> 43 <b>deep</b> =true Import all childNodes recursively.<br /> 44 <b>returns</b> The imported Node.<br /> 45 <br /> 46 </div> 47 <h3>node2XML(node)</h3><div class="indent"> 48 Turns an XML document into a String.<br /> 49 <b>node</b> The node to print.<br /> 50 <b>returns</b> A string containing the text for the XML.<br /> 51 <br /> 52 </div> 53 </div></div> 54 <div class="contentItem"><h2>requirements<a class="bttop" href="#top">▲</a></h2><div> 55 56 Requires Mozilla's or IE's XML objects or parseXML in SVG(ASV). 57 </div></div> 58 </div> 59 </body> 60 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |