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 classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddReturnAttr(String attrName) voidcharacters(char[] ch, int offset, int length) voidendElement(String tagName) String[]intgetScope()voidproduce(DocumentHandler docHandler) voidvoidvoidsetScope(int scope) voidstartElement(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:
startElementin interfaceDocumentHandler- Overrides:
startElementin classHandlerBase- Throws:
SAXException
-
endElement
- Specified by:
endElementin interfaceDocumentHandler- Overrides:
endElementin classHandlerBase- Throws:
SAXException
-
characters
public void characters(char[] ch, int offset, int length) - Specified by:
charactersin interfaceDocumentHandler- Overrides:
charactersin classHandlerBase
-