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 class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
endElement
(String tagName) int
getDirectPolicy
(String name) int
listDNs()
void
produce
(DocumentHandler docHandler) void
startElement
(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:
startElement
in interfaceDocumentHandler
- Overrides:
startElement
in classHandlerBase
- Throws:
SAXException
-
endElement
- Specified by:
endElement
in interfaceDocumentHandler
- Overrides:
endElement
in classHandlerBase
- Throws:
SAXException
-