|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
java.lang.String |
CIMClassToXml(CIMClass obj)
Returns an XML representation of this CIM class. |
java.lang.String |
CIMClassToXml(CIMClass obj,
boolean showImplied)
Returns an XML representation of this CIM class. |
java.lang.String |
CIMClassToXml(CIMClass obj,
boolean includeQualifiers,
boolean includeClassOrigin,
java.lang.String[] propertyList,
boolean showImplied)
Returns an XML representation of this CIM class. |
java.lang.String |
CIMFlavorToXml(CIMFlavor obj)
Returns an XML representation of this CIM flavor. |
java.lang.String |
CIMFlavorToXml(CIMFlavor obj,
boolean showImplied)
Returns an XML representation of this CIM flavor. |
java.lang.String |
CIMInstanceToXml(CIMInstance obj)
Returns an XML representation of this CIM instance. |
java.lang.String |
CIMInstanceToXml(CIMInstance obj,
boolean showImplied)
Returns an XML representation of this CIM instance. |
java.lang.String |
CIMInstanceToXml(CIMInstance obj,
boolean includeQualifiers,
boolean includeClassOrigin,
java.lang.String[] propertyList,
boolean showImplied)
Returns an XML representation of this CIM instance. |
java.lang.String |
CIMMethodToXml(CIMMethod obj)
Returns an XML representation of this CIM method. |
java.lang.String |
CIMMethodToXml(CIMMethod obj,
boolean showImplied)
Returns an XML representation of this CIM method. |
java.lang.String |
CIMNameSpaceToXml(CIMNameSpace obj)
Returns an XML representation of this CIM namespace. |
java.lang.String |
CIMNameSpaceToXml(CIMNameSpace obj,
boolean showImplied)
Returns an XML representation of this CIM namespace. |
java.lang.String |
CIMObjectPathToXml(CIMObjectPath obj)
Returns an XML representation of this CIM object path. |
java.lang.String |
CIMObjectPathToXml(CIMObjectPath obj,
boolean showImplied)
Returns an XML representation of this CIM object path. |
java.lang.String |
CIMParameterToXml(CIMParameter obj)
Returns an XML representation of this CIM parameter. |
java.lang.String |
CIMParameterToXml(CIMParameter obj,
boolean showImplied)
Returns an XML representation of this CIM parameter. |
java.lang.String |
CIMPropertyToXml(CIMProperty obj)
Returns an XML representation of this CIM property. |
java.lang.String |
CIMPropertyToXml(CIMProperty obj,
boolean showImplied)
Returns an XML representation of this CIM property. |
java.lang.String |
CIMQualifierToXml(CIMQualifier obj)
Returns an XML representation of this CIM qualifier. |
java.lang.String |
CIMQualifierToXml(CIMQualifier obj,
boolean showImplied)
Returns an XML representation of this CIM qualifier. |
java.lang.String |
CIMQualifierTypeToXml(CIMQualifierType obj)
Returns an XML representation of this CIM qualifier type. |
java.lang.String |
CIMQualifierTypeToXml(CIMQualifierType obj,
boolean showImplied)
Returns an XML representation of this CIM qualifier type. |
java.lang.String |
CIMValueToXml(CIMValue obj)
Returns an XML representation of this CIM value. |
java.lang.String |
CIMValueToXml(CIMValue obj,
boolean showImplied)
Returns an XML representation of this CIM value. |
CIMClass |
getCIMClass(org.w3c.dom.Node node)
Construct a Java object representing a CIM Class from the specified DOM element node. |
CIMInstance |
getCIMInstance(org.w3c.dom.Node node)
Construct a Java object representing a CIM Instance from the specified DOM element node. |
CIMMethod |
getCIMMethod(org.w3c.dom.Node node)
Construct a Java object representing a CIM Method from the specified DOM element node. |
CIMObjectPath |
getCIMObjectPath(org.w3c.dom.Node node)
Construct a Java object representing a CIM ObjectPath from the specified DOM element node. |
CIMParameter |
getCIMParameter(org.w3c.dom.Node node)
Construct a Java object representing a CIM Parameter from the specified DOM element node. |
CIMProperty |
getCIMProperty(org.w3c.dom.Node node)
Construct a Java object representing a CIM Property from the specified DOM element node. |
CIMQualifier |
getCIMQualifier(org.w3c.dom.Node node)
Construct a Java object representing a CIM Qualifier from the specified DOM element node. |
CIMQualifierType |
getCIMQualifierType(org.w3c.dom.Node node)
Construct a Java object representing a CIM Qualifier Type from the specified DOM element node. |
CIMValue |
getCIMValue(org.w3c.dom.Node node,
java.lang.String type)
Construct a Java object representing a CIM Value from the specified DOM element node. |
| Method Detail |
public java.lang.String CIMClassToXml(CIMClass obj)
obj - a CIM Class object
public java.lang.String CIMClassToXml(CIMClass obj,
boolean showImplied)
obj - a CIM Class objectshowImplied - if true, the implied attributes are returned
public java.lang.String CIMClassToXml(CIMClass obj,
boolean includeQualifiers,
boolean includeClassOrigin,
java.lang.String[] propertyList,
boolean showImplied)
obj - a CIM Class objectincludeQualifiers - if true, the qualifiers are returned.includeClassOrigin - if true, the ClassOrigin attribute
is returnedpropertyList - if not null, any Properties missing from this
list are not returnedshowImplied - if true, the implied attributes are returned.public java.lang.String CIMInstanceToXml(CIMInstance obj)
obj - a CIM Instance object
public java.lang.String CIMInstanceToXml(CIMInstance obj,
boolean showImplied)
obj - a CIM Instance objectshowImplied - if true, the implied attributes are returned
public java.lang.String CIMInstanceToXml(CIMInstance obj,
boolean includeQualifiers,
boolean includeClassOrigin,
java.lang.String[] propertyList,
boolean showImplied)
obj - a CIM Instance objectincludeQualifiers - if true, the qualifiers are returned.includeClassOrigin - if true, the ClassOrigin attribute
is returnedpropertyList - if not null, any Properties missing from this
list are not returnedshowImplied - if true, the implied attributes are returnedpublic java.lang.String CIMFlavorToXml(CIMFlavor obj)
obj - a CIM Flavor object
public java.lang.String CIMFlavorToXml(CIMFlavor obj,
boolean showImplied)
obj - a CIM Flavor objectshowImplied - if true, the implied attributes are returnedpublic java.lang.String CIMMethodToXml(CIMMethod obj)
obj - a CIM Method object
public java.lang.String CIMMethodToXml(CIMMethod obj,
boolean showImplied)
obj - a CIM Method objectshowImplied - if true, the implied attributes are returnedpublic java.lang.String CIMObjectPathToXml(CIMObjectPath obj)
obj - a CIM ObjectPath object
public java.lang.String CIMObjectPathToXml(CIMObjectPath obj,
boolean showImplied)
obj - a CIM ObjectPath objectshowImplied - if true, the implied attributes are returnedpublic java.lang.String CIMParameterToXml(CIMParameter obj)
obj - a CIM Parameter object
public java.lang.String CIMParameterToXml(CIMParameter obj,
boolean showImplied)
obj - a CIM Parameter objectshowImplied - if true, the implied attributes are returnedpublic java.lang.String CIMQualifierTypeToXml(CIMQualifierType obj)
obj - a CIM Qualifier Type object
public java.lang.String CIMQualifierTypeToXml(CIMQualifierType obj,
boolean showImplied)
obj - a CIM Qualifier Type objectshowImplied - if true, the implied attributes are returnedpublic java.lang.String CIMPropertyToXml(CIMProperty obj)
obj - a CIM Property object
public java.lang.String CIMPropertyToXml(CIMProperty obj,
boolean showImplied)
obj - a CIM Property objectshowImplied - if true, the implied attributes are returnedpublic java.lang.String CIMQualifierToXml(CIMQualifier obj)
obj - a CIM Qualifier object
public java.lang.String CIMQualifierToXml(CIMQualifier obj,
boolean showImplied)
obj - a CIM Qualifier objectshowImplied - if true, the implied attributes are returnedpublic java.lang.String CIMNameSpaceToXml(CIMNameSpace obj)
obj - a CIM NameSpace object
public java.lang.String CIMNameSpaceToXml(CIMNameSpace obj,
boolean showImplied)
obj - a CIM NameSpace objectshowImplied - if true, the implied attributes are returnedpublic java.lang.String CIMValueToXml(CIMValue obj)
obj - a CIM Value object
public java.lang.String CIMValueToXml(CIMValue obj,
boolean showImplied)
obj - a CIM Value objectshowImplied - if true, the implied attributes are returnedpublic CIMClass getCIMClass(org.w3c.dom.Node node)
node - a DOM element nodepublic CIMInstance getCIMInstance(org.w3c.dom.Node node)
node - a DOM element nodepublic CIMMethod getCIMMethod(org.w3c.dom.Node node)
node - a DOM element nodepublic CIMObjectPath getCIMObjectPath(org.w3c.dom.Node node)
node - a DOM element nodepublic CIMParameter getCIMParameter(org.w3c.dom.Node node)
node - a DOM element nodepublic CIMProperty getCIMProperty(org.w3c.dom.Node node)
node - a DOM element nodepublic CIMQualifier getCIMQualifier(org.w3c.dom.Node node)
node - a DOM element nodepublic CIMQualifierType getCIMQualifierType(org.w3c.dom.Node node)
node - a DOM element node
public CIMValue getCIMValue(org.w3c.dom.Node node,
java.lang.String type)
node - a DOM element nodetype - String for the data type of this CIM Value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||