JavaScript must be enabled in order for you to use JSXGraph and JSXGraph reference. However, it seems JavaScript is either disabled or not supported by your browser.

Class Index | File Index

Elements
Classes

Namespace JXG.XML


      ↳ JXG.XML



Defined in: xml.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Holds browser independent xml parsing routines.
Method Summary
Method Attributes Method Name and Description
<static>  
JXG.XML.cleanWhitespace(el)
Cleans out unneccessary whitespaces in a chunk of xml.
<static>  
JXG.XML.parse(str)
Converts a given string into a XML tree.
Namespace Detail
JXG.XML
Holds browser independent xml parsing routines. Won't work in environments other than browsers.
Method Detail
<static> JXG.XML.cleanWhitespace(el)
Cleans out unneccessary whitespaces in a chunk of xml.
Parameters:
{Object} el

<static> {Object} JXG.XML.parse(str)
Converts a given string into a XML tree.
Parameters:
{String} str
Returns:
{Object} The xml tree represented by the root node.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Mar 08 2024 12:21:02 GMT+0100 (Mitteleuropäische Normalzeit)