Skip navigation links
A B C D E F G H I N P R S T X 

A

AbstractCompiler - Class in top.marchand.xml.maven.plugin.xsl
Ancestor class with all required code to compile a XSL
AbstractCompiler() - Constructor for class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
 
addJarToClassLoader(URL, URLClassLoader) - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
 

B

builder - Variable in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
 

C

catalog - Variable in class top.marchand.xml.maven.plugin.xsl.XslCompilerMojo
The catalog file to use when compiling XSL.
compileFile(Source, File) - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
Compiles a sourceFile to a targetFile.
compileModule(XdmNode, File) - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
Compiles a standard XSL module.
compilePackage(XdmNode, File) - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
Compiles a package, and adds to to the compiler.
compiler - Variable in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
 

D

DirectoryScanner - Class in top.marchand.xml.maven.plugin.xsl.scandir
A class to scan a directory and find files that match a FileSet
DirectoryScanner(File, Log) - Constructor for class top.marchand.xml.maven.plugin.xsl.scandir.DirectoryScanner
Constructs a DirectoryScanner on baseDir, with default includes and default excludes.
DirectoryScanner(FileSet, File, Log) - Constructor for class top.marchand.xml.maven.plugin.xsl.scandir.DirectoryScanner
Constructs a DirectoryScanner for the specified FileSet

E

ERROR_MESSAGE - Static variable in class top.marchand.xml.maven.plugin.xsl.XslCompilerMojo
 
execute() - Method in class top.marchand.xml.maven.plugin.xsl.HelpMojo
execute() - Method in class top.marchand.xml.maven.plugin.xsl.XslCompilerMojo
 

F

fileAccepted(Path) - Method in interface top.marchand.xml.maven.plugin.xsl.scandir.ScanListener
Called when a path is accepted
fileRejected(Path) - Method in interface top.marchand.xml.maven.plugin.xsl.scandir.ScanListener
Call when a path is rejected
FileSet - Class in top.marchand.xml.maven.plugin.xsl
A FileSet entry.
FileSet() - Constructor for class top.marchand.xml.maven.plugin.xsl.FileSet
Constructs a new FileSet, with no base dir, with default includes and excludes
FileSet(String) - Constructor for class top.marchand.xml.maven.plugin.xsl.FileSet
Constructs a new FileSet, with default includes and excludes, based on dir.

G

getBaseDir() - Method in class top.marchand.xml.maven.plugin.xsl.scandir.DirectoryScanner
Return the directory where scan happens in
getBuilder() - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
Because we may need a DocumentBuilder elsewhere !
getCatalogFile() - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
The catalog file to use.
getCatalogFile() - Method in class top.marchand.xml.maven.plugin.xsl.XslCompilerMojo
 
getCompiler() - Method in class top.marchand.xml.maven.plugin.xsl.PostCompiler
 
getDefaultExcludes() - Static method in class top.marchand.xml.maven.plugin.xsl.FileSet
 
getDefaultExcludes() - Method in class top.marchand.xml.maven.plugin.xsl.scandir.DirectoryScanner
Returns default excludes to use.
getDefaultIncludes() - Static method in class top.marchand.xml.maven.plugin.xsl.FileSet
 
getDefaultIncludes() - Method in class top.marchand.xml.maven.plugin.xsl.scandir.DirectoryScanner
Returns default includes to use Present to be overwritten.
getDir() - Method in class top.marchand.xml.maven.plugin.xsl.FileSet
 
getDir() - Method in class top.marchand.xml.maven.plugin.xsl.Source
 
getEntityResolver() - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
Returns the EntityResolver to use
getExcludes() - Method in class top.marchand.xml.maven.plugin.xsl.FileSet
 
getFeature(String) - Method in class top.marchand.xml.maven.plugin.xsl.parsers.XcSAXParserFactory
 
getFiles(File, Log) - Method in class top.marchand.xml.maven.plugin.xsl.FileSet
Returns the files that match this FileSet
getFiles(File, Log, ScanListener) - Method in class top.marchand.xml.maven.plugin.xsl.FileSet
Returns the files that match this FileSet
getFilespecs() - Method in class top.marchand.xml.maven.plugin.xsl.Source
 
getGraphBuilder() - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
 
getGraphBuilder() - Method in class top.marchand.xml.maven.plugin.xsl.XslCompilerMojo
 
getIncludes() - Method in class top.marchand.xml.maven.plugin.xsl.FileSet
 
getProcessor() - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
Returns the Processor the plugin uses.
getProject() - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
 
getProject() - Method in class top.marchand.xml.maven.plugin.xsl.XslCompilerMojo
 
getSaxonOptions() - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
Returns the SaxonOptions associated to this plugin
getSaxonOptions() - Method in class top.marchand.xml.maven.plugin.xsl.XslCompilerMojo
 
getSources() - Method in class top.marchand.xml.maven.plugin.xsl.PostCompiler
 
getUri() - Method in class top.marchand.xml.maven.plugin.xsl.FileSet
 
getUriPath() - Method in class top.marchand.xml.maven.plugin.xsl.FileSet
 
getUriResolver() - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
Because we may need a URIResolver elsewhere
getXsltCompiler() - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
Because we may need a compiler elsewhere

H

HelpMojo - Class in top.marchand.xml.maven.plugin.xsl
Display help information on xslcompiler-maven-plugin.
HelpMojo() - Constructor for class top.marchand.xml.maven.plugin.xsl.HelpMojo
 

I

initSaxon() - Method in class top.marchand.xml.maven.plugin.xsl.AbstractCompiler
Initialize Saxon configuration
isRecurse() - Method in class top.marchand.xml.maven.plugin.xsl.Source
 

N

newSAXParser() - Method in class top.marchand.xml.maven.plugin.xsl.parsers.XcSAXParserFactory
 

P

PostCompiler - Class in top.marchand.xml.maven.plugin.xsl
 
PostCompiler() - Constructor for class top.marchand.xml.maven.plugin.xsl.PostCompiler
 
prepareFilters() - Method in class top.marchand.xml.maven.plugin.xsl.scandir.DirectoryScanner
Initialize working attributes.

R

resetIncludeExcludes() - Method in class top.marchand.xml.maven.plugin.xsl.FileSet
 

S

scan() - Method in class top.marchand.xml.maven.plugin.xsl.scandir.DirectoryScanner
Returns a list of pathes relative to fileset's basedir
scan(File) - Method in class top.marchand.xml.maven.plugin.xsl.scandir.DirectoryScanner
 
ScanListener - Interface in top.marchand.xml.maven.plugin.xsl.scandir
This is notified of various scan events
scanning(File) - Method in interface top.marchand.xml.maven.plugin.xsl.scandir.ScanListener
Call when dir is being scanned
setCompiler(File) - Method in class top.marchand.xml.maven.plugin.xsl.PostCompiler
 
setDir(String) - Method in class top.marchand.xml.maven.plugin.xsl.FileSet
 
setDir(File) - Method in class top.marchand.xml.maven.plugin.xsl.Source
 
setFeature(String, boolean) - Method in class top.marchand.xml.maven.plugin.xsl.parsers.XcSAXParserFactory
 
setFilespecs(String[]) - Method in class top.marchand.xml.maven.plugin.xsl.Source
 
setRecurse(boolean) - Method in class top.marchand.xml.maven.plugin.xsl.Source
 
setScanListener(ScanListener) - Method in class top.marchand.xml.maven.plugin.xsl.scandir.DirectoryScanner
Sets the ScanListener to use
setSources(File[]) - Method in class top.marchand.xml.maven.plugin.xsl.PostCompiler
 
setUri(String) - Method in class top.marchand.xml.maven.plugin.xsl.FileSet
 
Source - Class in top.marchand.xml.maven.plugin.xsl
 
Source() - Constructor for class top.marchand.xml.maven.plugin.xsl.Source
 

T

top.marchand.xml.maven.plugin.xsl - package top.marchand.xml.maven.plugin.xsl
 
top.marchand.xml.maven.plugin.xsl.parsers - package top.marchand.xml.maven.plugin.xsl.parsers
 
top.marchand.xml.maven.plugin.xsl.scandir - package top.marchand.xml.maven.plugin.xsl.scandir
 
toString() - Method in class top.marchand.xml.maven.plugin.xsl.FileSet
 

X

XcSAXParserFactory - Class in top.marchand.xml.maven.plugin.xsl.parsers
 
XcSAXParserFactory() - Constructor for class top.marchand.xml.maven.plugin.xsl.parsers.XcSAXParserFactory
 
XslCompilerMojo - Class in top.marchand.xml.maven.plugin.xsl
The Mojo
XslCompilerMojo() - Constructor for class top.marchand.xml.maven.plugin.xsl.XslCompilerMojo
 
A B C D E F G H I N P R S T X 
Skip navigation links

Copyright © 2017–2018. All rights reserved.