Namespaces | |
namespace | Resolvers |
namespace | Schema |
namespace | Serialization |
namespace | XPath |
namespace | Xsl |
Classes | |
class | Details_XmlException |
Returns detailed information about the last exception. | |
class | IApplicationResourceStreamResolver |
Represents an application resource stream resolver. More... | |
class | IHasXmlNode |
Enables a class to return an XmlNode from the current context or position. More... | |
class | IXmlLineInfo |
Provides an interface to enable a class to return line and position information. More... | |
class | IXmlNamespaceResolver |
Provides read-only access to a set of prefix and namespace mappings. More... | |
class | NameTable |
Implements a single-threaded XmlNameTable. More... | |
class | XmlAttribute |
Represents an attribute. Valid and default values for the attribute are defined in a document type definition (DTD) or schema. More... | |
class | XmlAttributeCollection |
Represents a collection of attributes that can be accessed by name or index. More... | |
class | XmlCDataSection |
Represents a CDATA section. More... | |
class | XmlCharacterData |
Provides text manipulation methods that are used by several classes. More... | |
class | XmlCharType |
For internal purposes. Do not use this class directly. More... | |
class | XmlComment |
Represents the content of an XML comment. More... | |
class | XmlConvert |
Encodes and decodes XML names, and provides methods for converting between runtime types and XML Schema definition language (XSD) types. When converting data types, the values returned are locale-independent. More... | |
class | XmlDeclaration |
Represents the XML declaration node <?xml version='1.0'...?> . More... | |
class | XmlDocument |
Represents an XML document. You can use this class to load, validate, edit, add, and position XML in a document. More... | |
class | XmlDocumentFragment |
Represents a lightweight object that is useful for tree insert operations. More... | |
class | XmlDocumentType |
Represents the document type declaration. More... | |
class | XmlElement |
Represents an element. More... | |
class | XmlEntity |
Represents an entity declaration, such as <!ENTITY... > . More... | |
class | XmlEntityReference |
Represents an entity reference node. More... | |
class | XmlImplementation |
Defines the context for a set of XmlDocument objects. More... | |
class | XmlLinkedNode |
Returns the node immediately preceding or following this node. More... | |
class | XmlNamedNodeMap |
Represents a collection of nodes that can be accessed by name or index. More... | |
class | XmlNamespaceManager |
Resolves, adds, and removes namespaces to a collection and provides scope management for these namespaces. More... | |
class | XmlNameTable |
Table of atomized string objects. More... | |
class | XmlNode |
Represents a single node in the XML document. More... | |
class | XmlNodeChangedEventArgs |
Provides data for the XmlDocument::NodeChanged, XmlDocument::NodeChanging, XmlDocument::NodeInserted, XmlDocument::NodeInserting, XmlDocument::NodeRemoved and XmlDocument::NodeRemoving events. More... | |
class | XmlNodeList |
Represents an ordered collection of nodes. More... | |
class | XmlNodeReader |
Represents a reader that provides fast, non-cached forward only access to XML data in an XmlNode. More... | |
class | XmlNotation |
Represents a notation declaration, such as <!NOTATION... > . More... | |
class | XmlParserContext |
Provides all the context information required by the XmlReader to parse an XML fragment. More... | |
class | XmlProcessingInstruction |
Represents a processing instruction, which XML defines to keep processor-specific information in the text of the document. More... | |
class | XmlQualifiedName |
Represents an XML qualified name. More... | |
class | XmlReader |
Represents a reader that provides fast, noncached, forward-only access to XML data. More... | |
class | XmlReaderSettings |
Specifies a set of features to support on the XmlReader object created by the XmlReader::Create method. More... | |
class | XmlResolver |
Resolves external XML resources named by a Uniform Resource Identifier (URI). More... | |
class | XmlSecureResolver |
Helps to secure another implementation of XmlResolver by wrapping the XmlResolver object and restricting the resources that the underlying XmlResolver has access to. More... | |
class | XmlSignificantWhitespace |
Represents white space between markup in a mixed content node or white space within an xml:space='preserve' scope. This is also referred to as significant white space. More... | |
class | XmlText |
Represents the text content of an element or attribute. More... | |
class | XmlTextReader |
Represents a reader that provides fast, non-cached, forward-only access to XML data. More... | |
class | 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. More... | |
class | XmlUrlResolver |
Resolves external XML resources named by a Uniform Resource Identifier (URI). More... | |
class | XmlValidatingReader |
Represents a reader that provides document type definition (DTD), XML-Data Reduced (XDR) schema, and XML Schema definition language (XSD) validation. More... | |
class | XmlWhitespace |
Represents white space in element content. More... | |
class | XmlWriter |
Represents a writer that provides a fast, non-cached, forward-only way to generate streams or files that contain XML data. More... | |
class | XmlWriterSettings |
Specifies a set of features to support on the XmlWriter object created by the XmlWriter::Create method. More... | |
Typedefs | |
using | XmlException = System::ExceptionWrapper<Details_XmlException> |
using | XmlNodeChangedEventHandler = System::MulticastDelegate<void(SharedPtr<Object> , SharedPtr<XmlNodeChangedEventArgs> )> |
Represents the method that handles XmlDocument::NodeChanged, XmlDocument::NodeChanging, XmlDocument::NodeInserted, XmlDocument::NodeInserting, XmlDocument::NodeRemoved and XmlDocument::NodeRemoving events. | |
Enumerations | |
enum class | ConformanceLevel { Auto = 0 , Fragment = 1 , Document = 2 } |
Specifies the amount of input or output checking that XmlReader and XmlWriter objects perform. More... | |
enum class | DtdProcessing { Prohibit , Ignore , Parse } |
Specifies the options for processing DTDs. The DtdProcessing enumeration is used by the XmlReaderSettings class. More... | |
enum class | EntityHandling { ExpandEntities = 1 , ExpandCharEntities = 2 } |
Specifies how the XmlTextReader or XmlValidatingReader handle entities. More... | |
enum class | Formatting { None , Indented } |
Specifies formatting options for the XmlTextWriter. More... | |
enum class | NamespaceHandling { Default = 0x0 , OmitDuplicates = 0x1 } |
Specifies whether to remove duplicate namespace declarations in the XmlWriter. More... | |
enum class | NewLineHandling { Replace = 0 , Entitize = 1 , None = 2 } |
Specifies how to handle line breaks. More... | |
enum class | ReadState { Initial = 0 , Interactive = 1 , Error = 2 , EndOfFile = 3 , Closed = 4 } |
Specifies the state of the reader. More... | |
enum class | XmlTokenizedType { CDATA = 0 , ID = 1 , IDREF = 2 , IDREFS = 3 , ENTITY = 4 , ENTITIES = 5 , NMTOKEN = 6 , NMTOKENS = 7 , NOTATION = 8 , ENUMERATION = 9 , QName = 10 , NCName = 11 , None = 12 } |
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. More... | |
enum class | ValidationType { None , Auto , DTD , XDR , Schema } |
Specifies the type of validation to perform. More... | |
enum class | WhitespaceHandling { All = 0 , Significant = 1 , None = 2 } |
Specifies how white space is handled. More... | |
enum class | WriteState { Start , Prolog , Element , Attribute , Content , Closed , Error } |
Specifies the state of the XmlWriter. More... | |
enum class | ExceptionType { ArgumentException , XmlException } |
enum class | XmlDateTimeSerializationMode { Local , Utc , Unspecified , RoundtripKind } |
Specifies how to treat the time value when converting between string and DateTime. More... | |
enum class | XmlNamespaceScope { All , ExcludeXml , Local } |
Defines the namespace scope. More... | |
enum class | XmlNodeChangedAction { Insert = 0 , Remove = 1 , Change = 2 } |
Specifies the type of node change. More... | |
enum class | XmlNodeOrder { Before , After , Same , Unknown } |
Describes the document order of a node compared to a second node. More... | |
enum class | XmlNodeType { None , Element , Attribute , Text , CDATA , EntityReference , Entity , ProcessingInstruction , Comment , Document , DocumentType , DocumentFragment , Notation , Whitespace , SignificantWhitespace , EndElement , EndEntity , XmlDeclaration } |
Specifies the type of node. More... | |
enum class | XmlOutputMethod { Xml = 0 , Html = 1 , Text = 2 , AutoDetect = 3 } |
Specifies the method used to serialize the XmlWriter output. More... | |
enum class | XmlSpace { None = 0 , Default = 1 , Preserve = 2 } |
Specifies the current xml:space scope. More... | |
enum class | TriState { Unknown = -1 , False = 0 , True = 1 } |
enum class | XmlStandalone { Omit = 0 , Yes = 1 , No = 2 } |
Functions | |
ASPOSECPP_SHARED_API bool | operator== (const SharedPtr< XmlQualifiedName > &a, const SharedPtr< XmlQualifiedName > &b) |
Compares two XmlQualifiedName objects. | |
ASPOSECPP_SHARED_API bool | operator!= (const SharedPtr< XmlQualifiedName > &a, const SharedPtr< XmlQualifiedName > &b) |
Compares two XmlQualifiedName objects. | |
using System::Xml::XmlException = System::ExceptionWrapper<Details_XmlException> |
using System::Xml::XmlNodeChangedEventHandler = System::MulticastDelegate<void(SharedPtr<Object> , SharedPtr<XmlNodeChangedEventArgs> )> |
Represents the method that handles XmlDocument::NodeChanged, XmlDocument::NodeChanging, XmlDocument::NodeInserted, XmlDocument::NodeInserting, XmlDocument::NodeRemoved and XmlDocument::NodeRemoving events.
sender | The source of the event. |
e | An XmlNodeChangedEventArgs containing the event data. |
|
strong |
Specifies the amount of input or output checking that XmlReader and XmlWriter objects perform.
Enumerator | |
---|---|
Auto | The XmlReader or XmlWriter object automatically detects whether document-level or fragment-level checking should be performed, and does the appropriate checking. If you're wrapping another XmlReader or XmlWriter object, the outer object doesn't do any additional conformance checking. Conformance checking is left up to the underlying object. See the XmlReaderSettings::get_ConformanceLevel and XmlWriterSettings::get_ConformanceLevel methods for details on how the compliance level is determined. |
Fragment | The XML data is a well-formed XML fragment, as defined by the W3C. This conformance level represents an XML document that might not have a root element but is otherwise well-formed. This level of checking ensures that the stream being read or written can be consumed by any processor as an XML 1.0 external parsed entity. |
Document | The XML data complies with the rules for a well-formed XML 1.0 document, as defined by the W3C. This level of checking ensures that the stream being read or written can be consumed by any processor as an XML 1.0 document. |
|
strong |
Specifies the options for processing DTDs. The DtdProcessing enumeration is used by the XmlReaderSettings class.
|
strong |
Specifies how the XmlTextReader or XmlValidatingReader handle entities.
Enumerator | |
---|---|
ExpandEntities | Expands all entities and returns the expanded nodes. XmlNodeType::EntityReference nodes are not returned. The entity text is expanded in place of the entity references. |
ExpandCharEntities | Expands character entities and returns general entities as XmlNodeType::EntityReference nodes. You must call XmlReader::ResolveEntity to see what the general entities expand to. This enables you to optimize entity handling by only expanding the entity the first time it is used. When set to EntityHandling::ExpandCharEntities, a reader call to the XmlReader::GetAttribute method expands all entities (both general and character entities). |
|
strong |
|
strong |
Specifies formatting options for the XmlTextWriter.
Enumerator | |
---|---|
None | No special formatting is applied. This is the default. |
Indented | Causes child elements to be indented according to the XmlTextWriter::set_Indentation and XmlTextWriter::set_IndentChar settings. This option indents element content only; mixed content is not affected. For the XML 1.0 definitions of these terms, see the W3C documentation Element Content and Mixed Content. |
|
strong |
Specifies whether to remove duplicate namespace declarations in the XmlWriter.
|
strong |
Specifies how to handle line breaks.
Enumerator | |
---|---|
Replace | New line characters are replaced to match the character specified in the XmlWriterSettings::set_NewLineChars value. |
Entitize | New line characters are entitized. This setting preserves all characters when the output is read by a normalizing XmlReader. |
None | The new line characters are unchanged. The output is the same as the input. |
|
strong |
Specifies the state of the reader.
Enumerator | |
---|---|
Initial | The XmlReader::Read method has not been called. |
Interactive | The XmlReader::Read method has been called. Additional methods may be called on the reader. |
Error | An error occurred that prevents the read operation from continuing. |
EndOfFile | The end of the file has been reached successfully. |
Closed | The XmlReader::Close method has been called. |
|
strong |
|
strong |
Specifies the type of validation to perform.
Enumerator | |
---|---|
None | No validation is performed, and no validation errors are thrown. This setting creates an XML 1.0 compliant non-validating parser. Calls to XmlReader::ResolveEntity report default attributes and resolve general entities. The DOCTYPE is not used for validation purposes. |
Auto | Validates if DTD or schema information is found.
|
DTD | Validates according to the DTD. |
XDR | Validate according to XML-Data Reduced (XDR) schemas, including inline XDR schemas. XDR schemas are recognized using the
|
Schema | Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas. XML Schemas are associated with namespace URIs either by using the |
|
strong |
|
strong |
Specifies the state of the XmlWriter.
Enumerator | |
---|---|
Start | Indicates that the XmlWriter::Write method has not yet been called. |
Prolog | Indicates that the prolog is being written. |
Element | Indicates that an element start tag is being written. |
Attribute | Indicates that an attribute value is being written. |
Content | Indicates that element content is being written. |
Closed | Indicates that the XmlWriter::Close method has been called. |
Error | An exception has been thrown, which has left the XmlWriter in an invalid state. You can call the XmlWriter::Close method to put the XmlWriter in the WriteState::Closed state. Any other XmlWriter method calls results in an InvalidOperationException. |
|
strong |
Specifies how to treat the time value when converting between string and DateTime.
Enumerator | |
---|---|
Local | Treat as local time. If the DateTime object represents a Coordinated Universal Time (UTC), it is converted to the local time. |
Utc | Treat as a UTC. If the DateTime object represents a local time, it is converted to a UTC. |
Unspecified | Treat as a local time if a DateTime is being converted to a string. If a string is being converted to DateTime, convert to a local time if a time zone is specified. |
RoundtripKind | Time zone information should be preserved when converting. |
|
strong |
Defines the namespace scope.
|
strong |
|
strong |
Describes the document order of a node compared to a second node.
|
strong |
Specifies the type of node.
Enumerator | |
---|---|
None | This is returned by the XmlReader if a |
Element | An element (for example, |
Attribute | An attribute (for example, |
Text | The text content of a node. A XmlNodeType::Text node cannot have any child nodes. It can appear as the child node of the XmlNodeType::Attribute, XmlNodeType::DocumentFragment, XmlNodeType::Element, and XmlNodeType::EntityReference nodes. |
CDATA | A CDATA section (for example, |
EntityReference | A reference to an entity (for example, |
Entity | An entity declaration (for example, |
ProcessingInstruction | A processing instruction (for example, |
Comment | A comment (for example, |
Document | A document object that, as the root of the document tree, provides access to the entire XML document. |
DocumentType | The document type declaration, indicated by the following tag (for example, |
DocumentFragment | A document fragment. |
Notation | A notation in the document type declaration (for example, |
Whitespace | White space between markup. |
SignificantWhitespace | White space between markup in a mixed content model or white space within the |
EndElement | An end element tag (for example, |
EndEntity | Returned when XmlReader gets to the end of the entity replacement as a result of a call to XmlReader::ResolveEntity. |
XmlDeclaration | The XML declaration (for example, |
|
strong |
Specifies the method used to serialize the XmlWriter output.
Enumerator | |
---|---|
Xml | Serialize according to the XML 1.0 rules. |
Html | Serialize according to the HTML rules specified by XSLT. |
Text | Serialize text blocks only. |
AutoDetect | Use the XSLT rules to choose between the XmlOutputMethod::Xml and XmlOutputMethod::Html output methods at runtime. |
|
strong |
|
strong |
|
strong |
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.
ASPOSECPP_SHARED_API bool System::Xml::operator!= | ( | const SharedPtr< XmlQualifiedName > & | a, |
const SharedPtr< XmlQualifiedName > & | b ) |
Compares two XmlQualifiedName objects.
a | An XmlQualifiedName to compare. |
b | An XmlQualifiedName to compare. |
true
if the name and namespace values for the two objects differ; otherwise, false
. ASPOSECPP_SHARED_API bool System::Xml::operator== | ( | const SharedPtr< XmlQualifiedName > & | a, |
const SharedPtr< XmlQualifiedName > & | b ) |
Compares two XmlQualifiedName objects.
a | An XmlQualifiedName to compare. |
b | An XmlQualifiedName to compare. |
true
if the two objects have the same name and namespace values; otherwise, false
.