Method | Description | |
---|---|---|
SimplifiedXPathWriter ( ) : System.Collections.Generic | ||
SimplifiedXPathWriter ( IEnumerable |
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 |
public SimplifiedXPathWriter ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SimplifiedXPathWriter ( IEnumerable |
||
filters | IEnumerable |
|
return | System.Collections.Generic |
protected WriteAttributeNameWithPrefix ( string namespacePrefix, string localName ) : void | ||
namespacePrefix | string | |
localName | string | |
return | void |
protected WriteAttributeNameWithoutPrefix ( System.Xml.Linq.XName name ) : void | ||
name | System.Xml.Linq.XName | |
return | void |
protected WriteElementNameWithPrefix ( string namespacePrefix, string localName ) : void | ||
namespacePrefix | string | |
localName | string | |
return | void |
protected WriteElementNameWithoutPrefix ( System.Xml.Linq.XName element ) : void | ||
element | System.Xml.Linq.XName | |
return | void |