Searched refs:startElement (Results 101 - 125 of 153) sorted by relevance

1234567

/external/chromium_org/third_party/libxml/src/
H A DSAX2.c2753 hdlr->startElement = NULL;
2761 hdlr->startElement = xmlSAX2StartElement;
2859 hdlr->startElement = xmlSAX2StartElement;
2917 hdlr->startElement = xmlSAX2StartElement;
H A Dxmlwriter.c367 saxHandler.startElement = xmlSAX2StartElement;
436 saxHandler.startElement = xmlSAX2StartElement;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/libxml2/
H A DSAX2.c2841 hdlr->startElement = NULL;
2849 hdlr->startElement = xmlSAX2StartElement;
2947 hdlr->startElement = xmlSAX2StartElement;
3005 hdlr->startElement = xmlSAX2StartElement;
H A Dxmlwriter.c371 saxHandler.startElement = xmlSAX2StartElement;
440 saxHandler.startElement = xmlSAX2StartElement;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
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.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditorCommand.cpp234 Element* startElement = enclosingElementWithTag(selection.selection().start(), tagName); local
236 if (startElement && endElement && startElement == endElement)
/external/apache-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
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
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>
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java134 parser in ContentHandler.startElement() implement the
794 theContentHandler.startElement(namespace, localName, name, e.atts());
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/apache-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(
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp1833 Node* startElement = view()->selectionStart()->node(); local
1834 if (startElement && startElement->rootEditableElement() == node())
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...

Completed in 1616 milliseconds

1234567