| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | CreateDtmCsysElemTreeFromFile
(String FileName)
|
| Element | GetElement
(ElementPath Path)
Obtains the element from the element tree based on the element path. |
| boolean | IsElementArray
(ElementPath Path)
Returns true if the element is of array type. |
| boolean | IsElementCompound
(ElementPath Path)
Returns true if the element is a compound element. |
| boolean | IsElementMultiVal
(ElementPath Path)
Returns true if the element is a multi-valued element. |
| Elements | ListTreeElements
()
Returns a sequence of elements. |
| void | WriteElementTreeToFile
(ElementTreeFormat Format, String FileName)
Writes the element tree in the specified format |
| Method Detail |
|---|
| WriteElementTreeToFile |
|---|
| void | WriteElementTreeToFile | (ElementTreeFormat Format, String FileName) |
Writes the element tree in the specified format
|
| ListTreeElements |
|---|
| Elements | ListTreeElements | () |
|
Returns a sequence of elements.
The elements are listed in the sequence as they appear in the element tree. Exceptions thrown (but not limited to): <reference 6 to unknown entity pfcExceptions::pfcXInAMethod>
|
| CreateDtmCsysElemTreeFromFile |
|---|
| void | CreateDtmCsysElemTreeFromFile | (String FileName) |
|
| GetElement |
|---|
| Element | GetElement | (ElementPath Path) |
Obtains the element from the element tree based on the element path.
|
| IsElementCompound |
|---|
| boolean | IsElementCompound | (ElementPath Path) |
Returns true if the element is a compound element.
|
| IsElementMultiVal |
|---|
| boolean | IsElementMultiVal | (ElementPath Path) |
Returns true if the element is a multi-valued element.
|
| IsElementArray |
|---|
| boolean | IsElementArray | (ElementPath Path) |
Returns true if the element is of array type.
|