js> var x = 1; js> x 1 js> var xmlLib = org.mozilla.javascript.xml.XMLLib.extractFromScope(this); js> xmlLib.isPrettyPrinting(); true js> xmlLib.setPrettyPrinting(false); js> xmlLib.isPrettyPrinting(); false js> x 1