C# Class ReasonCodeExample.XPathInformation.Writers.SimplifiedXPathWriter

Inheritance: XPathWriter
Show file Open project: uli-weltersbach/XPathInformation Class Usage Examples

Public Methods

Method Description
SimplifiedXPathWriter ( ) : System.Collections.Generic
SimplifiedXPathWriter ( IEnumerable filters ) : System.Collections.Generic

Protected Methods

Method 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 method

public SimplifiedXPathWriter ( ) : System.Collections.Generic
return System.Collections.Generic

SimplifiedXPathWriter() public method

public SimplifiedXPathWriter ( IEnumerable filters ) : System.Collections.Generic
filters IEnumerable
return System.Collections.Generic

WriteAttributeNameWithPrefix() protected method

protected WriteAttributeNameWithPrefix ( string namespacePrefix, string localName ) : void
namespacePrefix string
localName string
return void

WriteAttributeNameWithoutPrefix() protected method

protected WriteAttributeNameWithoutPrefix ( System.Xml.Linq.XName name ) : void
name System.Xml.Linq.XName
return void

WriteElementNameWithPrefix() protected method

protected WriteElementNameWithPrefix ( string namespacePrefix, string localName ) : void
namespacePrefix string
localName string
return void

WriteElementNameWithoutPrefix() protected method

protected WriteElementNameWithoutPrefix ( System.Xml.Linq.XName element ) : void
element System.Xml.Linq.XName
return void