Liquid XML Runtime for .Net - Element - Element
In This Topic
This feature has been superseded by Liquid XML Objects.
(The original functionality is still included in the product) |
Use Liquid XML Objects |
public Element(String elementName,
String elementNamespace)
public Element(String elementName,
String elementNamespace,
String namespaceRestriction,
String targetNamespace)
|
|
Property |
Description |
|
|
|
Method Name |
Constructor |
|
|
|
Description |
Creates an instance of the class |
|
|
|
Argument - elementName |
The name of the element |
|
|
|
Argument - elementNamespace |
The default namespace for the XML document |
|
|
|
Argument - namespaceRestriction |
Any restrictions imposed on the namespaces which this attribute may hold |
|
|
|
Argument - targetNamespace |
The target namespace for the XML document. |
|