2022.2

Table Of Contents
0 Number Text Digit
# Number Year Digit,zeroshowsasabsent
. Number Year Decimalseparatorormonetarydecimalseparator
- Number Month Minussign
, Number Number Groupingseparator
E Number Number Separatesmantissaandexponentinscientificnotation.Neednotbequotedinprefixorsuf-
fix.
; Subpattern
boundary
Number Separatespositiveandnegativesubpatterns
% Prefixorsuffix Number Multiplyby100andshowaspercentage
\u2030 Prefixorsuffix Number Multiplyby1000andshowaspermillevalue
¤(\u00A4) Prefixorsuffix Number Currencysign,replacedbycurrencysymbol.Ifdoubled,replacedbyinternationalcurrency
symbol.Ifpresentinapattern,themonetarydecimalseparatorisusedinsteadofthedecimal
separator.
' Prefixorsuffix Text Usedtoquotespecialcharactersinaprefixorsuffix,forexample,"'#'#"formats123to
"#123".Tocreateasinglequoteitself,usetwoinarow:"#o''clock".
Source:http://docs.oracle.com/javase/7/docs/api/java/text/DecimalFormat.html.
query()
Thisfunctioncreatesanewresultset,containingtheHTMLelementsinthecurrentsectionthatmatch
thesuppliedCSSselector.Thecontext(optional)allowsyoutorestrictthesearchtodescendantsof
oneormorecontextelements.
ThenewresultsetisofthetypeQueryResults,justliketheresultsobjectwhichisalsotheresult
ofa(hidden)query.Allfunctionsthatcanbeusedwiththeresultsobjectcanalsobeusedwiththis
resultset;see"results"onpage1301.
Note: Thequery()functioncan'tbeusedinaControlScript,sinceControlScriptsdon'thave
accesstotheDOM.
query(selector)
CreatesanewresultsetcontainingtheHTMLelementsinthecurrentsectionthatmatchthesupplied
CSSselector.
selector
Page 1197