Package 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
- Version:
- $Revision: 8145 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Assaf Arkin
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addReturnAttr
(String attrName) void
characters
(char[] ch, int offset, int length) void
endElement
(String tagName) String[]
int
getScope()
void
produce
(DocumentHandler docHandler) void
void
void
setScope
(int scope) void
startElement
(String tagName, AttributeList attr) Methods inherited from class org.xml.sax.HandlerBase
endDocument, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, unparsedEntityDecl, warning
-
Constructor Details
-
SearchDescriptor
public SearchDescriptor()
-
-
Method Details
-
getScope
public int getScope() -
setScope
public void setScope(int scope) -
getBaseDN
-
setBaseDN
-
getFilter
-
setFilter
-
getReturnAttrs
-
listReturnAttrs
-
addReturnAttr
-
produce
- Throws:
SAXException
-
startElement
- Specified by:
startElement
in interfaceDocumentHandler
- Overrides:
startElement
in classHandlerBase
- Throws:
SAXException
-
endElement
- Specified by:
endElement
in interfaceDocumentHandler
- Overrides:
endElement
in classHandlerBase
- Throws:
SAXException
-
characters
public void characters(char[] ch, int offset, int length) - Specified by:
characters
in interfaceDocumentHandler
- Overrides:
characters
in classHandlerBase
-