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

1234567

/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/expat/examples/
H A Delements.c26 startElement(void *userData, const char *name, const char **atts) function
58 XML_SetElementHandler(parser, startElement, endElement);
/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/libxml2/
H A DSAX.c64 hdlr->startElement = xmlSAX2StartElement;
112 hdlr->startElement = xmlSAX2StartElement;
159 hdlr->startElement = xmlSAX2StartElement;
/external/curl/docs/examples/
H A Dxmlstream.c54 static void startElement(void *userData, const XML_Char *name, function
126 XML_SetElementHandler(parser, startElement, endElement);
/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 ...
/external/libxml2/python/tests/
H A DpushSAX.py19 def startElement(self, tag, attrs): member in class:callback
21 log = log + "startElement %s %s:" % (tag, attrs)
52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
H A DpushSAXhtml.py19 def startElement(self, tag, attrs): member in class:callback
21 log = log + "startElement %s %s:" % (tag, attrs)
52 reference = """startDocument:startElement html None:startElement body None:startElement foo {'url': 'tst'}:error: Tag foo invalid
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DVersionTrackerTask.java100 public void startElement( method in class:VersionTrackerTask.FeatureHandler
123 public void startElement( method in class:VersionTrackerTask.PluginHandler
/external/skia/src/xml/
H A DSkXMLParser.cpp93 ctx->fParser->startElement(tag);
189 bool SkXMLParser::startElement(const char elem[]) function in class:SkXMLParser
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java55 * w.startElement("foo");
61 * w.startElement("", "foo", "", new AttributesImpl());
72 * w.startElement("greeting");
574 * @see org.xml.sax.ContentHandler#startElement
576 public void startElement (String uri, String localName,
591 // System.out.println("%%%% startElement [" + qName + "] htmlMode = " + htmlMode);
596 super.startElement(uri, localName, qName, atts);
732 * followed by an end tag. Both a {@link #startElement
733 * startElement} and an {@link #endElement endElement} event will
749 * @see #startElement
573 public void startElement (String uri, String localName, method in class:XMLWriter
789 public void startElement (String uri, String localName) method in class:XMLWriter
811 public void startElement (String localName) method in class:XMLWriter
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java168 public void startElement(String uri, String localName, String qName, method in class:SAX1ParserAdapter.DocHandlerWrapper
177 docHandler.startElement(qName, mAttrWrapper);

Completed in 1747 milliseconds

1234567