Home
last modified time | relevance | path

Searched refs:xsltInfo (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncSystemProperty.java66 Properties xsltInfo = new Properties(); in execute() local
68 loadPropertyFile(XSLT_PROPERTIES, xsltInfo); in execute()
83 result = xsltInfo.getProperty(propName); in execute()