public interface JDOHandler
| Modifier and Type | Method and Description |
|---|---|
void |
end_array()
A container element end event handling method.
|
void |
end_class()
A container element end event handling method.
|
void |
end_collection()
A container element end event handling method.
|
void |
end_extension()
A container element end event handling method.
|
void |
end_field()
A container element end event handling method.
|
void |
end_jdo()
A container element end event handling method.
|
void |
end_map()
A container element end event handling method.
|
void |
end_package()
A container element end event handling method.
|
java.util.Collection |
handledJDOClasses() |
void |
start_array(org.xml.sax.Attributes meta)
A container element start event handling method.
|
void |
start_class(org.xml.sax.Attributes meta)
A container element start event handling method.
|
void |
start_collection(org.xml.sax.Attributes meta)
A container element start event handling method.
|
void |
start_extension(org.xml.sax.Attributes meta)
A container element start event handling method.
|
void |
start_field(org.xml.sax.Attributes meta)
A container element start event handling method.
|
void |
start_jdo(org.xml.sax.Attributes meta)
A container element start event handling method.
|
void |
start_map(org.xml.sax.Attributes meta)
A container element start event handling method.
|
void |
start_package(org.xml.sax.Attributes meta)
A container element start event handling method.
|
void start_jdo(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributesorg.xml.sax.SAXExceptionvoid end_jdo()
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid start_package(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributesorg.xml.sax.SAXExceptionvoid end_package()
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid start_class(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributesorg.xml.sax.SAXExceptionvoid end_class()
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid start_field(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributesorg.xml.sax.SAXExceptionvoid end_field()
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid start_collection(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributesorg.xml.sax.SAXExceptionvoid end_collection()
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid start_array(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributesorg.xml.sax.SAXExceptionvoid end_array()
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid start_map(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributesorg.xml.sax.SAXExceptionvoid end_map()
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid start_extension(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributesorg.xml.sax.SAXExceptionvoid end_extension()
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionjava.util.Collection handledJDOClasses()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.