Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

T_CAEX_ClassModel_XmlExtension_XmlNodeExtensions

AutomationML edited this page Feb 23, 2017 · 2 revisions

XmlNodeExtensions Class

Class XmlNodeExtensions.

Inheritance Hierarchy

System.Object
  CAEX_ClassModel.XmlExtension.XmlNodeExtensions
Namespace: CAEX_ClassModel.XmlExtension
Assembly: AMLEngine (in AMLEngine.dll) Version: 3.5

Syntax

C#

public static class XmlNodeExtensions

C++

[ExtensionAttribute]
public ref class XmlNodeExtensions abstract sealed

The XmlNodeExtensions type exposes the following members.

Methods

 

Name Description
Public methodStatic member CreateCAEXWrapper creates CAEX object out of an XML node
Public methodStatic member Elements Get all child Elements of the specified element with the specified node name.
Public methodStatic member FirstElement Get the first child Element of the specified element with the specified node name.
Public methodStatic member getFullNodePath Getting the full path from document root to the specified XmlNode. As name of an XmlNode is the value of the contained attribute "name" taken. Hierarchies are separated via the path separator (slash '/'). The name of the document root element CAEXFile is not contained in the path.
Public methodStatic member LastElement Get the last child Element of the specified element with the specified node name.
  Back to Top

See Also

Reference

CAEX_ClassModel.XmlExtension Namespace

  • Introduction
  • [Version History](Version history)
    • [Version 3.5](Version 3.4)
    • [Version 3.1](Version 3.0)
    • [Version 2.1](Version 2.1)
    • [Version 2.0](Version 2.0)
  • [Getting Started](Getting started)
  • Examples
  • AMLEngine API
BEST Practice Content

Extensions

CAEX Elements

AutomationML

Utilities

Interfaceclasses

Exceptions

Objecttables and Document validation

Clone this wiki locally