Namespace JXG.XML
↳ JXG.XML
Defined in: xml.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Holds browser independent xml parsing routines.
|
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.