public abstract class Producer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DocumentHandler |
_docHandler |
| Constructor and Description |
|---|
Producer(DocumentHandler docHandler,
boolean namespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument() |
protected void |
enterDirectory() |
protected void |
enterSchema() |
protected void |
leaveDirectory() |
protected void |
leaveSchema() |
protected String |
prefix(String tagName) |
void |
produce(ImportDescriptor importDesc) |
void |
produce(SearchDescriptor searchDesc) |
void |
startDocument() |
protected DocumentHandler _docHandler
public Producer(DocumentHandler docHandler, boolean namespace)
public void startDocument()
throws SAXException
SAXExceptionpublic void endDocument()
throws SAXException
SAXExceptionpublic void produce(ImportDescriptor importDesc) throws SAXException
SAXExceptionpublic void produce(SearchDescriptor searchDesc) throws SAXException
SAXExceptionprotected void enterDirectory()
throws SAXException
SAXExceptionprotected void leaveDirectory()
throws SAXException
SAXExceptionprotected void enterSchema()
throws SAXException
SAXExceptionprotected void leaveSchema()
throws SAXException
SAXExceptionCopyright © 2016. All rights reserved.