Generic XML processing: XML document and element parsing and writing helpers, graph writing support, a code generator, and XPath query and parser support.
Microsoft.VisualBasic.MIME.application.xml 1.0.9762.11310.
01 Namespaces
Microsoft.VisualBasic.MIME.application.xml
| Type | Summary | Members |
|---|---|---|
| CodeGenerator | Generate the VB.NET class code based on the xsd definition | 0 |
| CurrentNode | 选取当前节点。 | 1 |
| CurrentNodes | 从匹配选择的当前节点选择文档中的节点,而不考虑它们的位置。 | 1 |
| ParentNode | 选取当前节点的父节点。 | 1 |
| RootPathSelector | 从根节点选取。 | 1 |
| SelectAttributes | 选取属性。 | 1 |
| SelectByNodeName | 选取此节点的所有子节点。 | 1 |
| XmlElement | A generic xml element node | 4 |
| XmlParser | 1 | |
| XPath | 1. nodename 选取此节点的所有子节点。 2. / 从根节点选取。 3. // 从匹配选择的当前节点选择文档中的节点,而不考虑它们的位置。 4. . 选取当前节点。 5. .. 选取当前节点的父节点。 6. @ 选取属性。 | 2 |
Microsoft.VisualBasic.MIME.application.xml.MathML
MathML content models: math element and operator enums, the expression types (binary, lambda, function and symbol) and the content builder that assembles MathML expressions.
| Type | Summary | Members |
|---|---|---|
| actiontypes | 4 | |
| Apply | 8 | |
| ContentBuilder | 3 | |
| LambdaExpression | A lambda expression that consist with the LambdaExpression.parameters and LambdaExpression.lambda body. | 4 |
| maction | The MathML <maction> element provides a possibility to bind actions to (sub-) expressions. | 4 |