Click or drag to resize

ElementInformationItem Class

The ElementInformationItem class represents an XML element and exposes the properties of the

Element Information Item as well as the properties

of the post-schema-validation infoset for elements.

There is an ElementInformationItem for each element appearing in the XML document. One of the ElementInformationItem objects

is the value of the DocumentElement property, corresponding to the root of the element tree,

and all other ElementInformationItem objects are accessible by recursively following the Children property.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XmlInformationItem
    Altova.RaptorXml.XmlElementInformationItem

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

The ElementInformationItem type exposes the following members.

Properties
Methods
  NameDescription
Public methodStatic memberCompare
Public methodCompareTo(Object)
Public methodCompareTo(ElementInformationItem)
Public methodCompareTo(InformationItem) (Inherited from InformationItem.)
Public methodDispose (Inherited from InformationItem.)
Public methodEquals(Object) (Overrides InformationItemEquals(Object).)
Public methodEquals(ElementInformationItem)
Public methodEquals(InformationItem) (Inherited from InformationItem.)
Public methodfind_in_scope_prefix
Public methodFindAttribute(String)
Public methodFindAttribute(QName)
Public methodFindAttribute(String, String)
Public methodFindChildElement(String)
Public methodFindChildElement(QName)
Public methodFindChildElement(String, String)
Public methodFindInscopeNamespace
Public methodGetElementChildren(String)
Public methodGetElementChildren(QName)
Public methodGetElementChildren(String, String)
Public methodGetElementPositions
Public methodGetHashCode (Overrides InformationItemGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXLocationUrl (Inherited from InformationItem.)
Public methodGetXLocationUrl(Boolean) (Inherited from InformationItem.)
Public methodGetXPath
Public methodGetXPointer
Public methodGetXPointer(Boolean)
Public methodGetXPointer(Boolean, Boolean)
Public methodSerialize
Public methodSerialize(Boolean)
Public methodSerialize(Boolean, Boolean)
Public methodSerialize(Boolean, Boolean, Boolean)
Public methodSerialize(Boolean, Boolean, Boolean, Boolean)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
See Also