|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.util.ContentHandlerFactoryRegistry
public class ContentHandlerFactoryRegistry
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 | |
---|---|
ContentHandlerFactoryRegistry()
Default constructor. |
Method Summary | |
---|---|
void |
addContentHandlerFactory(ContentHandlerFactory factory)
Add an ContentHandlerFactory. |
void |
addContentHandlerFactory(java.lang.String classname)
Add an XML handler. |
ContentHandlerFactory |
getFactory(java.lang.String namespaceURI)
Retrieves a ContentHandlerFactory instance of a given namespace URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentHandlerFactoryRegistry()
Method Detail |
---|
public void addContentHandlerFactory(java.lang.String classname)
classname
- the fully qualified class namepublic void addContentHandlerFactory(ContentHandlerFactory factory)
factory
- the ContentHandlerFactory instancepublic ContentHandlerFactory getFactory(java.lang.String namespaceURI)
namespaceURI
- the namespace to be handled.
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |