Name | Description | |
---|---|---|
![]() | OracleXml Constructor | Overloaded. Initializes a new instance of the OracleXml class. |
The following tables list the members exposed by OracleXml.
Name | Description | |
---|---|---|
![]() | OracleXml Constructor | Overloaded. Initializes a new instance of the OracleXml class. |
Name | Description | |
---|---|---|
![]() | Connection | Gets or sets the OracleConnection used by this instance of the OracleXml. |
![]() | IsEmpty | Indicates whether the OracleXml object is empty. |
![]() | IsFragment | Indicates whether the OracleXml object is a collection of XML elements without the root element. |
![]() | IsNull | Indicates whether the OracleXml object is null. |
![]() | IsSchemaBased | Indicates whether the OracleXml object data is based on an XML schema. |
![]() | RootElement | Returns the name of the top-level or root element of the schema-based XML data in this OracleXml object. |
![]() | Schema | Returns the XML schema of the XML data in this OracleXml object. |
![]() | SchemaUrl | Returns the URL in the database of the XML schema for the XML data in this OracleXml object. |
![]() | Value | Gets a string representing XML data of the specified OracleXml object. |
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources allocated by this object. |
![]() | Extract | Overloaded. Extracts a fragment of XML by the specified XPath expression. |
![]() | GetXmlDocument | Converts the specified OracleXml to the System.Xml.XmlDocument object that includes XML data of this object. |
![]() | GetXmlReader | Returns System.Xml.XmlReader object connected with XML data of the OracleXml. |
![]() | IsExists | Overloaded. Determines whether XML node exists by the specified XPath expression. |
![]() | ToString | Converts the specified OracleXml object to a System.String representing XML data. |
![]() | Transform | Overloaded. Transforms the current OracleXml object according to the specified XSL schema. |
![]() | Validate | Validates whether or not the XML data of the OracleXml object conforms to the given XML schema. |