In This Topic
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. |
|