Searched defs:startElement (Results 1 - 25 of 114) sorted by path

12345

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-xml/src/main/java/org/apache/xalan/processor/
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 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 DProcessorExsltFuncResult.java45 public void startElement( method in class:ProcessorExsltFuncResult
51 super.startElement(handler, uri, localName, rawName, attributes);
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);
H A DProcessorInclude.java123 public void startElement( method in class:ProcessorInclude
209 // At the startElement() call we would
219 // At the startElement() call we would
H A DProcessorKey.java64 public void startElement( method in class:ProcessorKey
H A DProcessorLRE.java68 public void startElement( method in class:ProcessorLRE
H A DProcessorNamespaceAlias.java61 public void startElement( method in class:ProcessorNamespaceAlias
H A DProcessorOutputElem.java185 public void startElement( method in class:ProcessorOutputElem
H A DProcessorPreserveSpace.java58 public void startElement( method in class:ProcessorPreserveSpace
H A DProcessorStripSpace.java58 public void startElement( method in class:ProcessorStripSpace
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 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.
H A DXSLTElementProcessor.java157 public void startElement( method in class:XSLTElementProcessor
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java488 * @see org.xml.sax.ContentHandler#startElement
490 public void startElement( method in class:TransformerHandlerImpl
496 System.out.println("TransformerHandlerImpl#startElement: " + qName);
500 m_contentHandler.startElement(uri, localName, qName, atts);
756 * before the first startElement event.</p>
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/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
H A DIncrementalSAXSource_Filter.java323 public void startElement(java.lang.String namespaceURI, java.lang.String localName, method in class:IncrementalSAXSource_Filter
333 clientContentHandler.startElement(namespaceURI, localName, qName, atts);
/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>
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/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 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.
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

Completed in 381 milliseconds

12345