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
SAXException
public void endDocument() throws SAXException
SAXException
public void produce(ImportDescriptor importDesc) throws SAXException
SAXException
public void produce(SearchDescriptor searchDesc) throws SAXException
SAXException
protected void enterDirectory() throws SAXException
SAXException
protected void leaveDirectory() throws SAXException
SAXException
protected void enterSchema() throws SAXException
SAXException
protected void leaveSchema() throws SAXException
SAXException
Copyright © 2019. All rights reserved.