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

12345

/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 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 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 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
/external/chromium_org/tools/
H A Dcheck_grd_for_unused_strings.py29 def startElement(self, name, attrs): member in class:GrdIDExtractor
/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/chrome/android/java/src/org/chromium/chrome/browser/omaha/
H A DXMLParser.java80 public void startElement(String uri, String localName, String qName, Attributes attributes) method in class:XMLParser
/external/chromium_org/tools/grit/grit/gather/
H A Digoogle_strings.py35 def startElement(self, name, attrs): member in class:IgoogleStringsContentHandler
H A Dmuppet_strings.py36 def startElement(self, name, attrs): member in class:MuppetStringsContentHandler
/external/chromium_org/tools/grit/grit/
H A Dgrd_reader.py45 def startElement(self, name, attrs): member in class:GrdContentHandler
118 def startElement(self, name, attrs): member in class:GrdPartContentHandler
120 self.parent.startElement(name, attrs)
H A Dxtb_reader.py47 def startElement(self, name, attrs): member in class:XtbContentHandler
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/tools/
H A DTestVersionTracker.java71 public void startElement( method in class:TestVersionTracker
/external/chromium_org/third_party/skia/src/xml/
H A DSkXMLParser.cpp62 bool SkXMLParser::startElement(const char elem[]) function in class:SkXMLParser
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DCompileErrorCheck.java43 public void startElement(String uri, String localName, method in class:CompileErrorCheck.CompilerErrorCheckerHandler
H A DElementParser.java91 public void startElement (String uri, String local, method in class:ElementParser
/external/eyes-free/AccessCheck/src/com/android/accessibility/
H A DAccessibilityValidationContentHandler.java102 * Used to log line numbers of errors in {@link #startElement}.
114 public void startElement(String uri, String localName, String qName, method in class:AccessibilityValidationContentHandler
167 * the startElement validation logic. The class loader encompasses the class
183 * {@link #startElement}. The search will always be case-insensitive.

Completed in 354 milliseconds

12345