Searched defs:getMatchedTemplate (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformState.java101 ElemTemplate getMatchedTemplate(); method in interface:TransformState
105 * the template obtained via getMatchedTemplate().
108 * the template obtained via getMatchedTemplate().
H A DXalanTransformState.java66 m_matchedTemplate = m_transformer.getMatchedTemplate();
108 * @see org.apache.xalan.transformer.TransformState#getMatchedTemplate()
110 public ElemTemplate getMatchedTemplate() { method in class:XalanTransformState
114 return m_transformer.getMatchedTemplate();
H A DTransformerImpl.java2523 public ElemTemplate getMatchedTemplate() method in class:TransformerImpl
2530 * the template obtained via getMatchedTemplate().

Completed in 146 milliseconds