org.exolab.castor.dsml
Class SearchDescriptor
java.lang.Object
org.xml.sax.HandlerBase
org.exolab.castor.dsml.SearchDescriptor
- All Implemented Interfaces:
- org.xml.sax.DocumentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, java.io.Serializable
- public class SearchDescriptor
- extends org.xml.sax.HandlerBase
- implements java.io.Serializable
- Version:
- $Revision: 5951 $ $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 java.lang.String getBaseDN()
setBaseDN
public void setBaseDN(java.lang.String baseDN)
getFilter
public java.lang.String getFilter()
setFilter
public void setFilter(java.lang.String filter)
getReturnAttrs
public java.lang.String[] getReturnAttrs()
listReturnAttrs
public java.util.Enumeration listReturnAttrs()
addReturnAttr
public void addReturnAttr(java.lang.String attrName)
produce
public void produce(org.xml.sax.DocumentHandler docHandler)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
startElement
public void startElement(java.lang.String tagName,
org.xml.sax.AttributeList attr)
throws org.xml.sax.SAXException
- Specified by:
startElement in interface org.xml.sax.DocumentHandler
- Throws:
org.xml.sax.SAXException
endElement
public void endElement(java.lang.String tagName)
throws org.xml.sax.SAXException
- Specified by:
endElement in interface org.xml.sax.DocumentHandler
- Throws:
org.xml.sax.SAXException
characters
public void characters(char[] ch,
int offset,
int length)
- Specified by:
characters in interface org.xml.sax.DocumentHandler
Copyright 2008 null. All Rights Reserved.