|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.marc4j.marcxml.Converter
Converter
can be used to apply a conversion
or transformation from a source, populating a result.
Transformer
Constructor Summary | |
Converter()
Default constructor |
Method Summary | |
void |
clearCache()
Clears the Templates cache. |
void |
convert(Source source,
Result result)
Converts a Source into a Result . |
void |
convert(Source stylesheet,
Source source,
Result result)
Converts and transforms or transforms and converts a Source
into a Result . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Converter()
Method Detail |
public void convert(Source source, Result result) throws TransformerException, SAXException, IOException
Converts a Source
into a Result
.
source
- the Source
objectresult
- the Result
object
TransformerException
SAXException
IOException
public void convert(Source stylesheet, Source source, Result result) throws TransformerException, SAXException, IOException
Converts and transforms or transforms and converts a Source
into a Result
.
stylesheet
- the stylesheet Source
objectsource
- the Source
objectresult
- the Result
object
TransformerException
SAXException
IOException
public void clearCache()
Clears the Templates
cache.
Templates
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |