HomeSort by relevance Sort by last modified time
    Searched full:stylesheethandler (Results 1 - 25 of 30) sorted by null

1 2

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementProcessor.java 83 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
92 StylesheetHandler handler, String publicId, String systemId)
102 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
109 public void notationDecl(StylesheetHandler handler, String name,
120 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
128 public void unparsedEntityDecl(StylesheetHandler handler, String name,
140 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
142 public void startNonText(StylesheetHandler handler) throws org.xml.sax.SAXException
151 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
158 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes
    [all...]
ProcessorCharacters.java 45 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 public void startNonText(StylesheetHandler handler) throws org.xml.sax.SAXException
100 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
110 StylesheetHandler handler, char ch[], int start, int length)
127 * @param handler The calling StylesheetHandler/TemplatesBuilder.
136 * @see org.apache.xalan.processor.StylesheetHandler#startElement
137 * @see org.apache.xalan.processor.StylesheetHandler#endElement
143 StylesheetHandler handler, String uri, String localName, String rawName)
ProcessorStylesheetElement.java 46 * @param handler The calling StylesheetHandler/TemplatesBuilder.
60 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
70 if (stylesheetType == StylesheetHandler.STYPE_ROOT)
85 if (stylesheetType == StylesheetHandler.STYPE_IMPORT)
118 * @param handler The calling StylesheetHandler/TemplatesBuilder.
120 protected Stylesheet getStylesheetRoot(StylesheetHandler handler) throws TransformerConfigurationException
134 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
140 StylesheetHandler handler, String uri, String localName, String rawName)
ProcessorAttributeSet.java 42 * @param handler The calling StylesheetHandler/TemplatesBuilder.
55 * @see org.apache.xalan.processor.StylesheetHandler#startElement
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
94 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
100 StylesheetHandler handler, String uri, String localName, String rawName)
ProcessorInclude.java 91 return StylesheetHandler.STYPE_INCLUDE;
107 * @param handler The calling StylesheetHandler/TemplatesBuilder.
124 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
143 getStylesheetInclErr(), new Object[]{ hrefUrl })); //"(StylesheetHandler) "+hrefUrl+" is directly or indirectly importing itself!");
176 * set the {@link StylesheetHandler} to a new state, and recurse in with
178 * the StylesheetHandler should be restored.
180 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
190 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
334 * @param handler The calling StylesheetHandler/TemplatesBuilder.
338 protected Source processSource(StylesheetHandler handler, Source source
    [all...]
package.html 27 It registers the {@link org.apache.xalan.processor.StylesheetHandler} object
31 <p>Before parsing the XSLT input, StylesheetHandler assembles an {@link org.apache.xalan.processor.XSLTSchema},
35 contain. The StylesheetHandler then passes on each parse event to the
ProcessorDecimalFormat.java 42 * @param handler The calling StylesheetHandler/TemplatesBuilder.
54 * @see org.apache.xalan.processor.StylesheetHandler#startElement
55 * @see org.apache.xalan.processor.StylesheetHandler#endElement
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
ProcessorGlobalParamDecl.java 40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 StylesheetHandler handler, ElemTemplateElement elem)
61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
67 StylesheetHandler handler, String uri, String localName, String rawName)
ProcessorGlobalVariableDecl.java 40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 StylesheetHandler handler, ElemTemplateElement elem)
61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
67 StylesheetHandler handler, String uri, String localName, String rawName)
ProcessorText.java 40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 StylesheetHandler handler, ElemTemplateElement elem)
66 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
72 StylesheetHandler handler, String uri, String localName, String rawName)
ProcessorTemplate.java 38 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
45 StylesheetHandler handler, ElemTemplateElement elem)
ProcessorTemplateElem.java 42 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
49 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
92 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
99 StylesheetHandler handler, ElemTemplateElement elem)
114 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
120 StylesheetHandler handler, String uri, String localName, String rawName)
XSLTAttributeDef.java 500 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
513 StylesheetHandler handler, String uri, String name, String rawName, String value,
534 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
544 Object processCDATA(StylesheetHandler handler, String uri, String name,
567 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
578 StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner)
611 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
622 Object processENUM(StylesheetHandler handler, String uri, String name,
660 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
672 Object processENUM_OR_PQNAME(StylesheetHandler handler, String uri, String name
    [all...]
ProcessorPreserveSpace.java 45 * @param handler The calling StylesheetHandler/TemplatesBuilder.
59 StylesheetHandler handler, String uri, String localName, String rawName,
ProcessorStripSpace.java 45 * @param handler The calling StylesheetHandler/TemplatesBuilder.
59 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
ProcessorExsltFunction.java 62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
95 StylesheetHandler handler, ElemTemplateElement elem)
109 StylesheetHandler handler, String uri, String localName, String rawName)
122 public void validate(ElemTemplateElement elem, StylesheetHandler handler)
ProcessorLRE.java 62 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
69 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
316 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
319 protected Stylesheet getStylesheetRoot(StylesheetHandler handler) throws TransformerConfigurationException
333 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
339 StylesheetHandler handler, String uri, String localName, String rawName)
ProcessorNamespaceAlias.java 48 * @param handler The calling StylesheetHandler/TemplatesBuilder.
62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
ProcessorImport.java 43 return StylesheetHandler.STYPE_IMPORT;
ProcessorKey.java 51 * @param handler The calling StylesheetHandler/TemplatesBuilder.
65 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
87 StylesheetHandler handler, String rawName, Attributes attributes,
ProcessorExsltFuncResult.java 46 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java 580 "(StylesheetHandler) {0} requires an ''elements'' attribute!"},
583 "(StylesheetHandler) {0} attribute ''prefix'' is missing"},
595 "(StylesheetHandler) Could not find href attribute for {0}"},
598 "(StylesheetHandler) {0} is directly or indirectly including itself!"},
601 "StylesheetHandler.processInclude error, {0}"},
604 "(StylesheetHandler) {0} attribute ''lang'' is missing"},
607 "(StylesheetHandler) misplaced {0} element?? Missing container element ''component''"},
667 "(StylesheetHandler) {0} not allowed inside a stylesheet!"},
679 "(StylesheetHandler) {0} has an illegal attribute: {1}"},
685 "(StylesheetHandler) xsl:sort can only be used with xsl:apply-templates or xsl:for-each."}
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionVisitor.java 31 * When {@link org.apache.xalan.processor.StylesheetHandler} creates
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSParserObserver.h 50 // This only implemented by StyleSheetHandler in InspectorStyleSheet.cpp.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 70 class StyleSheetHandler FINAL : public CSSParserObserver {
72 StyleSheetHandler(const String& parsedText, Document* document, StyleSheetContents* styleSheetContents, RuleSourceDataList* result)
114 void StyleSheetHandler::startRuleHeader(CSSRuleSourceData::Type type, unsigned offset)
127 inline void StyleSheetHandler::setRuleHeaderEnd(const CharacterType* dataStart, unsigned listEndOffset)
141 void StyleSheetHandler::endRuleHeader(unsigned offset)
151 void StyleSheetHandler::startSelector(unsigned offset)
156 void StyleSheetHandler::endSelector(unsigned offset)
163 void StyleSheetHandler::startRuleBody(unsigned offset)
172 void StyleSheetHandler::endRuleBody(unsigned offset, bool error)
185 void StyleSheetHandler::addNewRuleToSourceTree(PassRefPtrWillBeRawPtr<CSSRuleSourceData> rule
    [all...]

Completed in 195 milliseconds

1 2