|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.apps.AbstractFontReader
public abstract class AbstractFontReader
Abstract base class for the PFM and TTF Reader command-line applications.
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
Logger instance |
Constructor Summary | |
---|---|
protected |
AbstractFontReader()
Main constructor. |
Method Summary | |
---|---|
protected static void |
determineLogLevel(java.util.Map options)
Determines the log level based of the options from the command-line. |
protected static java.lang.String[] |
parseArguments(java.util.Map options,
java.lang.String[] args)
Parse commandline arguments. |
protected static void |
setLogLevel(java.lang.String level)
Sets the logging level. |
void |
writeFontXML(org.w3c.dom.Document doc,
java.io.File target)
Writes the generated DOM Document to a file. |
void |
writeFontXML(org.w3c.dom.Document doc,
java.lang.String target)
Writes the generated DOM Document to a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
protected AbstractFontReader()
Method Detail |
---|
protected static java.lang.String[] parseArguments(java.util.Map options, java.lang.String[] args)
options
- Map that will receive optionsargs
- the command-line arguments
protected static void setLogLevel(java.lang.String level)
level
- the logging level ("debug", "info", "error" etc., see Jakarta Commons Logging)protected static void determineLogLevel(java.util.Map options)
options
- the command-line optionspublic void writeFontXML(org.w3c.dom.Document doc, java.lang.String target) throws javax.xml.transform.TransformerException
doc
- The DOM Document to save.target
- The target filename for the XML file.
javax.xml.transform.TransformerException
- if an error occurs during serializationpublic void writeFontXML(org.w3c.dom.Document doc, java.io.File target) throws javax.xml.transform.TransformerException
doc
- The DOM Document to save.target
- The target file for the XML file.
javax.xml.transform.TransformerException
- if an error occurs during serialization
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |