|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectse.unlogic.standardutils.xsl.XSLUtils
public class XSLUtils
| Constructor Summary | |
|---|---|
XSLUtils()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.String> |
getDeclaredVariables(java.io.File file)
Scans XSL documents for declared XSL variables such as <xsl:variable name="myvariable"/ |
static java.util.Set<java.lang.String> |
getVariableReferenses(java.io.File file)
Scans XSL documents for references to XSL variables such as <xsl:value-of select="$foo"/ and <a href="{$foo}"/>. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSLUtils()
| Method Detail |
|---|
public static java.util.Set<java.lang.String> getVariableReferenses(java.io.File file)
throws org.xml.sax.SAXException,
java.io.IOException,
javax.xml.parsers.ParserConfigurationException
file - Input XSL file
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
public static java.util.List<java.lang.String> getDeclaredVariables(java.io.File file)
throws org.xml.sax.SAXException,
java.io.IOException,
javax.xml.parsers.ParserConfigurationException
file - Input XSL file
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||