public abstract class Exporter
extends java.lang.Object
A subclass should only need to implement the abstract methods of this class to produce a fully functional exporter.
Modifier and Type | Method and Description |
---|---|
void |
export(Node node)
Exports the given node by preparing the export and calling the
abstract
exportNode(String, String, Node) method to give
control of the export format to a subclass. |
public void export(Node node) throws RepositoryException, org.xml.sax.SAXException
exportNode(String, String, Node)
method to give
control of the export format to a subclass.
This method should be called only once for an exporter instance.
node
- node to be exportedorg.xml.sax.SAXException
- if a SAX error occursRepositoryException
- if a repository error occurs"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"