|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDOHandler
Method Summary | |
---|---|
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. |
Method Detail |
---|
void start_jdo(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_jdo() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_package(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_package() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_class(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_class() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_field(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_field() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_collection(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_collection() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_array(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_array() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_map(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_map() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_extension(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_extension() throws org.xml.sax.SAXException
org.xml.sax.SAXException
java.util.Collection handledJDOClasses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |