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

<<11121314151617181920>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DwildcardBody.java27 package com.sun.xml.internal.xsom.impl.parser.state;
31 import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx;
34 import com.sun.xml.internal.xsom.parser.*;
36 import com.sun.xml.internal.xsom.impl.parser.*;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DToken.java26 package com.sun.tools.javac.parser;
/openjdk7/hotspot/test/serviceability/
H A DParserTest.java26 * @summary Test that the diagnostic command arguemnt parser works
35 import sun.hotspot.parser.DiagnosticCommand;
36 import sun.hotspot.parser.DiagnosticCommand.DiagnosticArgumentType;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DText.java89 public void parseContents(Parser parser) { argument
93 parseChildren(parser);
H A DSort.java137 public void parseContents(Parser parser) { argument
142 reportError(this, parser, ErrorMsg.STRAY_SORT_ERR, null);
147 _select = parser.parseExpression(this, "select", "string(.)");
152 _order = AttributeValue.create(this, val, parser);
158 final Type type = _select.typeCheck(parser.getSymbolTable());
168 _dataType = AttributeValue.create(this, val, parser);
172 // _lang = AttributeValue.create(this, val, parser);
175 _caseOrder = AttributeValue.create(this, val, parser);
H A DStep.java86 * Set the parser for this element and all child predicates
88 public void setParser(Parser parser) { argument
89 super.setParser(parser);
94 exp.setParser(parser);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DTeeXMLDocumentFilterImpl.java32 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentFilter;
33 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
H A DUnparsedEntityHandler.java33 import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDFilter;
34 import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDSource;
H A DSAXParserImpl.java40 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponent;
41 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
42 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
43 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
44 import com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration;
117 * Create a SAX parser with the associated features
126 * Create a SAX parser with the associated features
282 * Gets the XInclude processing mode for this parser
385 * features and properties to allow the parser to be reset to
488 // this will allow the parser no
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DStandardParserConfiguration.java31 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
32 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
35 * This is the "standard" parser configuration. It extends the DTD
36 * configuration with the standard set of parser components.
37 * The standard set of parser components include those needed
42 * parser configuration, this class recognizes these additional
158 * Constructs a parser configuration using the specified symbol table.
167 * Constructs a parser configuration using the specified symbol table and
183 * Constructs a parser configuration using the specified symbol table,
H A DXML11Configuration.java65 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponent;
66 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
67 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
68 import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDScanner;
69 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentScanner;
70 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
71 import com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver;
72 import com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler;
73 import com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource;
74 import com.sun.org.apache.xerces.internal.xni.parser
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DTeeXMLDocumentFilterImpl.java72 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentFilter;
73 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java26 package javax.swing.text.html.parser;
42 * is the default parser used by HTMLEditorKit to parse HTML url's.
103 public class DocumentParser extends javax.swing.text.html.parser.Parser {
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/
H A DMain.java159 model = com.sun.tools.hat.internal.parser.Reader.readFile(fileName, callStack, debugLevel);
179 baseline = com.sun.tools.hat.internal.parser.Reader.readFile(baselineDump, false,
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/
H A DImportAction.java116 final Parser parser = new Parser();
126 document = parser.parse(reader, is, parseMonitor);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DMIMEMessage.java38 * pull parser.
73 MIMEParser parser = new MIMEParser(in, boundary, config);
74 it = parser.iterator();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMimeCodec.java177 MimeMultipartParser parser = new MimeMultipartParser(in, contentType, binding.getFeature(StreamingAttachmentFeature.class));
178 decode(parser,packet);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DElementDecl.java36 import com.sun.xml.internal.xsom.impl.parser.PatcherManager;
37 import com.sun.xml.internal.xsom.impl.parser.SchemaDocumentImpl;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLNamespaceBinder.java76 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponent;
77 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
78 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
79 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentFilter;
80 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
H A DXMLNSDocumentScannerImpl.java34 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
35 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
38 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
49 * efficiently build pull parser. Lot of improvements have been done and
71 /** If validating parser, make sure we report an error in the
108 //since namespace context should still be valid when the parser is at the end element state therefore
357 //valid when parser is at the endElement state.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java1399 DOMParser parser = (DOMParser) fDOMParser.get();
1400 if (parser != null) {
1401 return parser;
1413 DOMParser parser = new DOMParser(config);
1415 parser.setFeature(Constants.XERCES_FEATURE_PREFIX + Constants.DEFER_NODE_EXPANSION_FEATURE, false);
1418 fDOMParser = new SoftReference(parser);
1419 return parser;
1424 SAXParser parser = (SAXParser) fSAXParser.get();
1425 if (parser != null) {
1426 return parser;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMConfigurationImpl.java42 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponent;
43 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
44 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
45 import com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver;
46 import com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler;
47 import com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource;
48 import com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration;
224 * Constructs a parser configuration using the specified symbol table.
233 * Constructs a parser configuration using the specified symbol table
374 * The parser ca
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java87 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponent;
88 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
89 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
90 import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDContentModelFilter;
91 import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDContentModelSource;
92 import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDFilter;
93 import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDSource;
340 // parser settings have not been changed
925 // provide the ID type information through internal subset so that it is available to the parser which read
927 //referenced. At that time if parser does
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java38 import com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver;
39 import com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource;
40 import com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java47 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponent;
48 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
49 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;

Completed in 2069 milliseconds

<<11121314151617181920>>