Package org.exolab.castor.dsml
Class ImportDescriptor
java.lang.Object
org.xml.sax.HandlerBase
org.exolab.castor.dsml.ImportDescriptor
- 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(package private) static classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidendElement(String tagName) intgetDirectPolicy(String name) intlistDNs()voidproduce(DocumentHandler docHandler) voidstartElement(String tagName, AttributeList attr) Methods inherited from class org.xml.sax.HandlerBase
characters, endDocument, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, unparsedEntityDecl, warning
-
Constructor Details
-
ImportDescriptor
public ImportDescriptor()
-
-
Method Details
-
listDNs
-
addPolicy
-
getDirectPolicy
-
getPolicy
-
produce
- Throws:
SAXException
-
startElement
- Specified by:
startElementin interfaceDocumentHandler- Overrides:
startElementin classHandlerBase- Throws:
SAXException
-
endElement
- Specified by:
endElementin interfaceDocumentHandler- Overrides:
endElementin classHandlerBase- Throws:
SAXException
-