Searched refs:parsing (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DParserAdapter.java424 if (parsing) {
428 parsing = true;
432 parsing = false;
434 parsing = false;
816 * Throw an exception if we are parsing.
829 if (parsing) {
832 name + " while parsing");
846 private boolean parsing = false; field in class:ParserAdapter
/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java63 * parsing dates in a locale-sensitive manner. It allows for formatting
64 * (date -> text), parsing (text -> date), and normalization.
91 * during parsing.
222 * For parsing, both forms are accepted, independent of the number
227 * For parsing, the number of pattern letters is ignored unless
236 * <li>For parsing, if the number of pattern letters is more than 2,
240 * <li>For parsing with the abbreviated year pattern ("y" or "yy"),
248 * During parsing, only strings consisting of exactly two digits, as defined by
256 * For both formatting and parsing, if the number of pattern
293 * <p>For parsing, <
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DSAXMessages_fr.properties57 property-not-parsing-supported = La propri\u00E9t\u00E9 ''{0}'' n''est pas prise en charge au cours de l''analyse.
H A DSAXMessages_es.properties57 property-not-parsing-supported = La propiedad "{0}" no est\u00E1 soportada durante el an\u00E1lisis.
H A DSAXMessages_it.properties57 property-not-parsing-supported = La propriet\u00E0 "{0}" non \u00E8 supportata durante l''analisi.
H A DSAXMessages_pt_BR.properties57 property-not-parsing-supported = A propriedade ''{0}'' n\u00E3o \u00E9 suportada durante o parse.
H A DSAXMessages_sv.properties57 property-not-parsing-supported = Egenskapen ''{0}'' st\u00F6ds inte vid tolkning.
H A DSAXMessages_zh_CN.properties57 property-not-parsing-supported = \u6267\u884C\u8BED\u6CD5\u5206\u6790\u65F6\u4E0D\u652F\u6301\u5C5E\u6027 ''{0}''\u3002
H A DSAXMessages_zh_TW.properties57 property-not-parsing-supported = \u5256\u6790\u6642\u4E0D\u652F\u63F4\u5C6C\u6027 ''{0}''\u3002
H A DSAXMessages_ja.properties57 property-not-parsing-supported = \u89E3\u6790\u4E2D\u306B\u306F\u30D7\u30ED\u30D1\u30C6\u30A3''{0}''\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
H A DSAXMessages_ko.properties57 property-not-parsing-supported = \uAD6C\uBB38 \uBD84\uC11D \uC911 ''{0}'' \uC18D\uC131\uC740 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.

Completed in 49 milliseconds