Searched refs:startElement (Results 1 - 25 of 153) sorted by relevance

1234567

/external/chromium_org/third_party/skia/src/animator/
H A DSkXMLAnimatorWriter.cpp54 w.startElement("screenplay");
55 w.startElement("animateField");
62 w.startElement("event");
64 w.startElement("line");
71 w.startElement("apply");
/external/skia/src/animator/
H A DSkXMLAnimatorWriter.cpp54 w.startElement("screenplay");
55 w.startElement("animateField");
62 w.startElement("event");
64 w.startElement("line");
71 w.startElement("apply");
/external/expat/examples/
H A Delements.c26 startElement(void *userData, const char *name, const char **atts) function
51 XML_SetElementHandler(parser, startElement, endElement);
/external/chromium_org/third_party/skia/src/xml/
H A DSkXMLWriter.cpp85 void SkXMLWriter::startElement(const char name[]) function in class:SkXMLWriter
166 w->startElement(dom.getName(node));
293 fParser.startElement(str.c_str());
308 w.startElement("elem0");
313 w.startElement("elem1");
315 w.startElement("elem1");
318 w.startElement("elem1");
319 w.startElement("elem2");
320 w.startElement("elem3");
324 w.startElement("elem
[all...]
H A DSkXMLParser.cpp62 bool SkXMLParser::startElement(const char elem[]) function in class:SkXMLParser
/external/skia/src/xml/
H A DSkXMLWriter.cpp85 void SkXMLWriter::startElement(const char name[]) function in class:SkXMLWriter
166 w->startElement(dom.getName(node));
293 fParser.startElement(str.c_str());
308 w.startElement("elem0");
313 w.startElement("elem1");
315 w.startElement("elem1");
318 w.startElement("elem1");
319 w.startElement("elem2");
320 w.startElement("elem3");
324 w.startElement("elem
[all...]
H A DSkXMLParser.cpp62 bool SkXMLParser::startElement(const char elem[]) function in class:SkXMLParser
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorExsltFuncResult.java45 public void startElement( method in class:ProcessorExsltFuncResult
51 super.startElement(handler, uri, localName, rawName, attributes);
H A DProcessorDecimalFormat.java54 * @see org.apache.xalan.processor.StylesheetHandler#startElement
56 * @see org.xml.sax.ContentHandler#startElement
60 public void startElement( method in class:ProcessorDecimalFormat
H A DProcessorStylesheetElement.java59 public void startElement( method in class:ProcessorStylesheetElement
64 super.startElement(handler, uri, localName, rawName, attributes);
H A DProcessorTemplateElem.java48 public void startElement( method in class:ProcessorTemplateElem
53 super.startElement(handler, uri, localName, rawName, attributes);
H A DProcessorAttributeSet.java55 * @see org.apache.xalan.processor.StylesheetHandler#startElement
56 * @see org.xml.sax.ContentHandler#startElement
60 public void startElement( method in class:ProcessorAttributeSet
H A DProcessorNamespaceAlias.java61 public void startElement( method in class:ProcessorNamespaceAlias
H A DProcessorPreserveSpace.java58 public void startElement( method in class:ProcessorPreserveSpace
H A DProcessorStripSpace.java58 public void startElement( method in class:ProcessorStripSpace
H A DProcessorExsltFunction.java61 public void startElement( method in class:ProcessorExsltFunction
65 //System.out.println("ProcessorFunction.startElement()");
72 super.startElement(handler, uri, localName, rawName, attributes);
/external/svox/pico/tts/
H A Dsvox_ssml_parser.h100 startElement
103 void startElement(const XML_Char* element, const XML_Char** attributes);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DExtendedContentHandler.java33 * startElement(namespaceURI,localName,qName,atts)
37 * startElement(namespaceURI,localName,qName)
116 * startElement(uri,localName,qname,atts)
125 public void startElement(String uri, String localName, String qName) method in interface:ExtendedContentHandler
133 public void startElement(String qName) throws SAXException; method in interface:ExtendedContentHandler
144 * startElement("prfx8:elem9")
H A DToTextSAXHandler.java272 * @see org.xml.sax.ContentHandler#startElement(String, String, String, Attributes)
274 public void startElement( method in class:ToTextSAXHandler
282 super.startElement(arg0, arg1, arg2, arg3);
317 * @see ExtendedContentHandler#startElement(String)
319 public void startElement( method in class:ToTextSAXHandler
324 super.startElement(elementNamespaceURI, elementLocalName, elementName);
327 public void startElement( method in class:ToTextSAXHandler
330 super.startElement(elementName);
H A DToXMLSAXHandler.java191 * SAX handler's startElement() method has been gathered.
201 // Now is time to send the startElement event
206 m_saxHandler.startElement(uri, localName, m_elemContext.m_elementName, m_attributes);
343 * consideration that startElement() will soon be called
496 public void startElement( method in class:ToXMLSAXHandler
501 startElement(
506 public void startElement(String elementName) throws SAXException method in class:ToXMLSAXHandler
508 startElement(null, null, elementName, null);
637 * @see org.xml.sax.ContentHandler#startElement(String, String, String, Attributes)
639 public void startElement( method in class:ToXMLSAXHandler
[all...]
H A DToSAXHandler.java184 * @see org.xml.sax.ContentHandler#startElement
190 * @see org.xml.sax.ContentHandler#startElement(String,String,String,Attributes)
192 public void startElement( method in class:ToSAXHandler
311 * @see ExtendedContentHandler#startElement(String, String, String)
313 public void startElement(String uri, String localName, String qName) method in class:ToSAXHandler
330 * @see ExtendedContentHandler#startElement(String)
332 public void startElement(String qName) throws SAXException { method in class:ToSAXHandler
H A DToUnknownStream.java355 * startElement() and before and endElement().
357 * startElement() call.
390 /* we've already seen a startElement, and this is a prefix mapping
446 public void startElement(String qName) throws SAXException method in class:ToUnknownStream
448 this.startElement(null, null, qName, null);
451 public void startElement(String namespaceURI, String localName, String qName) throws SAXException method in class:ToUnknownStream
453 this.startElement(namespaceURI, localName, qName, null);
456 public void startElement( method in class:ToUnknownStream
473 m_handler.startElement(namespaceURI, localName, elementName, atts);
508 // call the startElement o
[all...]
/external/chromium_org/third_party/libxml/src/
H A DSAX.c64 hdlr->startElement = xmlSAX2StartElement;
112 hdlr->startElement = xmlSAX2StartElement;
159 hdlr->startElement = xmlSAX2StartElement;
/external/libxml2/
H A DSAX.c64 hdlr->startElement = xmlSAX2StartElement;
112 hdlr->startElement = xmlSAX2StartElement;
159 hdlr->startElement = xmlSAX2StartElement;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 543 milliseconds

1234567