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

1234

/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
H A DProcessorOutputElem.java185 public void startElement( method in class:ProcessorOutputElem
H A DXSLTElementProcessor.java157 public void startElement( method in class:XSLTElementProcessor
/external/expat/examples/
H A Delements.c26 startElement(void *userData, const char *name, const char **atts) function
51 XML_SetElementHandler(parser, startElement, endElement);
/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/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.
/external/jdiff/src/jdiff/
H A DCommentsHandler.java57 public void startElement(java.lang.String uri, java.lang.String localName, method in class:CommentsHandler
H A DAPIHandler.java72 public void startElement(java.lang.String uri, java.lang.String localName, method in class:APIHandler
/external/skia/src/xml/
H A DSkXMLParser.cpp62 bool SkXMLParser::startElement(const char elem[]) function in class:SkXMLParser
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStylesheetPIHandler.java320 public void startElement( method in class:StylesheetPIHandler
/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

Completed in 276 milliseconds

1234