/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
H A D | ElemTemplateElement.java | 191 public void compose(StylesheetRoot sroot) throws TransformerException in compose() 206 public void endCompose(StylesheetRoot sroot) throws TransformerException in endCompose() 1537 StylesheetRoot sroot = this.getStylesheetRoot(); in shouldStripWhiteSpace() local 1549 StylesheetRoot sroot = this.getStylesheetRoot(); in canStripWhiteSpace() local
|
H A D | ElemCallTemplate.java | 113 public void compose(StylesheetRoot sroot) throws TransformerException in compose() 171 public void endCompose(StylesheetRoot sroot) throws TransformerException in endCompose()
|
H A D | ElemApplyTemplates.java | 126 public void compose(StylesheetRoot sroot) throws TransformerException in compose() 225 final StylesheetRoot sroot = transformer.getStylesheet(); in transformSelectedNodes() local
|
H A D | ElemTemplate.java | 345 public void compose(StylesheetRoot sroot) throws TransformerException in compose() 360 public void endCompose(StylesheetRoot sroot) throws TransformerException in endCompose()
|
H A D | ElemForEach.java | 129 public void compose(StylesheetRoot sroot) throws TransformerException in compose() 156 public void endCompose(StylesheetRoot sroot) throws TransformerException in endCompose()
|
H A D | ElemVariable.java | 326 public void compose(StylesheetRoot sroot) throws TransformerException in compose() 369 public void endCompose(StylesheetRoot sroot) throws TransformerException in endCompose()
|
H A D | ElemWhen.java | 90 public void compose(StylesheetRoot sroot) in compose()
|
H A D | ElemParam.java | 91 public void compose(StylesheetRoot sroot) throws TransformerException in compose()
|
H A D | ElemIf.java | 84 public void compose(StylesheetRoot sroot) throws TransformerException in compose()
|
H A D | ElemPI.java | 83 public void compose(StylesheetRoot sroot) throws TransformerException in compose()
|
H A D | ElemExsltFunction.java | 124 public void compose(StylesheetRoot sroot) throws TransformerException in compose()
|
H A D | KeyDeclaration.java | 177 public void compose(StylesheetRoot sroot) in compose()
|
H A D | ElemValueOf.java | 175 public void compose(StylesheetRoot sroot) throws TransformerException in compose()
|
H A D | ElemCopyOf.java | 84 public void compose(StylesheetRoot sroot) throws TransformerException in compose()
|
H A D | ElemSort.java | 332 public void compose(StylesheetRoot sroot) in compose()
|
H A D | ElemWithParam.java | 149 public void compose(StylesheetRoot sroot) throws TransformerException in compose()
|
H A D | ElemExtensionCall.java | 91 public void compose(StylesheetRoot sroot) throws TransformerException in compose()
|
H A D | ElemElement.java | 128 public void compose(StylesheetRoot sroot) throws TransformerException in compose()
|
H A D | ElemExtensionDecl.java | 199 public void compose(StylesheetRoot sroot) throws TransformerException in compose()
|
H A D | OutputProperties.java | 552 public void compose(StylesheetRoot sroot) throws TransformerException in compose()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
H A D | ExpressionVisitor.java | 49 public ExpressionVisitor (StylesheetRoot sroot) in ExpressionVisitor()
|
H A D | ExtensionsTable.java | 57 public ExtensionsTable(StylesheetRoot sroot) in ExtensionsTable()
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
H A D | FilePreferencesImplTest.java | 31 private Preferences sroot; field in FilePreferencesImplTest
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/prefs/ |
H A D | OldFilePreferencesImplTest.java | 47 Preferences sroot = Preferences.systemRoot().node("test"); in testSystemChildNodes() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
H A D | TransformerImpl.java | 379 void setExtensionsTable(StylesheetRoot sroot) in setExtensionsTable() 1389 StylesheetRoot sroot = m_stylesheetRoot; in setParameter() local
|