/libcore/luni/src/main/java/org/xml/sax/helpers/ |
ParserFactory.java | 1 // SAX parser factory. 8 import org.xml.sax.Parser; 22 * SAX1 {@link org.xml.sax.Parser Parser} class. SAX2 applications should use 28 * can use the static methods in this class to allocate a SAX parser 30 * `org.xml.sax.parser' system property or on a string containing the class 33 * <p>Note that the application still requires an XML parser that 37 * {@link org.xml.sax.Parser Parser} 56 * Create a new SAX parser using the `org.xml.sax.parser' system property [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/field/ |
DefaultFieldParser.java | 21 setFieldParser(Field.CONTENT_TRANSFER_ENCODING, new ContentTransferEncodingField.Parser());
22 setFieldParser(Field.CONTENT_TYPE, new ContentTypeField.Parser());
24 final DateTimeField.Parser dateTimeParser = new DateTimeField.Parser();
28 final MailboxListField.Parser mailboxListParser = new MailboxListField.Parser();
32 final MailboxField.Parser mailboxParser = new MailboxField.Parser();
36 final AddressListField.Parser addressListParser = new AddressListField.Parser();
[all...] |
UnstructuredField.java | 43 public static class Parser implements FieldParser {
|
AddressListField.java | 27 import org.apache.james.mime4j.field.address.parser.ParseException;
47 public static class Parser implements FieldParser {
48 private static Log log = LogFactory.getLog(Parser.class);
|
DateTimeField.java | 27 import org.apache.james.mime4j.field.datetime.parser.ParseException;
49 public static class Parser implements FieldParser {
50 private static Log log = LogFactory.getLog(Parser.class);
|
MailboxField.java | 29 import org.apache.james.mime4j.field.address.parser.ParseException;
49 public static class Parser implements FieldParser {
50 private static Log log = LogFactory.getLog(Parser.class);
|
MailboxListField.java | 28 import org.apache.james.mime4j.field.address.parser.ParseException;
49 public static class Parser implements FieldParser {
50 private static Log log = LogFactory.getLog(Parser.class);
|
ContentTransferEncodingField.java | 82 public static class Parser implements FieldParser {
|
DelegatingFieldParser.java | 24 private FieldParser defaultParser = new UnstructuredField.Parser();
27 * Sets the parser used for the field named <code>name</code>.
29 * @param parser the parser for fields named <code>name</code>
31 public void setFieldParser(final String name, final FieldParser parser) {
32 parsers.put(name.toLowerCase(), parser);
local 44 final FieldParser parser = getParser(name);
local 45 return parser.parse(name, body, raw);
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
SAXParserImpl.java | 22 import org.ccil.cowan.tagsoup.Parser; 34 final org.ccil.cowan.tagsoup.Parser parser; field in class:SAXParserImpl 39 parser = new org.ccil.cowan.tagsoup.Parser(); 45 SAXParserImpl parser = new SAXParserImpl(); local 50 parser.setFeature((String) entry.getKey(), ((Boolean) entry.getValue()).booleanValue()); 53 return parser; 62 public org.xml.sax.Parser getParser() 65 return new SAX1ParserAdapter(parser); [all...] |
/external/webkit/WebCore/xml/ |
XPathParser.cpp | 53 Parser* Parser::currentParser = 0; 131 bool Parser::isOperatorContext() const 147 void Parser::skipWS() 153 Token Parser::makeTokenAndAdvance(int code, int advance) 159 Token Parser::makeTokenAndAdvance(int code, NumericOp::Opcode val, int advance) 165 Token Parser::makeTokenAndAdvance(int code, EqTestOp::Opcode val, int advance) 172 char Parser::peekAheadHelper() 182 char Parser::peekCurHelper() 192 Token Parser::lexString( [all...] |
XPathParser.h | 61 class Parser : public Noncopyable { 63 Parser(); 70 static Parser* current() { return currentParser; } 112 static Parser* currentParser;
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/ |
DoNothingParser.java | 24 import org.xml.sax.Parser; 29 * A SAX Parser that does nothing, but can be instantiated properly. 32 public class DoNothingParser implements Parser {
|
NoAccessParser.java | 24 import org.xml.sax.Parser; 29 * A SAX Parser that can't be accessed. 32 class NoAccessParser implements Parser {
|
NoInstanceParser.java | 24 import org.xml.sax.Parser; 29 * A SAX Parser that can be accessed, but not instantiated. 32 public class NoInstanceParser implements Parser {
|
MockParser.java | 27 import org.xml.sax.Parser; 31 public class MockParser implements Parser {
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 42 #include <google/protobuf/compiler/parser.h> 96 Parser::Parser() 105 Parser::~Parser() { 110 inline bool Parser::LookingAt(const char* text) { 114 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { 118 inline bool Parser::AtEnd() { 122 bool Parser::TryConsume(const char* text) { 131 bool Parser::Consume(const char* text, const char* error) [all...] |
parser.h | 56 class Parser; 62 // Parser is a lower-level class which simply converts a single .proto file 66 class LIBPROTOBUF_EXPORT Parser { 68 Parser(); 69 ~Parser(); 103 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop 125 // The Parser often calls SkipStatement() after encountering a syntax 299 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Parser);
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
CommandLine.java | 36 options.put("--reuse", Boolean.FALSE); // reuse a single Parser 121 private static Parser theParser = null; 131 if (theParser == null) theParser = new Parser(); 135 r = new Parser(); 138 r.setProperty(Parser.schemaProperty, theSchema); 141 r.setFeature(Parser.CDATAElementsFeature, false); 145 r.setFeature(Parser.namespacesFeature, false); 149 r.setFeature(Parser.ignoreBogonsFeature, true); 153 r.setFeature(Parser.bogonsEmptyFeature, false); 156 r.setFeature(Parser.bogonsEmptyFeature, true) [all...] |
/libcore/luni/src/main/java/org/xml/sax/ |
Parser.java | 1 // SAX parser interface. 4 // $Id: Parser.java,v 1.6 2002/01/30 21:13:47 dbrownell Exp $ 35 * may reuse a parser object (possibly with a different input source) 53 public interface Parser 79 * SAX parser will resolve system identifiers and open connections 84 * in the middle of a parse, and the SAX parser must begin using 98 * events reported by the SAX parser will be silently 103 * handler in the middle of a parse, and the SAX parser must 117 * document events reported by the SAX parser will be silently 122 * middle of a parse, and the SAX parser must begin using the ne [all...] |
/external/webkit/JavaScriptCore/wrec/ |
WRECParser.cpp | 39 const char* Parser::QuantifierOutOfOrder = "numbers out of order in {} quantifier"; 40 const char* Parser::QuantifierWithoutAtom = "nothing to repeat"; 41 const char* Parser::ParenthesesUnmatched = "unmatched parentheses"; 42 const char* Parser::ParenthesesTypeInvalid = "unrecognized character after (?"; 43 const char* Parser::ParenthesesNotSupported = ""; // Not a user-visible syntax error -- just signals a syntax that WREC doesn't support yet. 44 const char* Parser::CharacterClassUnmatched = "missing terminating ] for character class"; 45 const char* Parser::CharacterClassOutOfOrder = "range out of order in character class"; 46 const char* Parser::EscapeUnterminated = "\\ at end of pattern"; 109 ALWAYS_INLINE Quantifier Parser::consumeGreedyQuantifier() 164 Quantifier Parser::consumeQuantifier( [all...] |
WRECParser.h | 43 class Parser { 50 Parser(const UString& pattern, bool ignoreCase, bool multiline) 93 SavedState(Parser& parser) 94 : m_parser(parser) 95 , m_index(parser.m_index) 105 Parser& m_parser;
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
SAXParserImpl.java | 24 import org.xml.sax.Parser; 32 * A SAX parser based on Expat. 38 private Parser parser; field in class:SAXParserImpl 71 public Parser getParser() { 72 if (parser == null) { 73 parser = new XMLReaderAdapter(reader); 76 return parser;
|
/external/webkit/JavaScriptCore/parser/ |
Parser.cpp | 24 #include "Parser.h" 44 void Parser::parse(JSGlobalData* globalData, int* errLine, UString* errMsg) 80 void Parser::didFinishParsing(SourceElements* sourceElements, ParserArenaData<DeclarationStacks::VarStack>* varStack,
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
MeetingResponseParser.java | 26 public class MeetingResponseParser extends Parser {
|