Package org.exolab.castor.dsml.mozilla
Class MozillaProducer
- java.lang.Object
-
- org.exolab.castor.dsml.Producer
-
- org.exolab.castor.dsml.mozilla.MozillaProducer
-
public class MozillaProducer extends Producer
- Version:
- $Revision: 8145 $ $Date: 2005-08-05 13:58:36 -0600 (Fri, 05 Aug 2005) $
- Author:
- Assaf Arkin
-
-
Field Summary
-
Fields inherited from class org.exolab.castor.dsml.Producer
_docHandler
-
-
Constructor Summary
Constructors Constructor Description MozillaProducer(org.xml.sax.DocumentHandler docHandler, boolean namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
produce(LDAPAttributeSchema schema)
void
produce(LDAPEntry entry)
void
produce(LDAPObjectClassSchema schema)
void
produce(LDAPSchema schema)
void
produce(LDAPSearchResults entries)
-
Methods inherited from class org.exolab.castor.dsml.Producer
endDocument, enterDirectory, enterSchema, leaveDirectory, leaveSchema, prefix, startDocument
-
-
-
-
Method Detail
-
produce
public void produce(LDAPEntry entry) throws org.xml.sax.SAXException
-
produce
public void produce(LDAPSearchResults entries) throws org.xml.sax.SAXException
-
produce
public void produce(LDAPSchema schema) throws org.xml.sax.SAXException
-
produce
public void produce(LDAPObjectClassSchema schema) throws org.xml.sax.SAXException
-
-