Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)
| Overload | Description |
|---|---|
| Generic ReadElementContentAs(String) | Checks that the specified name matches that of the current element, then reads the current element and returns the content as a value of the type specified. |
| Generic ReadElementContentAs(String,String) | Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the content as a value of the type specified. |
| Generic ReadElementContentAs() | Reads the current element and returns the content as the a value of the type specified. |
| ReadElementContentAs(Type) | Reads the current element and returns the content as an object of the type specified. |
| ReadElementContentAs(Type,IXmlNamespaceResolver) | Reads the current element and returns the content as an object of the type specified. |
| ReadElementContentAs(Type,IXmlNamespaceResolver,String,String) |