|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.util.DOMBuilderContentHandlerFactory
ContentHandlerFactory which constructs ContentHandlers that build DOM Documents.
Nested Class Summary |
Nested classes inherited from class org.apache.fop.util.ContentHandlerFactory |
ContentHandlerFactory.ObjectBuiltListener, ContentHandlerFactory.ObjectSource |
Constructor Summary | |
DOMBuilderContentHandlerFactory(java.lang.String namespaceURI,
org.w3c.dom.DOMImplementation domImplementation)
Main Constructor |
Method Summary | |
org.xml.sax.ContentHandler |
createContentHandler()
|
java.lang.String[] |
getSupportedNamespaces()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMBuilderContentHandlerFactory(java.lang.String namespaceURI, org.w3c.dom.DOMImplementation domImplementation)
namespaceURI
- the main namespace URI for the DOM to be parseddomImplementation
- the DOMImplementation to use for build the DOMMethod Detail |
public java.lang.String[] getSupportedNamespaces()
getSupportedNamespaces
in interface ContentHandlerFactory
ContentHandlerFactory.getSupportedNamespaces()
public org.xml.sax.ContentHandler createContentHandler() throws org.xml.sax.SAXException
createContentHandler
in interface ContentHandlerFactory
org.xml.sax.SAXException
- if there's an error while preparing the ContentHandlerContentHandlerFactory.createContentHandler()
|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |