Lenguaje

XmlUtility Clase

Definición

Colección de funciones para analizar un xml mediante SAX

[System.Runtime.InteropServices.ComVisible(false)]
public class XmlUtility
[<System.Runtime.InteropServices.ComVisible(false)>]
type XmlUtility = class
Public Class XmlUtility
Herencia
XmlUtility
Atributos

Métodos

Nombre Description
GetFirstElementOnLevel(XmlTextReader)

obtener el primer elemento en el nivel actual

GetFirstElementOnLevel(XmlTextReader)

obtener el primer elemento en el nivel actual

GoDownOneLevel(XmlTextReader)

leer hasta que bajamos un nivel

GoDownOneLevel(XmlTextReader)

leer hasta que bajamos un nivel

GoUpOneLevel(XmlTextReader)

leer hasta subir un nivel

GoUpOneLevel(XmlTextReader)

leer hasta subir un nivel

IsElement(XmlTextReader, String)

true si la entidad actual es un elemento con el nombre especificado

IsElement(XmlTextReader, String)

true si la entidad actual es un elemento con el nombre especificado

SelectChildrenByAttribute(XmlTextReader, String, String)

seleccionar elementos secundarios por atributo

SelectChildrenByAttribute(XmlTextReader, String, String)

seleccionar elementos secundarios por atributo

SelectChildrenByName(XmlTextReader, String)

seleccionar elementos secundarios por nombre

SelectChildrenByName(XmlTextReader, String)

seleccionar elementos secundarios por nombre

SelectElementByName(XmlTextReader, String)

seleccione el primer eleemtn con el nombre especificado.

SelectElementByName(XmlTextReader, String)

seleccione el primer eleemtn con el nombre especificado.

SelectNextElement(XmlTextReader, String)

seleccione el elemento siguiente por nombre.

SelectNextElement(XmlTextReader, String)

seleccione el elemento siguiente por nombre.

SelectNextElement(XmlTextReader)

seleccione el elemento siguiente.

SelectNextElement(XmlTextReader)

seleccione el elemento siguiente.

SelectNextElementOnLevel(XmlTextReader)

seleccione el siguiente elemento en el mismo nivel.

SelectNextElementOnLevel(XmlTextReader)

seleccione el siguiente elemento en el mismo nivel.

SelectNextSibling(XmlTextReader)

seleccione la siguiente sibbling del elemento actual.

SelectNextSibling(XmlTextReader)

seleccione la siguiente sibbling del elemento actual.

Se aplica a