public class DomXMLParser extends Object
Element
Constructor and Description |
---|
DomXMLParser() |
Modifier and Type | Method and Description |
---|---|
static DesignPlan |
parseDesignPlan(org.dom4j.Element rootElement,
org.nuiton.topia.TopiaContext topiaContext)
Parse element root node as Design plan.
|
protected static FactorGroup |
parseFactorGroup(org.dom4j.Element fgElement,
org.nuiton.topia.TopiaContext topiaContext)
Deprecated.
since 4.0.0.0, this parsing method parse experimentalDesign
in version "0" or "null" version, don't remove for
data reading purpose, but could be removed in a future version
|
protected static FactorGroup |
parseFactorGroupV2(org.dom4j.Element fgElement,
org.nuiton.topia.TopiaContext topiaContext)
Deprecated.
since 4.0.1.0, this parsing method parse experimentalDesign
in version "2", don't remove for
data reading purpose, but could be removed in a future version
|
protected static FactorGroup |
parseFactorGroupV3(org.dom4j.Element fgElement,
org.nuiton.topia.TopiaContext topiaContext)
Non recursive parse of factor group elements (>factors<).
|
public static DesignPlan parseDesignPlan(org.dom4j.Element rootElement, org.nuiton.topia.TopiaContext topiaContext)
rootElement
- root dom elementtopiaContext
- database contextDesignPlan
@Deprecated protected static FactorGroup parseFactorGroup(org.dom4j.Element fgElement, org.nuiton.topia.TopiaContext topiaContext)
fgElement
- factor group element (>factors<)topiaContext
- contextprotected static FactorGroup parseFactorGroupV2(org.dom4j.Element fgElement, org.nuiton.topia.TopiaContext topiaContext)
fgElement
- factor group element (>factors<)topiaContext
- contextprotected static FactorGroup parseFactorGroupV3(org.dom4j.Element fgElement, org.nuiton.topia.TopiaContext topiaContext)
fgElement
- factor group element (>factors<)topiaContext
- contextCopyright © 1999–2020 CodeLutin. All rights reserved.