HomeSort by relevance Sort by last modified time
    Searched refs:ContentHandler (Results 51 - 75 of 95) sorted by null

1 23 4

  /libcore/luni/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 26 import org.xml.sax.ContentHandler;
262 * @param saxHandler The ContentHandler to notify of any endPrefixMapping()
265 void popNamespaces(int elemDepth, ContentHandler saxHandler)
ToUnknownStream.java 34 import org.xml.sax.ContentHandler;
148 public ContentHandler asContentHandler() throws IOException
343 * @see org.xml.sax.ContentHandler#startPrefixMapping(String, String)
437 * @see org.xml.sax.ContentHandler#startDocument()
775 * @see org.xml.sax.ContentHandler#characters(char[], int, int)
791 * @see org.xml.sax.ContentHandler#endDocument()
807 * @see org.xml.sax.ContentHandler#endElement(String, String, String)
828 * @see org.xml.sax.ContentHandler#endPrefixMapping(String)
837 * @see org.xml.sax.ContentHandler#ignorableWhitespace(char[], int, int)
851 * @see org.xml.sax.ContentHandler#processingInstruction(String, String
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/
Expression.java 34 import org.xml.sax.ContentHandler;
308 XPathContext xctxt, ContentHandler handler)
  /libcore/luni/src/test/java/tests/xml/
SaxTest.java 22 import org.xml.sax.ContentHandler;
159 ContentHandler handler) throws Exception {
SimpleParserTest.java 27 import org.xml.sax.ContentHandler;
43 public class SimpleParserTest extends TestCase implements ContentHandler {
  /packages/apps/Email/src/org/apache/james/mime4j/
MimeStreamParser.java 36 * parsing events to a <code>ContentHandler</code> instance.
41 * ContentHandler handler = new MyHandler();
62 private ContentHandler handler = null;
109 * {@link ContentHandler#raw(InputStream)} handler method only.
124 * {@link ContentHandler#endMultipart()},
125 * {@link ContentHandler#endBodyPart()},
126 * {@link ContentHandler#endMessage()}, etc to match previous calls
128 * {@link ContentHandler#startMultipart(BodyDescriptor)},
129 * {@link ContentHandler#startBodyPart()},
130 * {@link ContentHandler#startMessage()}, etc.
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 38 import org.xml.sax.ContentHandler;
53 * listens for SAX ContentHandler parse events and transforms
57 implements EntityResolver, DTDHandler, ContentHandler, ErrorHandler,
182 // ContentHandler handler =
309 // Implementation of org.xml.sax.ContentHandler.
316 * @see org.xml.sax.ContentHandler#setDocumentLocator
343 * @see org.xml.sax.ContentHandler#startDocument
386 * @see org.xml.sax.ContentHandler#endDocument
441 * @see org.xml.sax.ContentHandler#startPrefixMapping
463 * @see org.xml.sax.ContentHandler#endPrefixMappin
    [all...]
TransformerImpl.java 92 import org.xml.sax.ContentHandler;
137 ContentHandler m_inputContentHandler;
142 private ContentHandler m_outputContentHandler = null;
622 // Kick off the parse. When the ContentHandler gets
918 * Create a result ContentHandler from a Result object, based
924 * @return A valid ContentHandler that will create the
938 * Create a ContentHandler from a Result object and an OutputProperties.
945 * @return A valid ContentHandler that will create the
958 // a ContentHandler that will add nodes to the input node.
999 ContentHandler handler = ((SAXResult) outputTarget).getHandler()
    [all...]
TransformerIdentityImpl.java 60 import org.xml.sax.ContentHandler;
73 * simply feeds SAX events directly to a serializer ContentHandler, if the
168 * Create a result ContentHandler from a Result object, based
174 * @return A valid ContentHandler that will create the
453 ContentHandler inputHandler = this;
862 // Default implementation of ContentHandler interface.
873 * @see org.xml.sax.ContentHandler#setDocumentLocator
901 * @see org.xml.sax.ContentHandler#startDocument
956 * @see org.xml.sax.ContentHandler#endDocument
977 * @see org.xml.sax.ContentHandler#startPrefixMappin
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 100 implements ContentHandler
  /libcore/luni/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 71 * @see #sendNormalizedSAXcharacters(org.xml.sax.ContentHandler,int,int)
84 * @see #sendNormalizedSAXcharacters(org.xml.sax.ContentHandler,int,int)
961 * Note that the buffer reference passed to the ContentHandler may be
971 * @param ch SAX ContentHandler object to receive the event.
978 org.xml.sax.ContentHandler ch, int start, int length)
1018 * @param ch SAX ContentHandler object to receive the event.
    [all...]
XMLStringDefault.java 44 * characters method on the passed ContentHandler for the
46 * ContentHandler's characters methods may well occur for a single call to
49 * @param ch A non-null reference to a ContentHandler.
53 public void dispatchCharactersEvents(org.xml.sax.ContentHandler ch)
DOMBuilder.java 37 import org.xml.sax.ContentHandler;
47 implements ContentHandler, LexicalHandler
242 * invoking any of the other methods in the ContentHandler
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 189 ContentHandler h = chooseContentHandler(w);
211 private static ContentHandler chooseContentHandler(Writer w) {
PYXWriter.java 25 A ContentHandler that generates PYX format instead of XML.
29 implements ScanHandler, ContentHandler, LexicalHandler {
141 // SAX ContentHandler implementation
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 35 import org.xml.sax.ContentHandler;
64 implements DTM, org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler
317 * "this" if the DTM object has a built-in SAX ContentHandler,
321 public org.xml.sax.ContentHandler getContentHandler()
324 return (ContentHandler) m_incrSAXSource;
335 * "this" if the DTM object has a built-in SAX ContentHandler,
403 // ========= SAX2 ContentHandler methods =========
613 // in any case. Phase out in favor of SAX2 ContentHandler/LexicalHandler
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 51 import org.xml.sax.ContentHandler;
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 46 * for compactness, that is constructed via SAX2 ContentHandler events.
49 implements EntityResolver, DTDHandler, ContentHandler, ErrorHandler,
230 * ContentHandler events.
399 * "this" if the DTM object has a built-in SAX ContentHandler,
403 public ContentHandler getContentHandler()
407 return (ContentHandler) m_incrementalSAXSource;
418 * "this" if the DTM object has a built-in SAX ContentHandler,
484 * characters method on the passed ContentHandler for the
487 * ContentHandler's characters methods may well occur for a single call to
491 * @param ch A non-null reference to a ContentHandler
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xml/
ExpatParserTest.java 23 import org.xml.sax.ContentHandler;
53 ContentHandler contentHandler = new DefaultHandler() {
62 parse(SNIPPET, contentHandler);
67 contentHandler = new DefaultHandler() {
76 parse(SNIPPET, contentHandler);
81 contentHandler = new DefaultHandler() {
89 parse(SNIPPET, contentHandler);
327 static class NamespaceHandler implements ContentHandler {
827 private static void parse(String xml, ContentHandler contentHandler
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
XmlTest.java 20 import org.xml.sax.ContentHandler;
78 // used for ContentHandler to pause XML.
104 notes = "Test parse(String xml, ContentHandler contentHandler).",
106 args = {java.lang.String.class, org.xml.sax.ContentHandler.class}
140 class DefaultContentHandler implements ContentHandler {
209 notes = "Test parse(Reader in, ContentHandler contentHandler).",
211 args = {java.io.Reader.class, org.xml.sax.ContentHandler.class}
263 notes = "Test parse(InputStream in, Encoding encoding, ContentHandler contentHandler)."
    [all...]
XmlEncodingTest.java 28 import org.xml.sax.ContentHandler;
65 // used for ContentHandler to pause XML.
221 class DefaultContentHandler implements ContentHandler {
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
ParserAdapterTest.java 25 import org.xml.sax.ContentHandler;
247 args = { ContentHandler.class }
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/
JarURLConnectionImpl.java 26 import java.net.ContentHandler;
310 * @see ContentHandler
  /libcore/luni/src/main/java/org/apache/xpath/objects/
XObject.java 139 * characters method on the passed ContentHandler for the
141 * ContentHandler's characters methods may well occur for a single call to
144 * @param ch A non-null reference to a ContentHandler.
148 public void dispatchCharactersEvents(org.xml.sax.ContentHandler ch)
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatPullParser.java 23 import org.xml.sax.ContentHandler;
854 private class SaxHandler implements ContentHandler {

Completed in 826 milliseconds

1 23 4