Searched refs:parser (Results 501 - 521 of 521) sorted by relevance

<<21

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMValidatorHelper.java49 import com.sun.org.apache.xerces.internal.xni.parser.XMLParseException;
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java33 package com.sun.tools.hat.internal.parser;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java26 package com.sun.tools.internal.ws.wsdl.parser;
H A DJAXWSBindingExtensionHandler.java26 package com.sun.tools.internal.ws.wsdl.parser;
H A DWSDLParser.java26 package com.sun.tools.internal.ws.wsdl.parser;
78 * A parser for WSDL documents. This parser is used only at the tool time.
83 * @see com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser which will be used for WSDL parsing
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DEndpointReferenceUtil.java36 import com.sun.xml.internal.ws.wsdl.parser.WSDLConstants;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/pipe/
H A DAbstractSchemaValidationTube.java46 import com.sun.xml.internal.ws.wsdl.parser.WSDLConstants;
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp911 ClassFileParser parser(stream);
915 instanceKlassHandle result = parser.parseClassFile(h_name,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java51 import com.sun.xml.internal.ws.wsdl.parser.SOAPConstants;
52 import com.sun.xml.internal.ws.wsdl.parser.WSDLConstants;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java52 import com.sun.tools.internal.ws.wsdl.parser.MetadataFinder;
53 import com.sun.tools.internal.ws.wsdl.parser.WSDLParser;
99 parser = new WSDLParser(options, errReceiver, forest);
100 parser.addParserListener(new ParserListener() {
116 document = parser.parse();
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java240 * ContentHandler XMLKit.makeBuilder(Collection sink, tokenizing=false, makeFrozen=false) // for standard XML parser
2142 consecutive strings are merged by the parser.
3818 /** Produce a ContentHandler for use with an XML parser.
3838 XMLReader parser;
3840 parser = org.xml.sax.helpers.XMLReaderFactory.createXMLReader();
3844 //parser.setFastStandalone(true);
3845 parser.setContentHandler(b);
3847 parser.setProperty("http://xml.org/sax/properties/lexical-handler",
3853 parser.parse(new InputSource(in));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityScanner.java48 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
49 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
168 // that the parser would throw an ArrayIndexOutOfBoundsException
230 * value from the XML or text declaration or defaulted by the parser. Note that
380 * having been specified on the XMLInputSource, the parser
1506 //fMiscDispatcher and we want the parser to exit gracefully when document
1556 //fMiscDispatcher and we want the parser to exit gracefully when document
H A DXMLStreamReaderImpl.java35 import com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource;
97 //as per the state of the parser.
198 //this instances is free for reuse if parser has reached END_DOCUMENT state or application has
354 else throw new java.lang.IllegalStateException("Current state of the parser is " + getEventTypeString(fEventType) +
366 else throw new java.lang.IllegalStateException("Current state of the parser is " + getEventTypeString(fEventType) +
840 "parser must be on START_ELEMENT to read next text", getLocation());
1093 "not match with current parser event " + getEventTypeString(fEventType));
1231 * the parser is not able to recognize ignorable whitespace if
H A DXMLEntityManager.java37 import com.sun.org.apache.xerces.internal.xni.parser.*;
61 * is a central component in a standard parser configuration and this
584 * XNIException If any parser-specific goes wrong.
995 //this works for both stax & Xerces, if staxInputSource is null, it means parser need to revert to default resolution
1291 //check for the entity expansion limit set by the parser, if number of entity
1292 //expansions exceeds the entity expansion limit, parser will throw fatal error.
1333 * Close all opened InputStreams and Readers opened by this parser.
1457 // parser settings have not been changed
2429 * If the system identifier is a URL, the parser must resolve it
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js443 var heap = hatPkg.parser.HprofReader.readFile(file, stack, debug);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java89 import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDContentModelSource;
90 import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDSource;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java26 package javax.swing.text.html.parser;
41 * A simple DTD-driven HTML parser. The parser reads an
48 * HTML files. This parser attempts to parse most HTML files.
52 * The parser treats \r and \r\n as \n. Newlines after starttags
107 // by the parser if repeated.
154 // after the text has been parsed, that is the parser parses the text,
1066 comment. The parser reads on until it sees the following
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java55 import com.sun.xml.internal.ws.wsdl.parser.WSDLConstants;
727 // parser should be either at the start element or the start document
989 // parser should be either at the start element or the start document
1071 // parser should be either at the start element or the start document
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java66 import com.sun.tools.javac.parser.*;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java55 import com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration;
82 * parser configuration.
384 * Drops all references to the last DOM which was built by this parser.
402 * Resets the parser state.
2434 // So as long as the XML parser doesn't do it, it needs to
2478 // So as long as the XML parser doesn't do it, it needs to
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java26 package com.sun.tools.javac.parser;
39 import static com.sun.tools.javac.parser.Token.*;
41 /** The parser maps a token sequence into an abstract syntax
79 /** Construct a parser from a given scanner, tree factory and log.
1440 // not rely on this as the parser is continuously

Completed in 5758 milliseconds

<<21