Click or drag to resize

QName Class

The QName class represents XML qualified names.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XmlQName

Namespace:  Altova.RaptorXml.Xml
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class QName : IDisposable, IComparable, 
	IComparable<QName>

The QName type exposes the following members.

Constructors
  NameDescription
Public methodQName
Initializes a new instance of the QName class
Public methodQName(String)
Initializes a new instance of the QName class
Public methodQName(String, String)
Initializes a new instance of the QName class
Public methodQName(String, String, String)
Initializes a new instance of the QName class
Top
Properties
Methods
  NameDescription
Public methodStatic memberCompare
Public methodCompareTo(Object)
Public methodCompareTo(QName)
Public methodDispose
Releases all resources used by the QName
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(QName)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Operators
See Also