XmlLiteral
Description
- Derived from
- 
XmlNode abstract 
Represents a string literal in an XML document:
"Hello   World!" 'Hello   World!'
Public / Constructors
For
4 overloads
Returns a XmlLiteral instance for the given value in.
- See also
Returns a XmlLiteral instance for the given value in.
- See also
Returns a XmlLiteral instance for the given value in.
- See also
Returns a XmlLiteral instance for the given value in.
FromSource
Parses the given XML literal and returns an XmlLiteral object for it.
- ValidatingException
- 
If xml in is malformed.