Home
last modified time | relevance | path

Searched refs:xmlLib (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rhino/rhino1_7R4/testsrc/doctests/
H A DxmlOptions.doctest12 js> var xmlLib = org.mozilla.javascript.xml.XMLLib.extractFromScope(this);
13 js> xmlLib.isPrettyPrinting();
15 js> xmlLib.setPrettyPrinting(false);
16 js> xmlLib.isPrettyPrinting();
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DScriptRuntime.java1204 XMLLib xmlLib = currentXMLLib(cx); in setDefaultNamespace() local
3836 XMLLib xmlLib = cx.cachedXMLLib; in currentXMLLib() local
3837 if (xmlLib == null) { in currentXMLLib()
3839 if (xmlLib == null) in currentXMLLib()
3841 cx.cachedXMLLib = xmlLib; in currentXMLLib()
3844 return xmlLib; in currentXMLLib()
3855 XMLLib xmlLib = currentXMLLib(cx); in escapeAttributeValue() local
3867 XMLLib xmlLib = currentXMLLib(cx); in escapeTextValue() local
3868 return xmlLib.escapeTextValue(value); in escapeTextValue()
3894 XMLLib xmlLib = currentXMLLib(cx); in nameRef() local
[all …]
H A DNativeGlobal.java187 XMLLib xmlLib = XMLLib.extractFromScope(scope); in execIdCall() local
189 xmlLib.isXMLName(cx, name)); in execIdCall()