AttributeWithValue Constructor (String, String)DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Constructs a new attribute with a name that is not in a namespace.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

public AttributeWithValue(
	string localName,
	string value
)

Parameters

localName
Type: System String
the name of the attribute.
value
Type: System String
the String value of the attribute.
Exceptions

ExceptionCondition
IllegalArgumentException if a valid QName object cannot be created from the localName.
Remarks

Constructs a new attribute with a name that is not in a namespace.
See Also