ozone core API

org.ozoneDB.core.xml
Class OzoneObjAttsFactory

java.lang.Object
  extended byorg.ozoneDB.core.xml.OzoneObjAttsFactory
All Implemented Interfaces:
ObjAttsFactory

class OzoneObjAttsFactory
extends java.lang.Object
implements ObjAttsFactory

Class for setting additional attributes in the obj-Tag, if the obj is an OzoneObject.

Version:
$Revision: 1.2 $
Author:
SMB

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

ATTR_OBJNAME

public static final java.lang.String ATTR_OBJNAME
See Also:
Constant Field Values

ATTR_OBJID

public static final java.lang.String ATTR_OBJID
See Also:
Constant Field Values
Constructor Detail

OzoneObjAttsFactory

public OzoneObjAttsFactory()
Method Detail

additionallyAtts

public org.xml.sax.Attributes additionallyAtts(java.lang.Object obj)
Method that returns additional attributes, if the Object is an OzoneObject.

Specified by:
additionallyAtts in interface ObjAttsFactory
Parameters:
obj - (the Object)
Returns:
Attributes (the additionally attributes)

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.