Name
LzXMLTranslator (svg) — Utility for converting native XML DOM object into LzDataNode tree
Details
Static Properties (3)
-
slashPat
-
static private var slashPat = { ... };
-
stringTrimPat
-
static private var stringTrimPat = { ... };
-
whitespacePat
-
static private var whitespacePat = { ... };
Static Methods (2)
-
copyBrowserXML()
-
static private function copyBrowserXML(node, ignorewhite, trimwhite);
-
copyXML()
-
static private function copyXML(xmldoc, trimwhitespace, stripnsprefix);
JavaScript Synopsis
private var LzXMLTranslator = { ... };