DeltaXML DITA Compare .NET API Documentation
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Constructs a new attribute with a name that is in a namespace.
Constructs a new attribute with a name that is in a namespace.
Namespace: com.deltaxml.ditaAssembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax
Parameters
- namespaceURI
- Type: System String
the namespace in which the name is held.
- prefix
- Type: System String
the prefix to map the namespaceURI to.
- localName
- Type: System String
the name of the attribute.
- value
- Type: System String
the String value of the attribute.
Exceptions
| Exception | Condition |
|---|---|
| IllegalArgumentException | if 1) a namespaceURI is defined and an empty (or null) prefix is defined or 2) a prefix is defined and an empty (or null) namespaceURI is defined or 3) a valid QName object cannot be created from the namespaceURI, prefix and localName. |
Remarks
See Also