Class CIMXMLParserImpl
java.lang.Object
org.sblim.wbem.xml.CIMXMLParserImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectcreateJavaObject(String typeStr, String value) static org.sblim.wbem.xml.CIMMessagestatic CIMClassparseCLASS(Element classE) ///////////////////////////////////////////////////////////////////////////////////////static CIMObjectPathparseCLASSNAME(Element classnameE) static CIMObjectPathparseCLASSPATH(Element classpathE) static CIMExceptionparseERROR(Element errorE) static CIMRequestparseEXPMETHODCALL(Element expmethodcallE) static CIMInstanceparseEXPPARAMVALUE(Element expparamvalueE) static Stringstatic CIMRequestparseIMETHODCALL(Element imethodcallE) static CIMResponseparseIMETHODRESPONSE(Element imethodresponseE) static CIMInstanceparseINSTANCE(Element instanceE) static CIMInstanceparseINSTANCE(Element instanceE, CIMObjectPath op) static CIMObjectPathparseINSTANCENAME(Element instancenameE) static CIMObjectPathparseINSTANCEPATH(Element instancepathE) static CIMArgumentparseIPARAMVALUE(Element iparamvalueE) static VectorparseIRETURNVALUE(Element ireturnvalueE) static CIMPropertyparseKEYBINDING(Element keybindingE) static CIMValueparseKEYVALUE(Element keyvalueE) static CIMObjectPathparseLOCALCLASSPATH(Element classpathE) static CIMObjectPathparseLOCALINSTANCEPATH(Element localinstancepathE) static CIMNameSpaceparseLOCALNAMESPACEPATH(Element localnamespaceE) static org.sblim.wbem.xml.CIMMessageparseMESSAGE(String cimversion, String dtdversion, Element messageE) //////////////////////////////////////////////////////////////////////////////////////////static CIMMethodparseMETHOD(Element methodE) static CIMRequestparseMETHODCALL(Element methodcallE) static CIMResponseparseMETHODRESPONSE(Element methodresponseE) static CIMRequestparseMULTIEXPREQ(Element multiexpreqE) static CIMRequestparseMULTIREQ(Element multireqE) static CIMResponseparseMULTIRSP(Element simplerspE) static StringparseNAMESPACE(Element namespaceE) static CIMNameSpaceparseNAMESPACEPATH(Element namespacepathE) ///////////////////////////////////////////////////////////////////////////////////////static ObjectparseObject(Element rootE) static CIMObjectPathparseOBJECTPATH(Element objectpathE) static CIMParameterparsePARAMETER(Element parameterE) static CIMParameterparsePARAMETERARRAY(Element parameterE) static CIMParameterparsePARAMETERREFARRAY(Element parameterE) static CIMParameterparsePARAMETERREFERENCE(Element parameterE) static CIMArgumentparsePARAMVALUE(Element paramvalueE) static CIMPropertyparsePROPERTY(Element propertyE) static CIMPropertyparsePROPERTYARRAY(Element propertyarrayE) static CIMPropertyparsePROPERTYREFERENCE(Element propertyreferenceE) static CIMQualifierparseQUALIFIER(Element qualifierE) static CIMQualifierTypeparseQUALIFIERDECLARATION(Element qualifiertypeE) static CIMValueparseRETURNVALUE(Element returnvalueE) static VectorparseSCOPE(Element scopeE) static CIMRequestparseSIMPLEEXPREQ(Element simpleexpreqE) static CIMRequestparseSIMPLEREQ(Element simplereqE) static CIMResponseparseSIMPLERSP(Element simplerspE) static StringparseVALUE(Element valueE) ///////////////////////////////////////////////////////////////////////////////////////static VectorparseVALUEARRAY(Element valuearrayE) static CIMElementparseVALUENAMEDINSTANCE(Element valuenamedinstanceE) static CIMElementparseVALUENAMEDOBJECT(Element valuenamedobjectE) static CIMElementparseVALUEOBJECT(Element valueobjectE) static CIMElementparseVALUEOBJECTWITHLOCALPATH(Element valueobjectwithlocalpathE) static CIMElementparseVALUEOBJECTWITHPATH(Element valueobjectwithpathE) static VectorparseVALUEREFARRAY(Element valuerefarrayE) static CIMObjectPathparseVALUEREFERENCE(Element valuereferenceE) static NodesearchAttribute(Node parentN, String attrName) static NodesearchFirstChild(Element parentE) static NodesearchFirstNode(Element parentE, String tagName) static VectorsearchNodes(Element parentE, String tagName) //////////////////////////////////////////////////////////////////////////////////////////
-
Constructor Details
-
CIMXMLParserImpl
public CIMXMLParserImpl()
-
-
Method Details
-
parseCIM
public static org.sblim.wbem.xml.CIMMessage parseCIM(Element cimE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseVALUE
-
parseVALUEARRAY
-
parseVALUEREFERENCE
public static CIMObjectPath parseVALUEREFERENCE(Element valuereferenceE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseVALUEREFARRAY
-
parseVALUEOBJECT
public static CIMElement parseVALUEOBJECT(Element valueobjectE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseVALUENAMEDINSTANCE
public static CIMElement parseVALUENAMEDINSTANCE(Element valuenamedinstanceE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseVALUENAMEDOBJECT
public static CIMElement parseVALUENAMEDOBJECT(Element valuenamedobjectE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseVALUEOBJECTWITHPATH
public static CIMElement parseVALUEOBJECTWITHPATH(Element valueobjectwithpathE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseVALUEOBJECTWITHLOCALPATH
public static CIMElement parseVALUEOBJECTWITHLOCALPATH(Element valueobjectwithlocalpathE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseNAMESPACEPATH
public static CIMNameSpace parseNAMESPACEPATH(Element namespacepathE) throws org.sblim.wbem.xml.CIMXMLParseException ///////////////////////////////////////////////////////////////////////////////////////- Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseLOCALNAMESPACEPATH
public static CIMNameSpace parseLOCALNAMESPACEPATH(Element localnamespaceE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseHOST
-
parseNAMESPACE
-
parseCLASSPATH
public static CIMObjectPath parseCLASSPATH(Element classpathE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseLOCALCLASSPATH
public static CIMObjectPath parseLOCALCLASSPATH(Element classpathE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseCLASSNAME
public static CIMObjectPath parseCLASSNAME(Element classnameE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseINSTANCEPATH
public static CIMObjectPath parseINSTANCEPATH(Element instancepathE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseLOCALINSTANCEPATH
public static CIMObjectPath parseLOCALINSTANCEPATH(Element localinstancepathE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseINSTANCENAME
public static CIMObjectPath parseINSTANCENAME(Element instancenameE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseOBJECTPATH
public static CIMObjectPath parseOBJECTPATH(Element objectpathE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseKEYBINDING
public static CIMProperty parseKEYBINDING(Element keybindingE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseKEYVALUE
-
parseCLASS
-
parseMETHOD
-
parsePARAMETER
public static CIMParameter parsePARAMETER(Element parameterE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parsePARAMETERREFERENCE
public static CIMParameter parsePARAMETERREFERENCE(Element parameterE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parsePARAMETERARRAY
public static CIMParameter parsePARAMETERARRAY(Element parameterE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parsePARAMETERREFARRAY
public static CIMParameter parsePARAMETERREFARRAY(Element parameterE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseINSTANCE
public static CIMInstance parseINSTANCE(Element instanceE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseINSTANCE
public static CIMInstance parseINSTANCE(Element instanceE, CIMObjectPath op) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseQUALIFIER
public static CIMQualifier parseQUALIFIER(Element qualifierE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseQUALIFIERDECLARATION
public static CIMQualifierType parseQUALIFIERDECLARATION(Element qualifiertypeE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseSCOPE
-
parsePROPERTY
public static CIMProperty parsePROPERTY(Element propertyE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parsePROPERTYARRAY
public static CIMProperty parsePROPERTYARRAY(Element propertyarrayE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parsePROPERTYREFERENCE
public static CIMProperty parsePROPERTYREFERENCE(Element propertyreferenceE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseMESSAGE
-
parsePARAMVALUE
public static CIMArgument parsePARAMVALUE(Element paramvalueE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseIPARAMVALUE
public static CIMArgument parseIPARAMVALUE(Element iparamvalueE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseSIMPLERSP
public static CIMResponse parseSIMPLERSP(Element simplerspE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseMULTIRSP
public static CIMResponse parseMULTIRSP(Element simplerspE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseSIMPLEREQ
public static CIMRequest parseSIMPLEREQ(Element simplereqE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseMULTIREQ
public static CIMRequest parseMULTIREQ(Element multireqE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseMETHODCALL
public static CIMRequest parseMETHODCALL(Element methodcallE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseIMETHODCALL
public static CIMRequest parseIMETHODCALL(Element imethodcallE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseSIMPLEEXPREQ
public static CIMRequest parseSIMPLEEXPREQ(Element simpleexpreqE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseMULTIEXPREQ
public static CIMRequest parseMULTIEXPREQ(Element multiexpreqE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseEXPMETHODCALL
public static CIMRequest parseEXPMETHODCALL(Element expmethodcallE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseEXPPARAMVALUE
public static CIMInstance parseEXPPARAMVALUE(Element expparamvalueE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseMETHODRESPONSE
public static CIMResponse parseMETHODRESPONSE(Element methodresponseE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseIMETHODRESPONSE
public static CIMResponse parseIMETHODRESPONSE(Element imethodresponseE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseERROR
public static CIMException parseERROR(Element errorE) throws org.sblim.wbem.xml.CIMXMLParseException - Throws:
org.sblim.wbem.xml.CIMXMLParseException
-
parseRETURNVALUE
-
parseIRETURNVALUE
-
parseObject
-
searchNodes
-
searchFirstNode
-
searchAttribute
-
searchFirstChild
-
createJavaObject
-