JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
addResolver(URIResolver)
- Method in
StackingResolver
Adds a Resolver to tee stack
B
BasePathResolver
- Class in
de.unigoettingen.sub.be.ous.print.util.resolver
This resolver can be van take a base path and resolve relative URIs against it.
BasePathResolver(URL)
- Constructor in
BasePathResolver
Contructs a BasePathResolver for the given URL
C
clazz
- Field in
XSLTIncludeClasspathURIResolver
The caller Class (used to get the ClassLaoder)
D
docAsFile(Document)
- Method in
Util
Returns a temporary
File
for a given
Document
.
docAsString(Document)
- Method in
Util
Returns a String representation of a
Document
.
E
error(TransformerException)
- Method in
LogErrorListener
@see ErrorListener#error(TransformerException)
F
fatalError(TransformerException)
- Method in
LogErrorListener
@see ErrorListener#fatalError(TransformerException)
G
getDocumentBuilder()
- Method in
Util
Gets a
DocumentBuilder
@returns a
DocumentBuilder
instance
getDocumentFromNode(Node)
- Method in
Util
Transforms a {@Link org.w3c.dom.Node Node} into it's own
Document
getElementFromNode(Node)
- Method in
Util
Transforms a {@Link org.w3c.dom.Node Node} into it's own
element
getPaperSizes(PrintService)
- Method in
PrinterUtil
Gets a list of supported papersizes for a given PrintService
getPrinter(String)
- Method in
PrinterUtil
Gets a
PrintService
by name
getPrinterNames()
- Method in
PrinterUtil
Gets a list of names of available PrintServices for this system @returns a list of printers
getPrinters()
- Method in
PrinterUtil
Gets a list of available PrintServices for this system @returns a list of
PrintService
getRootElementName(URL)
- Method in
Util
Returns the name of the root element of the provided document
getRootNamespace(Document)
- Method in
Util
Returns the namespace of the root element of the given
Document
#+ Make sure that the parser being used is namespace aware.
H
I
J
K
L
loadDocument(InputStream)
- Method in
Util
Loads a DOM
Document
from an
InputStream
LogErrorListener
- Class in
de.unigoettingen.sub.be.ous.print.util
This Helper class is used to redirect output of an XSLT Proccesor to the logger
M
N
O
P
PrinterUtil
- Class in
de.unigoettingen.sub.be.ous.print.util
Helper class for printers, static methods to find priners by name and getting information about surported paper formats
Q
R
resolve(String, String)
- Method in
BasePathResolver
@see URIResolver#resolve(String, String)
resolve(String, String)
- Method in
StackingResolver
@see URIResolver#resolve(String, String)
resolve(String, String)
- Method in
XSLTIncludeClasspathURIResolver
@see URIResolver#resolve(String, String)
resolve(String, String)
- Method in
ZipFileResolver
@see URIResolver#resolve(String, String)
S
sourceToString(Source)
- Method in
Util
Returns a given Source as String (depending on implementation) May even return null if the source is not supported Supported are SAXSource, DOMSource and StreamSource
StackingResolver
- Class in
de.unigoettingen.sub.be.ous.print.util.resolver
A stacking resolver, wich acts as a meta resolver for a list of given resolvers.
StackingResolver(List
)
- Constructor in
StackingResolver
Build a stacking resolver from a List of resolvers
stylesheet
- Field in
XSLTIncludeClasspathURIResolver
The URL of the styleshhet to resolve against
T
U
uRL2RelPath(URL)
- Method in
Util
Convert a given URL into a Strig representation of a relative path
Util
- Class in
de.unigoettingen.sub.be.ous.print.util
This class contains some static utility methods for DOM handling (like read and write) and for validation.
V
W
warning(TransformerException)
- Method in
LogErrorListener
@see ErrorListener#warning(TransformerException)
writeDocument(Document, URL)
- Method in
Util
Writes a DOM
Document
to the given
URL
.
X
xmlURLAsFile(URL)
- Method in
Util
Returns a temporary
File
for a given
URL
.
XSLTIncludeClasspathURIResolver
- Class in
de.unigoettingen.sub.be.ous.print.util.resolver
Internal class to resolve includes using class path, inspired by http://stackoverflow.com/a/12453881
XSLTIncludeClasspathURIResolver(Class>)
- Constructor in
XSLTIncludeClasspathURIResolver
Using this contructor, just look into the class path of the caller to get resources in Jar files and on class path
Y
Z
zipFile
- Field in
ZipFileResolver
the zip file to search in.
zipFileObject
- Field in
ZipFileResolver
The FileObject of the given file
ZipFileResolver
- Class in
de.unigoettingen.sub.be.ous.print.util.resolver
A resolver to get the contents of a zip file, used to transform contents of ODF files.
ZipFileResolver(URL)
- Constructor in
ZipFileResolver
Constructor which takes a zip file to resolve files from
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Groovy Documentation