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

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DForEach.java64 public void parseContents(Parser parser) { argument
65 _select = parser.parseExpression(this, "select", null);
67 parseChildren(parser);
71 reportError(this, parser, ErrorMsg.REQUIRED_ATTR_ERR, "select");
H A DLogicalExpr.java112 * parser is set for sub-expressions
114 public void setParser(Parser parser) { argument
115 super.setParser(parser);
116 _left.setParser(parser);
117 _right.setParser(parser);
H A DParentLocationPath.java81 public void setParser(Parser parser) { argument
82 super.setParser(parser);
83 _step.setParser(parser);
84 _path.setParser(parser);
H A DParentPattern.java52 public void setParser(Parser parser) { argument
53 super.setParser(parser);
54 _left.setParser(parser);
55 _right.setParser(parser);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMErrorImpl.java25 import com.sun.org.apache.xerces.internal.xni.parser.XMLParseException;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java34 import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDContentModelSource;
35 import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDSource;
36 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
37 import com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration;
77 * Constructs a document parser using the default symbol table
H A DSAXParser.java26 import com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration;
29 * This is the main Xerces SAX parser class. It uses the abstract SAX
30 * parser with a document scanner, a dtd scanner, and a validator, as
81 * Constructs a SAX parser using the specified parser configuration.
88 * Constructs a SAX parser using the dtd/xml schema parser configuration.
95 * Constructs a SAX parser using the specified symbol table.
102 * Constructs a SAX parser using the specified symbol table and
H A DSecurityConfiguration.java25 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
36 * parser configuration, this class recognizes these additional
68 * Constructs a parser configuration using the specified symbol table.
77 * Constructs a parser configuration using the specified symbol table and
93 * Constructs a parser configuration using the specified symbol table,
H A DXMLGrammarCachingConfiguration.java38 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
39 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
40 import com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver;
41 import com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource;
50 * <p> Using the com.sun.org.apache.xerces.internal.xni.parser property, an
51 * application may instantiate a Xerces SAX or DOM parser with
58 * parser configuration, this class recognizes these additional
110 * Constructs a parser configuration using the specified symbol table.
119 * Constructs a parser configuration using the specified symbol table and
135 * Constructs a parser configuratio
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java23 import com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler;
H A DHTTPInputSource.java30 import com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource;
H A DStAXInputSource.java28 import com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLParserConfiguration.java21 package com.sun.org.apache.xerces.internal.xni.parser;
32 * Represents a parser configuration. The parser configuration maintains
37 * By separating the configuration of a parser from the specific parser
39 * existing parser components and external API generators (e.g. the
42 * The internals of any specific parser configuration instance are hidden.
44 * way necessary. However, the parser configuration should follow these
69 * must. However, the standard parser components may require access to
91 * The parser ca
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DStaxEntityResolverWrapper.java35 import com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DEntity.java26 package javax.swing.text.html.parser;
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DMappedReadBuffer.java33 package com.sun.tools.hat.internal.parser;
H A DReader.java33 package com.sun.tools.hat.internal.parser;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/jaxws/
H A DJAXWSBindingsConstants.java28 import com.sun.tools.internal.ws.wsdl.parser.Constants;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DAbstractExtensionHandler.java26 package com.sun.tools.internal.ws.wsdl.parser;
56 * Callback that gets called by the WSDL parser or any other extension handler on finding an extensibility element
62 * then the WSDL parser can abort if the wsdl extensibility element had <code>required</code> attribute set to true
75 * @param context Parser context that will be passed on by the wsdl parser
79 * then the WSDL parser can abort if the wsdl extensibility element had <code>required</code> attribute set to true
H A DMemberSubmissionAddressingExtensionHandler.java26 package com.sun.tools.internal.ws.wsdl.parser;
H A DSOAP12ExtensionHandler.java26 package com.sun.tools.internal.ws.wsdl.parser;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForestParser.java30 import com.sun.xml.internal.xsom.parser.XMLParser;
60 * This parser will be used when DOMForestParser needs to parse
81 // let the fall back parser parse the original document.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DLSInputSAXWrapper.java26 package com.sun.tools.internal.xjc.reader.xmlschema.parser;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DInaccessibleWSDLException.java26 package com.sun.xml.internal.ws.wsdl.parser;
37 * This exception is used to report all the errors during WSDL parsing from {@link RuntimeWSDLParser#parse(java.net.URL, org.xml.sax.EntityResolver, boolean, com.sun.xml.internal.ws.api.wsdl.parser.WSDLParserExtension[])}
H A DSOAPConstants.java26 package com.sun.xml.internal.ws.wsdl.parser;

Completed in 100 milliseconds

1234567891011>>