메소드 | 설명 | |
---|---|---|
SimplifiedXPathWriter ( ) : System.Collections.Generic | ||
SimplifiedXPathWriter ( IEnumerable |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System.Collections.Generic |
public SimplifiedXPathWriter ( IEnumerable |
||
filters | IEnumerable |
|
리턴 | System.Collections.Generic |
protected WriteAttributeNameWithPrefix ( string namespacePrefix, string localName ) : void | ||
namespacePrefix | string | |
localName | string | |
리턴 | void |
protected WriteAttributeNameWithoutPrefix ( System.Xml.Linq.XName name ) : void | ||
name | System.Xml.Linq.XName | |
리턴 | void |
protected WriteElementNameWithPrefix ( string namespacePrefix, string localName ) : void | ||
namespacePrefix | string | |
localName | string | |
리턴 | void |
protected WriteElementNameWithoutPrefix ( System.Xml.Linq.XName element ) : void | ||
element | System.Xml.Linq.XName | |
리턴 | void |