Click or drag to resize

SimpleParserParseXml Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodParseXml(Stream)
Parse the specified Stream into an IXmlDocument object.
Public methodParseXml(TextReader)
Parse the specified TextReader into an IXmlDocument object.
Public methodParseXml(String)
Parse the resource specified by path into an IXmlDocument object.
Public methodParseXml(IResource)
Parse the specified resource's content into an IXmlDocument object.
Public methodParseXml(Stream, Encoding)
Parse the specified Stream into an IXmlDocument object using the specified charset.
Top
See Also