Class CIMXMLParserImpl

java.lang.Object
org.sblim.wbem.xml.CIMXMLParserImpl

public class CIMXMLParserImpl extends Object
  • 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

      public static String parseVALUE(Element valueE) throws org.sblim.wbem.xml.CIMXMLParseException
      ///////////////////////////////////////////////////////////////////////////////////////
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • parseVALUEARRAY

      public static Vector parseVALUEARRAY(Element valuearrayE) throws org.sblim.wbem.xml.CIMXMLParseException
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • parseVALUEREFERENCE

      public static CIMObjectPath parseVALUEREFERENCE(Element valuereferenceE) throws org.sblim.wbem.xml.CIMXMLParseException
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • parseVALUEREFARRAY

      public static Vector parseVALUEREFARRAY(Element valuerefarrayE) throws org.sblim.wbem.xml.CIMXMLParseException
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • 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

      public static String parseHOST(Element hostE) throws org.sblim.wbem.xml.CIMXMLParseException
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • parseNAMESPACE

      public static String parseNAMESPACE(Element namespaceE) throws org.sblim.wbem.xml.CIMXMLParseException
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • 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

      public static CIMValue parseKEYVALUE(Element keyvalueE) throws org.sblim.wbem.xml.CIMXMLParseException
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • parseCLASS

      public static CIMClass parseCLASS(Element classE) throws org.sblim.wbem.xml.CIMXMLParseException
      ///////////////////////////////////////////////////////////////////////////////////////
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • parseMETHOD

      public static CIMMethod parseMETHOD(Element methodE) throws org.sblim.wbem.xml.CIMXMLParseException
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • 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

      public static Vector parseSCOPE(Element scopeE) throws org.sblim.wbem.xml.CIMXMLParseException
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • 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

      public static org.sblim.wbem.xml.CIMMessage parseMESSAGE(String cimversion, String dtdversion, Element messageE) throws org.sblim.wbem.xml.CIMXMLParseException
      //////////////////////////////////////////////////////////////////////////////////////////
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • 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

      public static CIMValue parseRETURNVALUE(Element returnvalueE) throws org.sblim.wbem.xml.CIMXMLParseException
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • parseIRETURNVALUE

      public static Vector parseIRETURNVALUE(Element ireturnvalueE) throws org.sblim.wbem.xml.CIMXMLParseException
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • parseObject

      public static Object parseObject(Element rootE) throws org.sblim.wbem.xml.CIMXMLParseException
      Throws:
      org.sblim.wbem.xml.CIMXMLParseException
    • searchNodes

      public static Vector searchNodes(Element parentE, String tagName)
      //////////////////////////////////////////////////////////////////////////////////////////
    • searchFirstNode

      public static Node searchFirstNode(Element parentE, String tagName)
    • searchAttribute

      public static Node searchAttribute(Node parentN, String attrName)
    • searchFirstChild

      public static Node searchFirstChild(Element parentE)
    • createJavaObject

      public static Object createJavaObject(String typeStr, String value)