Searched refs:startElement (Results 76 - 100 of 153) sorted by relevance

1234567

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c1456 if ((ctxt->sax != NULL) && (ctxt->sax->startElement != NULL))
1457 ctxt->sax->startElement(ctxt->userData, BAD_CAST"html", NULL);
1477 if ((ctxt->sax != NULL) && (ctxt->sax->startElement != NULL))
1478 ctxt->sax->startElement(ctxt->userData, BAD_CAST"head", NULL);
1496 if ((ctxt->sax != NULL) && (ctxt->sax->startElement != NULL))
1497 ctxt->sax->startElement(ctxt->userData, BAD_CAST"body", NULL);
1524 if ((ctxt->sax != NULL) && (ctxt->sax->startElement != NULL))
1525 ctxt->sax->startElement(ctxt->userData, BAD_CAST"p", NULL);
1535 if ((ctxt->sax != NULL) && (ctxt->sax->startElement != NULL))
1536 ctxt->sax->startElement(ctx
[all...]
H A Dxmlreader.c125 startElementSAXFunc startElement;/* initial SAX callbacks */ member in struct:_xmlTextReader
651 if ((reader != NULL) && (reader->startElement != NULL)) {
652 reader->startElement(ctx, fullname, atts);
2068 ret->startElement = ret->sax->startElement;
2069 ret->sax->startElement = xmlTextReaderStartElement;
4975 reader->startElement = reader->sax->startElement;
4976 reader->sax->startElement = xmlTextReaderStartElement;
/external/libxml2/
H A DHTMLparser.c1496 if ((ctxt->sax != NULL) && (ctxt->sax->startElement != NULL))
1497 ctxt->sax->startElement(ctxt->userData, BAD_CAST"html", NULL);
1517 if ((ctxt->sax != NULL) && (ctxt->sax->startElement != NULL))
1518 ctxt->sax->startElement(ctxt->userData, BAD_CAST"head", NULL);
1536 if ((ctxt->sax != NULL) && (ctxt->sax->startElement != NULL))
1537 ctxt->sax->startElement(ctxt->userData, BAD_CAST"body", NULL);
1564 if ((ctxt->sax != NULL) && (ctxt->sax->startElement != NULL))
1565 ctxt->sax->startElement(ctxt->userData, BAD_CAST"p", NULL);
1575 if ((ctxt->sax != NULL) && (ctxt->sax->startElement != NULL))
1576 ctxt->sax->startElement(ctx
[all...]
H A Dxmlreader.c127 startElementSAXFunc startElement;/* initial SAX callbacks */ member in struct:_xmlTextReader
654 if ((reader != NULL) && (reader->startElement != NULL)) {
655 reader->startElement(ctx, fullname, atts);
2089 ret->startElement = ret->sax->startElement;
2090 ret->sax->startElement = xmlTextReaderStartElement;
5128 reader->startElement = reader->sax->startElement;
5129 reader->sax->startElement = xmlTextReaderStartElement;
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerIdentityImpl.java1027 * @see org.xml.sax.ContentHandler#startElement
1031 public void startElement( method in class:TransformerIdentityImpl
1073 m_resultContentHandler.startElement(uri, localName, qName, attributes);
1207 * before the first startElement event.</p>
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h731 startElementSAXFunc startElement; member in struct:_xmlSAXHandler
772 startElementSAXFunc startElement; member in struct:_xmlSAXHandlerV1
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libxml2/include/libxml/
H A Dparser.h734 startElementSAXFunc startElement; member in struct:_xmlSAXHandler
775 startElementSAXFunc startElement; member in struct:_xmlSAXHandlerV1
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorLRE.java68 public void startElement( method in class:ProcessorLRE
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.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DTreeWalker.java359 this.m_contentHandler.startElement(ns,
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...]
/external/apache-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,
/external/doclava/src/com/google/doclava/apicheck/
H A DXmlApiFile.java70 public void startElement(String uri, String localName, String qName, Attributes attributes) { method in class:XmlApiFile
/external/jdiff/src/jdiff/
H A DAPIHandler.java72 public void startElement(java.lang.String uri, java.lang.String localName, method in class:APIHandler
/external/apache-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);
/external/chromium_org/components/search_engines/
H A Dtemplate_url_parser.cc501 sax_handler.startElement = &TemplateURLParsingContext::StartElementImpl;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestVersionTracker.java125 public void startElement( method in class:TestVersionTracker.FeatureHandler
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/apache-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

Completed in 772 milliseconds

1234567