org.exolab.castor.dsml
Class SearchDescriptor
java.lang.Object
org.xml.sax.HandlerBase
org.exolab.castor.dsml.SearchDescriptor
- All Implemented Interfaces:
- Serializable, DocumentHandler, DTDHandler, EntityResolver, ErrorHandler
public class SearchDescriptor
- extends HandlerBase
- implements Serializable
- Version:
- $Revision: 8145 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Assaf Arkin
- See Also:
- Serialized Form
| Methods inherited from class org.xml.sax.HandlerBase |
endDocument, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchDescriptor
public SearchDescriptor()
getScope
public int getScope()
setScope
public void setScope(int scope)
getBaseDN
public String getBaseDN()
setBaseDN
public void setBaseDN(String baseDN)
getFilter
public String getFilter()
setFilter
public void setFilter(String filter)
getReturnAttrs
public String[] getReturnAttrs()
listReturnAttrs
public Enumeration listReturnAttrs()
addReturnAttr
public void addReturnAttr(String attrName)
produce
public void produce(DocumentHandler docHandler)
throws SAXException
- Throws:
SAXException
startElement
public void startElement(String tagName,
AttributeList attr)
throws SAXException
- Specified by:
startElement in interface DocumentHandler- Overrides:
startElement in class HandlerBase
- Throws:
SAXException
endElement
public void endElement(String tagName)
throws SAXException
- Specified by:
endElement in interface DocumentHandler- Overrides:
endElement in class HandlerBase
- Throws:
SAXException
characters
public void characters(char[] ch,
int offset,
int length)
- Specified by:
characters in interface DocumentHandler- Overrides:
characters in class HandlerBase
Copyright © 2013. All Rights Reserved.