Click or drag to resize

Instance Class

The Instance class represents an XML instance. It provides properties for the corresponding

DocumentInformationItem and the Schema used for assessing schema-validity.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XmlDocument
    Altova.RaptorXml.XmlInstance
      Altova.RaptorXml.XbrlInstance
      Altova.RaptorXml.Xbrl.TaxonomyLinkbaseDocument

Namespace:  Altova.RaptorXml.Xml
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class Instance : Document

The Instance type exposes the following members.

Properties
  NameDescription
Public propertyDocumentElement (Inherited from Document.)
Public propertyDocumentItem (Inherited from Document.)
Public propertyDtd
Public propertySchema
Public propertySchemaLocationAttributes (Inherited from Document.)
Public propertySourceDocument (Inherited from Document.)
Public propertyUnmappedUri (Inherited from Document.)
Public propertyUri (Inherited from Document.)
Top
Methods
  NameDescription
Public methodStatic memberCompare
Public methodCompareTo(Object)
Public methodCompareTo(Document) (Inherited from Document.)
Public methodCompareTo(Instance)
Public methodStatic memberCreateFromBuffer(Byte, ErrorLog)
Public methodStatic memberCreateFromBuffer(Byte, InstanceSettings, ErrorLog)
Public methodStatic memberCreateFromUrl(String, ErrorLog)
Public methodStatic memberCreateFromUrl(String, InstanceSettings, ErrorLog)
Public methodDispose (Inherited from Document.)
Public methodEquals(Object) (Overrides DocumentEquals(Object).)
Public methodEquals(Document) (Inherited from Document.)
Public methodEquals(Instance)
Public methodFindElement (Inherited from Document.)
Public methodGetHashCode (Overrides DocumentGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsWellFormedBuffer(Byte, ErrorLog)
Public methodStatic memberIsWellFormedBuffer(Byte, InstanceWellFormedSettings, ErrorLog)
Public methodStatic memberIsWellFormedUrl(String, ErrorLog)
Public methodStatic memberIsWellFormedUrl(String, InstanceWellFormedSettings, ErrorLog)
Public methodSerialize (Inherited from Document.)
Public methodSerialize(Boolean) (Inherited from Document.)
Public methodSerialize(Boolean, Boolean) (Inherited from Document.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberValidateBuffer(Byte, ErrorLog)
Public methodStatic memberValidateBuffer(Byte, InstanceSettings, ErrorLog) Obsolete.
Public methodStatic memberValidateBuffer(Byte, InstanceValidationSettings, ErrorLog)
Public methodStatic memberValidateUrl(String, ErrorLog)
Public methodStatic memberValidateUrl(String, InstanceSettings, ErrorLog) Obsolete.
Public methodStatic memberValidateUrl(String, InstanceValidationSettings, ErrorLog)
Top
Operators
See Also