Crestron.SimplSharp.CrestronXml
Classes
Class | Description | |
---|---|---|
![]() | XmlConvert | Encodes and decodes XML names and provides methods for converting between
common language runtime types and XML Schema definition language (XSD) types.
When converting data types the values returned are locale independent.
|
![]() | XmlReader |
SimplSharp.CrestronXml XmlReader Instance of a file supporting Xml Reading.
Parameters:
input:
The stream containing the XML data. The SimplSharp.CrestronXml.XmlReader scans the first
bytes of the stream looking for a byte order mark or other sign of encoding.
When encoding is determined, the encoding is used to continue reading the
stream, and processing continues parsing the input as a stream of (Unicode)
characters.
Returns:
An SimplSharp.CrestronXml.XmlReader object used to read the data contained in the stream.
|
![]() | XmlReaderSettings |
Specifies a set of features to support on the XmlReader object created by the Create method.
|
![]() | XmlTextReader |
Represents a reader that provides fast, non-cached, forward-only access to
XML data.
|
![]() | XmlTextWriter |
Represents a writer that provides a fast, non-cached, forward-only way of
generating streams or files containing XML data that conforms to the W3C
Extensible Markup Language (XML) 1.0 and the Namespaces in XML recommendations.
|
![]() | XmlWriter |
SimplSharp.CrestronXml XmlWriter Instance of a file supporting Xml Reading.
Represents a writer that provides a fast, non-cached, forward-only means
of generating streams or files containing XML data.
|
![]() | XmlWriterSettings |
SimplSharp.CrestronXml XmlReader Instance of a file supporting Xml Reading.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IXmlLineInfo |
Provides an interface to enable a class to return line and position information.
|
![]() | IXmlNamespaceResolver |
Provides read-only access to a set of prefix and namespace mappings.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | ConformanceLevel |
Specifies the amount of input or output checking that the created XmlReader
and XmlWriter objects perform.
|
![]() | EntityHandling |
Specifies how the XmlTextReader or XmlValidatingReader
handle entities.
|
![]() | Formatting |
Specifies formatting options for the XmlTextWriter.
|
![]() | NewLineHandling |
Specifies how to handle line breaks.
|
![]() | ReadState |
Specifies the state of the reader.
|
![]() | ValidationType |
Specifies the type of validation to perform.
|
![]() | WhitespaceHandling |
Specifies how white space is handled.
|
![]() | WriteState |
Specifies the state of the XmlWriter.
|
![]() | XmlDateTimeSerializationMode |
Specifies how to treat the time value when converting between string and
System.DateTime.
|
![]() | XmlNamespaceScope |
Defines the namespace scope.
|
![]() | XmlNodeChangedAction |
Specifies the type of node change.
|
![]() | XmlNodeOrder |
Describes the document order of a node compared to a second node.
|
![]() | XmlNodeType |
Specifies the type of node.
|
![]() | XmlOutputMethod |
Specifies the method used to serialize the XmlWriter output.
|
![]() | XmlSchemaValidationFlags |
Specifies schema validation options used by the Crestron.Xml.Schema.XmlSchemaValidator
and Crestron.Xml.XmlReader classes.
|
![]() | XmlSpace |
Specifies the current xml:space scope.
|
![]() | XmlTokenizedType |
Represents the XML type for the string. This allows the string to be read
as a particular XML type, for example a CDATA section type.
|