|
OpenTAP 9.31
API Reference
|
Placeholder object that represents an unrecognized XML element under the File element in a package definition xml file (package.xml). More...
Public Member Functions | |
| MissingPackageData () | |
| Default Constructor. | |
| MissingPackageData (XElement xmlElement) | |
| Constructs a MissingPackageData given the unrecognized XML element. More... | |
| string | GetLine () |
| Returns the line in which the unrecognized XML element appears in the package definition xml file (package.xml). More... | |
| bool | TryResolve (out ICustomPackageData customPackageData) |
| Queries the PluginManager to try to find a ICustomPackageData plugin that fits this XML element. | |
Properties | |
| XElement | XmlElement [getset] |
| The unrecognized XML element represented by this object. More... | |
Placeholder object that represents an unrecognized XML element under the File element in a package definition xml file (package.xml).
|
inline |
Constructs a MissingPackageData given the unrecognized XML element.
| xmlElement |
|
inline |
Returns the line in which the unrecognized XML element appears in the package definition xml file (package.xml).
|
getset |
The unrecognized XML element represented by this object.
OpenTAP 9.31 API built Fri Oct 17 2025 07:12:37