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 not in a namespace.
Constructs a new attribute with a name that is not in a namespace.
Namespace: com.deltaxml.ditaAssembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax
Parameters
- localName
- Type: System String
the name of the attribute.
- value
- Type: System String
the String value of the attribute.
Exceptions
| Exception | Condition |
|---|---|
| IllegalArgumentException | if a valid QName object cannot be created from the localName. |
Remarks
See Also