Go to the source code of this file.
Namespaces | |
| namespace | GOGrapher.DOMLight |
| namespace | DOMLight |
Classes | |
| class | GOGrapher.DOMLight.DOMLightObject |
| class | GOGrapher.DOMLight.XMLMaker |
| This class is used to generate xml. More... | |
| class | GOGrapher.DOMLight.XMLMaker.Elem |
| Inner class representing an XML element. More... | |
Functions | |
| def | GOGrapher::DOMLight.createModel |
| def | GOGrapher::DOMLight.XMLEscape |
| This function first html escapes a string, and then converts entities to html entities to xml entities as much as possible. | |
| def | GOGrapher::DOMLight.htmlToXmlEntities |
| XML only allows 5 entities (< > " & ') and html tidy does not do any conversion when creating xml from html, so this must be done manually. | |
1.5.6