HomeSort by relevance Sort by last modified time
    Searched refs:XMLReader (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
xmlreader.py 9 # ===== XMLREADER =====
11 class XMLReader:
14 XMLReader is the interface that an XML parser's SAX2 driver must
91 class IncrementalParser(XMLReader):
92 """This interface adds three extra methods to the XMLReader
106 By default, the class also implements the parse method of the XMLReader
113 XMLReader.__init__(self)
188 """Encapsulation of the information needed by the XMLReader to
196 XMLReader.parse method and for returning from
199 An InputSource belongs to the application, the XMLReader is no
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 9 # ===== XMLREADER =====
11 class XMLReader:
14 XMLReader is the interface that an XML parser's SAX2 driver must
91 class IncrementalParser(XMLReader):
92 """This interface adds three extra methods to the XMLReader
106 By default, the class also implements the parse method of the XMLReader
113 XMLReader.__init__(self)
188 """Encapsulation of the information needed by the XMLReader to
196 XMLReader.parse method and for returning from
199 An InputSource belongs to the application, the XMLReader is no
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 9 # ===== XMLREADER =====
11 class XMLReader:
14 XMLReader is the interface that an XML parser's SAX2 driver must
91 class IncrementalParser(XMLReader):
92 """This interface adds three extra methods to the XMLReader
106 By default, the class also implements the parse method of the XMLReader
113 XMLReader.__init__(self)
188 """Encapsulation of the information needed by the XMLReader to
196 XMLReader.parse method and for returning from
199 An InputSource belongs to the application, the XMLReader is no
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
ProfileManager.java 27 import org.xml.sax.XMLReader;
129 XMLReader xr = sp.getXMLReader();
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
CtsReportParser.java 23 import org.xml.sax.XMLReader;
54 XMLReader xmlReader = XMLReaderFactory.createXMLReader();
57 xmlReader.setContentHandler(ctsReportXmlHandler);
61 xmlReader.parse(new InputSource(fileReader));
GTestApiReport.java 22 import org.xml.sax.XMLReader;
130 XMLReader xmlReader = XMLReaderFactory.createXMLReader();
132 xmlReader.setContentHandler(testModuleXmlHandler);
137 xmlReader.parse(new InputSource(fileReader));
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 31 final XMLReader xmlReader;
33 public SAX1ParserAdapter(XMLReader xr)
35 xmlReader = xr;
44 xmlReader.parse(source);
54 xmlReader.parse(systemId);
65 xmlReader.setContentHandler(new DocHandlerWrapper(h));
70 xmlReader.setDTDHandler(h);
75 xmlReader.setEntityResolver(r);
80 xmlReader.setErrorHandler(h)
    [all...]
SAXParserImpl.java 68 public XMLReader getXMLReader() { return parser; }
  /frameworks/base/tools/preload2/src/com/android/preload/
DumpDataIO.java 22 import org.xml.sax.XMLReader;
81 XMLReader xmlReader = saxParser.getXMLReader();
83 xmlReader.setContentHandler(ddch);
84 xmlReader.parse(new InputSource(new FileReader(f)));
  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTreeManager.java 36 import org.xml.sax.XMLReader;
336 * @return a SAX2 XMLReader to use to resolve the inputSource argument.
341 public static XMLReader getXMLReader(Source inputSource, SourceLocator locator)
347 XMLReader reader = (inputSource instanceof SAXSource)
XPathContext.java 55 import org.xml.sax.XMLReader;
607 public XMLReader m_primaryReader;
610 * Get primary XMLReader associated with this execution context.
614 public final XMLReader getPrimaryReader()
620 * Set primary XMLReader associated with this execution context.
624 public void setPrimaryReader(XMLReader reader)
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParser.java 32 import org.xml.sax.XMLReader;
37 * Defines the API that wraps an {@link org.xml.sax.XMLReader}
40 * replaced by the {@link org.xml.sax.XMLReader}. For ease
383 XMLReader reader = this.getXMLReader();
405 * Returns the {@link org.xml.sax.XMLReader} that is encapsulated by the
408 * @return The XMLReader that is encapsulated by the
414 public abstract org.xml.sax.XMLReader getXMLReader() throws SAXException;
438 * {@link org.xml.sax.XMLReader}.
446 * @throws SAXNotRecognizedException When the underlying XMLReader does
448 * @throws SAXNotSupportedException When the underlying XMLReader
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 53 import org.xml.sax.XMLReader;
112 * The cache for XMLReader objects to be used if the user did not
113 * supply an XMLReader for a SAXSource or supplied a StreamSource.
273 XMLReader reader = null;
588 * After use of the parser is completed, the releaseXMLReader(XMLReader)
592 * @return a SAX2 XMLReader to use to resolve the inputSource argument.
594 * @return non-null XMLReader reference ready to parse.
596 synchronized public XMLReader getXMLReader(Source inputSource)
601 XMLReader reader = (inputSource instanceof SAXSource)
621 * Indicates that the XMLReader object is no longer in use for the transform
    [all...]
IncrementalSAXSource_Filter.java 40 import org.xml.sax.XMLReader;
92 private XMLReader fXMLReader=null;
137 /** Bind our input streams to an XMLReader.
142 public void setXMLReader(XMLReader eventsource)
544 * from an XMLReader passed to our startReader() method), we can do so
591 // Convenience: Run an XMLReader in a thread
594 /** Launch a thread that will run an XMLReader's parse() operation within
608 throw new SAXException(XMLMessages.createXMLMessage(XMLErrorResources.ER_XMLRDR_NOT_BEFORE_STARTPARSE, null)); //"XMLReader not before startParse request");
744 org.xml.sax.XMLReader theSAXParser=
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 33 import org.xml.sax.XMLReader;
456 XMLReader reader = getReaderForCommandStack(commandStack);
466 XMLReader reader = getReaderForCommandStack(commandStack);
473 private XMLReader getReaderForCommandStack(CommandStack commandStack) throws IOException {
476 XMLReader reader = parser.getXMLReader();
483 throw new IOException("Error creating XMLReader for graph parsing!", e);
  /libcore/luni/src/test/java/libcore/xml/
SaxTest.java 30 import org.xml.sax.XMLReader;
188 XMLReader reader = parser.getXMLReader();
206 XMLReader reader = parser.getXMLReader();
ExpatSaxParserTest.java 40 import org.xml.sax.XMLReader;
685 XMLReader reader = new ExpatReader();
699 XMLReader reader = new ExpatReader();
711 XMLReader reader = new ExpatReader();
  /libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 38 private org.xml.sax.XMLReader xmlReader;
63 xmlReader = saxParser.getXMLReader();
67 String xmlReaderClassName = xmlReader.getClass().getName();
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 42 import org.xml.sax.XMLReader;
258 XMLReader reader = null;
  /external/fonttools/Lib/fontTools/misc/
xmlReader.py 14 class XMLReader(object):
67 subReader = XMLReader(subFile, self.ttFont, self.progress, self.quiet)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
XMLReaderAdapterTest.java 37 import org.xml.sax.XMLReader;
52 private XMLReader reader = new MockReader(logger);
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 31 import org.xml.sax.XMLReader;
38 public class ExpatReader implements XMLReader {
  /external/jdiff/src/jdiff/
CommentsHandler.java 10 import org.xml.sax.XMLReader;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
saxutils.py 8 import xmlreader
171 class XMLFilterBase(xmlreader.XMLReader):
172 """This class is designed to sit between an XMLReader and the
180 xmlreader.XMLReader.__init__(self)
248 # XMLReader methods
287 source = xmlreader.InputSource(source)
290 source = xmlreader.InputSource()
  /external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java 32 import org.xml.sax.XMLReader;
52 XMLReader xmlreader = XMLReaderFactory.createXMLReader(); local
54 xmlreader.setContentHandler(handler);
55 xmlreader.setErrorHandler(handler);
56 xmlreader.parse(new InputSource(xmlStream));

Completed in 1720 milliseconds

12 3 4 5 6