|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ozoneDB.core.xml.OzoneObjAttsFactory
Class for setting additional attributes in the obj-Tag, if the obj is an OzoneObject.
Field Summary | |
static java.lang.String |
ATTR_OBJID
|
static java.lang.String |
ATTR_OBJNAME
|
Constructor Summary | |
OzoneObjAttsFactory()
|
Method Summary | |
org.xml.sax.Attributes |
additionallyAtts(java.lang.Object obj)
Method that returns additional attributes, if the Object is an OzoneObject. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ATTR_OBJNAME
public static final java.lang.String ATTR_OBJID
Constructor Detail |
public OzoneObjAttsFactory()
Method Detail |
public org.xml.sax.Attributes additionallyAtts(java.lang.Object obj)
additionallyAtts
in interface ObjAttsFactory
obj
- (the Object)
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |