|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.XMLHandlerRegistry
public class XMLHandlerRegistry
This class holds references to various XML handlers used by FOP. It also supports automatic discovery of additional XML handlers available through the class path.
Constructor Summary | |
---|---|
XMLHandlerRegistry()
Default constructor. |
Method Summary | |
---|---|
void |
addXMLHandler(java.lang.String classname)
Add an XML handler. |
void |
addXMLHandler(XMLHandler handler)
Add an XML handler. |
XMLHandler |
getXMLHandler(Renderer renderer,
java.lang.String ns)
Returns an XMLHandler which handles an XML dialect of the given namespace and for a specified output format defined by its MIME type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLHandlerRegistry()
Method Detail |
---|
public void addXMLHandler(java.lang.String classname)
classname
- the fully qualified class namepublic void addXMLHandler(XMLHandler handler)
handler
- the XMLHandler instancepublic XMLHandler getXMLHandler(Renderer renderer, java.lang.String ns)
renderer
- the Renderer for which to retrieve a Rendererns
- the XML namespace associated with the XML to be rendered
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |