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

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DProcessingInstruction.java52 public void parseContents(Parser parser) { argument
60 parser.reportError(Constants.ERROR, err);
63 _name = AttributeValue.create(this, name, parser);
66 reportError(this, parser, ErrorMsg.REQUIRED_ATTR_ERR, "name");
69 reportError(this, parser, ErrorMsg.ILLEGAL_PI_ERR, "xml");
71 parseChildren(parser);
H A DWithParam.java116 public void parseContents(Parser parser) { argument
122 parser.reportError(Constants.ERROR, err);
124 setName(parser.getQNameIgnoreDefaultNs(name));
127 reportError(this, parser, ErrorMsg.REQUIRED_ATTR_ERR, "name");
132 _select = parser.parseExpression(this, "select", null);
135 parseChildren(parser);
H A DUnaryOpExpr.java59 public void setParser(Parser parser) { argument
60 super.setParser(parser);
61 _left.setParser(parser);
H A DAlternativePattern.java51 public void setParser(Parser parser) { argument
52 super.setParser(parser);
53 _left.setParser(parser);
54 _right.setParser(parser);
H A DIf.java61 public void parseContents(Parser parser) { argument
63 _test = parser.parseExpression(this, "test", null);
67 reportError(this, parser, ErrorMsg.REQUIRED_ATTR_ERR, "test");
78 parseChildren(parser);
H A DUseAttributeSets.java55 public UseAttributeSets(String setNames, Parser parser) { argument
56 setParser(parser);
112 final Parser parser = getParser();
114 reportError(this, parser, ErrorMsg.ATTRIBSET_UNDEF_ERR, atrs);
H A DWhen.java61 public void parseContents(Parser parser) { argument
62 _test = parser.parseExpression(this, "test", null);
71 parseChildren(parser);
75 reportError(this, parser, ErrorMsg.REQUIRED_ATTR_ERR, "test");
/openjdk7/jaxp/src/javax/xml/parsers/
H A DSAXParser.java68 * As the content is parsed by the underlying parser, methods of the
354 Parser parser = this.getParser();
356 parser.setDocumentHandler(hb);
357 parser.setEntityResolver(hb);
358 parser.setErrorHandler(hb);
359 parser.setDTDHandler(hb);
361 parser.parse(is);
396 * Returns the SAX parser that is encapsultated by the
399 * @return The SAX parser that is encapsultated by the
419 * Indicates whether or not this parser i
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlReader.java45 * as its parser.
62 * the given <code>java.io.Reader</code> object. The parser will send
77 * the parser will get its input
89 // the reader but send it as a InputStream to the parser. Note that this
90 // functionality needs to work against any parser
98 SAXParser parser = factory.newSAXParser() ;
100 parser.setProperty(
103 XMLReader reader1 = parser.getXMLReader() ;
139 * the given <code>java.io.InputStream</code> object. The parser will send
156 * the parser wil
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Xerces.java96 // to assert a new one... and only when creating a brand-new parser.
99 // Xerces1. If/when we can abandon the older versions of the parser,
104 "com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration",
109 // Build the parser configuration object. StandardParserConfiguration
123 "com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource",
158 * only if we are allowed to create the parser instance, due to
166 public IncrementalSAXSource_Xerces(SAXParser parser) argument
170 // Xerces2. If/when we can abandon the older versions of the parser,
174 fIncrementalParser=parser;
175 Class me=parser
204 createIncrementalSAXSource(SAXParser parser) argument
[all...]
H A DCoroutineParser.java30 /** <p>CoroutineParser is an API for parser threads that operate as
84 /** doParse() is a simple API which tells the coroutine parser
95 * this method, so it can be resumed after the parser has responded to the
99 * Exception if the parser objected for some reason.
103 /** doMore() is a simple API which tells the coroutine parser
109 * @param parsemore If true, tells the incremental parser to generate
110 * another chunk of output. If false, tells the parser that we're
113 * this method, so it can be resumed after the parser has responded to the
117 * Exception if the parser objected for some reason.
122 * parser t
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DClassLoaderReferenceImpl.java105 JNITypeParser parser = new JNITypeParser(signature);
106 throw new ClassNotLoadedException(parser.typeName(),
107 "Class " + parser.typeName() + " not loaded");
H A DArrayTypeImpl.java56 JNITypeParser parser = new JNITypeParser(componentSignature());
57 return parser.typeName();
85 JNITypeParser parser = new JNITypeParser(componentSignature());
86 List list = vm.classesByName(parser.typeName());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DDomAnnotationParserFactory.java29 import com.sun.xml.internal.xsom.parser.AnnotationContext;
30 import com.sun.xml.internal.xsom.parser.AnnotationParser;
31 import com.sun.xml.internal.xsom.parser.AnnotationParserFactory;
48 * If you use this parser factory, you'll get {@link Element} that represents
/openjdk7/hotspot/test/testlibrary/whitebox/sun/hotspot/parser/
H A DDiagnosticCommand.java24 package sun.hotspot.parser;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXInclude11TextReader.java25 import com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLComponentManager.java21 package com.sun.org.apache.xerces.internal.xni.parser;
27 * The component manager manages a parser configuration and the components
30 * also any time that a parser feature or property changes.
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DResourceLoader.java26 package javax.swing.text.html.parser;
H A DTagElement.java26 package javax.swing.text.html.parser;
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.hpp68 static void parse_from_string(const char* command_string, void (*parser)(char*));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DStAXEventReader.java122 StAXDocumentParser parser = (StAXDocumentParser)_streamReader;
123 return parser.getElementText(true);
142 * the parser is not able to recognize ignorable whitespace if
150 StAXDocumentParser parser = (StAXDocumentParser)_streamReader;
151 parser.nextTag(true);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DWSDLParserExtensionContext.java26 package com.sun.xml.internal.ws.api.wsdl.parser;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetCodec.java213 * @param retainState if true the parser should retain the state of
218 StAXDocumentParser parser = new StAXDocumentParser(in);
219 parser.setStringInterning(true);
222 * Create a parser vocabulary external to the parser.
228 parser.setVocabulary(vocabulary);
230 return parser;
237 * @param retainState if true the parser should retain the state of
242 StAXDocumentParser parser = new FastInfosetStreamReaderRecyclable(in);
243 parser
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DNGCCEventReceiver.java26 package com.sun.xml.internal.xsom.impl.parser.state;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DSchemaDocument.java26 package com.sun.xml.internal.xsom.parser;

Completed in 221 milliseconds

1234567891011>>