AttributeWithValue MembersDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation

The AttributeWithValue type exposes the following members.
Constructors

  NameDescription
Public methodAttributeWithValue(String, String)
Constructs a new attribute with a name that is not in a namespace.
Public methodAttributeWithValue(String, String, String, String)
Constructs a new attribute with a name that is in a namespace.
Back to Top
Methods

  NameDescription
Public methodequals
Determines equality with another Object.
(Overrides Objectequals(Object).)
Public methodgetClarkName
Return the attribute's Clark Name.
Public methodgetLocalName
Return the attribute's localName.
Public methodgetNamespaceURI
Return the attribute's namespaceURI.
Public methodgetPrefix
Return the attribute's prefix.
Public methodgetValue
Return the value of the attribute.
Public methodhashCode
The hashCode.
(Overrides ObjecthashCode .)
Public methodtoString
Returns an encoded String representing the attribute.
(Overrides ObjecttoString .)
Back to Top
See Also