4445464748495051
{ private final CFEDescriptorXML m_CFEDescriptor; public CFEConfigFromXML_XMLBeans (String path) throws XmlException, IOException { CFEConfigDocument doc = CFEConfigDocument.Factory.parse(new File(path)); m_CFEDescriptor = doc.getCFEConfig(); }