DeltaXML DITA Compare .NET API DocumentationThe XmlVersionDeclaration type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| getDisplayDescription |
Returns the user friendly String description of the XmlVersionDeclaration.
| |
| getDisplayName |
Returns the user friendly String name of the XmlVersionDeclaration.
| |
| getXmlVersionDeclaration |
Returns a XmlVersionDeclaration object from the supplied String value if appropriate.
| |
| parseValue |
Returns a XmlVersionDeclaration object from the supplied String value if appropriate.
| |
| toString |
Returns a String representation of XmlVersionDeclaration.
(Overrides EnumtoString .) | |
| valueOf |
Returns the enum constant of this type with the specified name.
| |
| values |
Returns an array containing the constants of this enum type, in the order they're declared.
|
Properties
| Name | Description | |
|---|---|---|
| SYSTEM |
Use the 'B' document's xml version (as provided by the parser).
| |
| XML_1_0 |
Ensure the xml version is set to '1.0'.
| |
| XML_1_1 |
Ensure the xml version is set to '1.1'.
|
See Also