C# Class ReasonCodeExample.XPathInformation.Writers.SimplifiedXPathWriter

Inheritance: XPathWriter
Afficher le fichier Open project: uli-weltersbach/XPathInformation Class Usage Examples

Méthodes publiques

Méthode Description
SimplifiedXPathWriter ( ) : System.Collections.Generic
SimplifiedXPathWriter ( IEnumerable filters ) : System.Collections.Generic

Méthodes protégées

Méthode Description
WriteAttributeNameWithPrefix ( string namespacePrefix, string localName ) : void
WriteAttributeNameWithoutPrefix ( System.Xml.Linq.XName name ) : void
WriteElementNameWithPrefix ( string namespacePrefix, string localName ) : void
WriteElementNameWithoutPrefix ( System.Xml.Linq.XName element ) : void

Method Details

SimplifiedXPathWriter() public méthode

public SimplifiedXPathWriter ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SimplifiedXPathWriter() public méthode

public SimplifiedXPathWriter ( IEnumerable filters ) : System.Collections.Generic
filters IEnumerable
Résultat System.Collections.Generic

WriteAttributeNameWithPrefix() protected méthode

protected WriteAttributeNameWithPrefix ( string namespacePrefix, string localName ) : void
namespacePrefix string
localName string
Résultat void

WriteAttributeNameWithoutPrefix() protected méthode

protected WriteAttributeNameWithoutPrefix ( System.Xml.Linq.XName name ) : void
name System.Xml.Linq.XName
Résultat void

WriteElementNameWithPrefix() protected méthode

protected WriteElementNameWithPrefix ( string namespacePrefix, string localName ) : void
namespacePrefix string
localName string
Résultat void

WriteElementNameWithoutPrefix() protected méthode

protected WriteElementNameWithoutPrefix ( System.Xml.Linq.XName element ) : void
element System.Xml.Linq.XName
Résultat void