dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleXml Class
Fields Properties Methods

In This Topic
    OracleXml Class Members
    In This Topic

    The following tables list the members exposed by OracleXml.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleXml class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a null value of an OracleXml object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the OracleConnection used by this instance of the OracleXml.  
    Public PropertyIndicates whether the OracleXml object is empty.  
    Public PropertyIndicates whether the OracleXml object is a collection of XML elements without the root element.  
    Public PropertyIndicates whether the OracleXml object is null.  
    Public PropertyIndicates whether the OracleXml object data is based on an XML schema.  
    Public PropertyReturns the name of the top-level or root element of the schema-based XML data in this OracleXml object.  
    Public PropertyReturns the XML schema of the XML data in this OracleXml object.  
    Public PropertyReturns the URL in the database of the XML schema for the XML data in this OracleXml object.  
    Public PropertyGets a string representing XML data of the specified OracleXml object.  
    Top
    Public Methods
     NameDescription
    Public MethodReleases all resources allocated by this object.  
    Public MethodOverloaded. Extracts a fragment of XML by the specified XPath expression.  
    Public MethodConverts the specified OracleXml to the System.Xml.XmlDocument object that includes XML data of this object.  
    Public MethodReturns System.Xml.XmlReader object connected with XML data of the OracleXml.  
    Public MethodOverloaded. Determines whether XML node exists by the specified XPath expression.  
    Public MethodConverts the specified OracleXml object to a System.String representing XML data.  
    Public MethodOverloaded. Transforms the current OracleXml object according to the specified XSL schema.  
    Public MethodValidates whether or not the XML data of the OracleXml object conforms to the given XML schema.  
    Top
    See Also