SimpleParser Class |
Namespace: Tangosol.Run.Xml
public class SimpleParser
The SimpleParser type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimpleParser | Initializes a new instance of the SimpleParser class |
Name | Description | |
---|---|---|
![]() | CreateReaderSettings |
Gets an XmlReaderSettings with specified schemas used for
validation and validation event handler.
|
![]() | CreateValidatingReader(Stream, XmlSchemaSet, ValidationEventHandler) | |
![]() | CreateValidatingReader(TextReader, XmlSchemaSet, ValidationEventHandler) |
Gets an XmlReader instance
for the supplied TextReader.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LoadXml(TextReader) |
Gets the XmlDocument representing data from a given
TextReader.
|
![]() | LoadXml(IResource) |
Gets the XmlDocument representing data from a given
resource.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ParseXml(Stream) |
Parse the specified Stream into an IXmlDocument
object.
|
![]() | ParseXml(TextReader) |
Parse the specified TextReader into an IXmlDocument
object.
|
![]() | ParseXml(String) |
Parse the resource specified by path into an IXmlDocument
object.
|
![]() | ParseXml(IResource) |
Parse the specified resource's content into an
IXmlDocument object.
|
![]() | ParseXml(Stream, Encoding) |
Parse the specified Stream into an IXmlDocument
object using the specified charset.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |