Searched refs:parse (Results 326 - 350 of 629) sorted by relevance

<<11121314151617181920>>

/openjdk7/langtools/test/tools/javac/
H A DT6397044.java49 Iterable<? extends CompilationUnitTree> trees = task.parse();
H A DT6993301.java77 CompilationUnitTree cut = ct.parse().iterator().next();
/openjdk7/langtools/test/tools/javac/T6956462/
H A DT6956462.java53 for (CompilationUnitTree cu : javacTask.parse()) {
/openjdk7/langtools/test/tools/javac/api/
H A DT6392782.java45 Iterable<? extends Tree> trees = task.parse();
51 // We automatically switch to EndPosParser when calling JavacTask.parse()
H A DTestDocComments.java61 Iterable<? extends CompilationUnitTree> units = task.parse();
H A DTestJavacTask_Multiple.java55 ((JavacTask) t).parse();
H A DTestJavacTask_ParseAttrGen.java76 Iterable<? extends CompilationUnitTree> trees = t.parse();
/openjdk7/langtools/test/tools/javac/positions/
H A DT6404194.java64 CompilationUnitTree toplevel = task.parse().iterator().next();
/openjdk7/langtools/test/tools/javac/tree/
H A DClassTreeTest.java50 for (CompilationUnitTree cu: task.parse()) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DImport.java112 root = parser.parse(reader,input);
115 root = parser.parse(input);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXIncludeMessages_es.properties41 InvalidParseValue = Valor no v\u00E1lido para el atributo ''parse'' en el elemento ''include'': ''{0}''.
H A DXIncludeMessages_fr.properties41 InvalidParseValue = Valeur non valide pour l''attribut ''parse'' sur l''\u00E9l\u00E9ment ''include'' : ''{0}''.
H A DXIncludeMessages_zh_CN.properties41 InvalidParseValue = ''include'' \u5143\u7D20\u7684 ''parse'' \u5C5E\u6027\u7684\u503C\u65E0\u6548: ''{0}''\u3002
H A DXIncludeMessages_zh_TW.properties41 InvalidParseValue = ''include'' \u5143\u7D20\u4E0A ''parse'' \u5C6C\u6027\u7684\u7121\u6548\u503C: ''{0}''\u3002
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java42 * is the default parser used by HTMLEditorKit to parse HTML url's.
119 public void parse(Reader in, HTMLEditorKit.ParserCallback callback, boolean ignoreCharSet) throws IOException { method in class:DocumentParser
122 parse(in);
/openjdk7/jdk/src/share/classes/java/util/
H A DServiceLoader.java169 * ServiceConfigurationError} to be thrown when this class attempts to parse
289 private Iterator<String> parse(Class service, URL u) method in class:ServiceLoader
349 pending = parse(service, configs.nextElement());
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DMimeTypeParameterList.java55 // now parse rawdata
56 parse(rawdata);
114 protected void parse(String rawdata) throws MimeTypeParseException { method in class:MimeTypeParameterList
130 // now parse the parameter name
145 // now parse the '=' that separates the name from the value
151 // eat it and parse the parameter value
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DSpecialCaseMap.java36 * read and parse the SpecialCasing.txt file that contains those mappings.
50 * Read and parse a Unicode special case map file.
69 SpecialCaseMap item = parse(line.trim());
87 * Given one line of a Unicode special casing data file as a String, parse the line
93 public static SpecialCaseMap parse(String s) { method in class:SpecialCaseMap
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DDocumentHandler.java55 * The main class to parse JavaBeans XML archive.
356 * @param input the input source to parse
358 public void parse(final InputSource input) { method in class:DocumentHandler
366 SAXParserFactory.newInstance().newSAXParser().parse(input, DocumentHandler.this);
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMimeTypeParameterList.java66 // now parse rawdata
67 parse(parameterList);
75 protected void parse(String parameterList) throws MimeTypeParseException { method in class:MimeTypeParameterList
95 // now parse the parameter name
112 // now parse the '=' that separates the name from the value
120 // eat it and parse the parameter value
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DOptions.java97 public static Target parse(String token) { method in class:Options.Target
297 target = Target.parse(token);
H A DWsgenOptions.java252 BindingID binding = BindingID.parse(endpoint);
281 return (lexical != null) ? BindingID.parse(lexical) : null;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeModelBuilder.java178 public ValueT parse(CharSequence lexical) throws AccessorException, SAXException { method in class:RuntimeModelBuilder.IDTransducerImpl
181 return core.parse(value);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DPatternParseable.java57 import com.sun.xml.internal.rngom.parse.Parseable;
73 public ParsedPattern parse(SchemaBuilder sb) throws BuildException { method in class:PatternParseable
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/sax/
H A DSAXBufferCreator.java89 reader.parse(s);
91 reader.parse(new InputSource(in));

Completed in 68 milliseconds

<<11121314151617181920>>