Searched refs:startElement (Results 51 - 65 of 65) sorted by relevance

123

/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java300 * endElement() event for every startElement() event (even when the
318 public void startElement( method in class:DOMBuilder
414 * startElement() event for every endElement() event (even when the
746 * corresponding startElement event, and all endPrefixMapping
753 * @see #startElement
H A DTreeWalker.java364 this.m_contentHandler.startElement(ns,
/dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
H A DSAXParserFactoryTest.java465 public void startElement(String uri, String localName, String qName, method in class:SAXParserFactoryTest.MyHandler
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
H A DXMLReaderAdapterTest.java313 method = "startElement",
322 adapter.startElement("http://some.uri", "bar", "foo:bar", atts);
328 assertEquals("startElement", logger.getMethod());
H A DXMLFilterImplTest.java513 method = "startElement",
520 parent.startElement("http://some.uri", "bar", "foo:bar", atts);
526 assertEquals("startElement", logger.getMethod());
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java1889 * @see org.xml.sax.ContentHandler#startElement
1895 public void startElement( method in class:ToStream
1978 * @see org.xml.sax.ContentHandler#startElement
1984 public void startElement( method in class:ToStream
1990 startElement(elementNamespaceURI, elementLocalName, elementName, null);
1993 public void startElement(String elementName) throws SAXException method in class:ToStream
1995 startElement(null, null, elementName, null);
2065 * attributes that were collected after the startElement call.
2303 * Handle a prefix/uri mapping, which is associated with a startElement()
2333 * consideration that startElement() wil
[all...]
H A DToHTMLStream.java786 public void startElement( method in class:ToHTMLStream
827 super.startElement(namespaceURI, localName, name, atts);
1029 // in startElement() also labeled with "OPTIMIZE-EMPTY" is also removed
1648 // Process any pending starDocument and startElement first.
1684 * startElement call, that knows the name of the document element
1833 * startElement() and before and endElement().
1835 * startElement() call.
1984 // this call is coming right after a startElement()
2004 * it would be handled within the startElement() call.
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java2060 * Override SAX2DTM.startElement()
2080 * @see org.xml.sax.ContentHandler#startElement
2082 public void startElement(String uri, String localName, String qName, Attributes attributes) method in class:SAX2DTM2
2232 // Pop the context for the last child (the one pushed by startElement)
3201 handler.startElement(name);
3208 handler.startElement(name);
3219 handler.startElement(qName);
H A DSAX2DTM.java1849 * @see org.xml.sax.ContentHandler#startElement
1851 public void startElement( method in class:SAX2DTM
1857 System.out.println("startElement: uri: " + uri + ", localname: "
2030 // Pop the context for the last child (the one pushed by startElement)
2335 * before the first startElement event.</p>
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java571 public void startElement( method in class:StylesheetHandler
626 elemProcessor.startElement(this, uri, localName, rawName, attributes);
1069 * from startElement.
1644 * @param attrs list of attributes that were passed to startElement.
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
H A DExpatPullParser.java865 public void startElement(String uri, String localName, String qName, method in class:ExpatPullParser.Document.SaxHandler
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java1315 rhandler.startElement(getNamespace(), getLocalName(), getRawName());
1323 * If we make it to here we have done a successful startElement()
1385 * successful startElement() call even if
1403 /* If an exception was thrown in the middle but not with startElement() or
/dalvik/libcore/xml/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp612 static void startElement(void* data, const char* elementName, function
1051 XML_SetElementHandler(parser, startElement, endElement);
1431 startElementMethod = env->GetMethodID(clazz, "startElement",
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java474 public void startElement(java.lang.String namespaceURI, java.lang.String localName, method in class:DTMDocumentImpl
629 // wait for the first startElement to create the doc root node
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java603 // We use the Xalan specific startElement and starPrefixMapping calls
629 fSerializer.startElement(

Completed in 219 milliseconds

123