Uses of Class
org.apache.any23.extractor.rdfa.XSLTStylesheetException
-
Packages that use XSLTStylesheetException Package Description org.apache.any23.extractor.rdfa This package contains the definition of a specificExtractor
for RDFa. -
-
Uses of XSLTStylesheetException in org.apache.any23.extractor.rdfa
Methods in org.apache.any23.extractor.rdfa that throw XSLTStylesheetException Modifier and Type Method Description void
XSLTStylesheet. applyTo(Document document, Writer output)
Applies the XSLT transformationvoid
XSLTStylesheet. applyTo(Document document, Writer output, Map<String,String> parameters)
Applies the XSLT transformation
-