XmlVersionDeclaration parseValue Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Returns a XmlVersionDeclaration object from the supplied String value if appropriate.

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

public static XmlVersionDeclaration parseValue(
	string value
)

Parameters

value
Type: System String
a String representation of a XmlVersionDeclaration value

Return Value

Type: XmlVersionDeclaration
the XmlVersionDeclaration instance corresponding to the parameter.
Exceptions

ExceptionCondition
IllegalArgumentException Whenever the provided string does not represent one of this enum'e enumerated values.
Remarks

Returns a XmlVersionDeclaration object from the supplied String value if appropriate.

This method should not be used under normal circumstances, enum instance values should be used instead.

See Also