Searched defs:thisSheet (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DWhitespaceInfoPaths.java72 * @param thisSheet The current stylesheet
74 public WhitespaceInfoPaths(Stylesheet thisSheet) argument
76 super(thisSheet);
77 setStylesheet(thisSheet);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DWhiteSpaceInfo.java52 * @param thisSheet The current stylesheet
54 public WhiteSpaceInfo(Stylesheet thisSheet) argument
56 setStylesheet(thisSheet);
67 * @param thisSheet The current stylesheet
69 public WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet) argument
76 setStylesheet(thisSheet);

Completed in 80 milliseconds