Méthode | Description | |
---|---|---|
Attribute ( System.Xml.Linq.XName name ) : System.Xml.Linq.XAttribute |
name의 Attribute를 반환합니다.
|
|
Attributes ( ) : IEnumerable |
모든 Attribute 들을 열거합니다.
|
|
Attributes ( System.Xml.Linq.XName name ) : IEnumerable |
name에 해당하는 Attribute 들을 열거합니다.
|
|
Descendants ( System.Xml.Linq.XName name ) : IEnumerable |
Element Name 이 name인 모든 자손 XElement들을 열거합니다.
|
|
Element ( System.Xml.Linq.XName name ) : System.Xml.Linq.XElement |
Element Name 이 name인 첫번째 XElement를 반환합니다.
|
|
Elements ( ) : IEnumerable |
모든 XElement를 반환합니다.
|
|
Elements ( System.Xml.Linq.XName name ) : IEnumerable |
Element Name 이 name인 XElement를 열거합니다.
|
|
Load ( Stream stream ) : |
stream으로부터 정보를 읽어들이는 XStreamReader를 생성합니다.
|
|
Load ( |
textReader으로부터 정보를 읽어들이는 XStreamReader를 생성합니다.
|
|
Load ( XmlReader reader ) : |
reader으로부터 정보를 읽어들이는 XStreamReader를 생성합니다.
|
|
Load ( string uri ) : |
uri으로부터 정보를 읽어들이는 XStreamReader를 생성합니다.
|
|
Parse ( string text ) : |
text를 파싱하여 XStreamReader를 생성합니다.
|
Méthode | Description | |
---|---|---|
MoveToNextElement ( XmlReader reader ) : void | ||
MoveToNextFollowing ( XmlReader reader ) : void | ||
XStreamReader ( Expression |
public Attribute ( System.Xml.Linq.XName name ) : System.Xml.Linq.XAttribute | ||
name | System.Xml.Linq.XName | |
Résultat | System.Xml.Linq.XAttribute |
public Attributes ( System.Xml.Linq.XName name ) : IEnumerable |
||
name | System.Xml.Linq.XName | |
Résultat | IEnumerable |
public Descendants ( System.Xml.Linq.XName name ) : IEnumerable |
||
name | System.Xml.Linq.XName | |
Résultat | IEnumerable |
public Element ( System.Xml.Linq.XName name ) : System.Xml.Linq.XElement | ||
name | System.Xml.Linq.XName | |
Résultat | System.Xml.Linq.XElement |
public Elements ( System.Xml.Linq.XName name ) : IEnumerable |
||
name | System.Xml.Linq.XName | |
Résultat | IEnumerable |
public static Load ( Stream stream ) : |
||
stream | Stream | |
Résultat |
public static Load ( |
||
textReader | ||
Résultat |
public static Load ( XmlReader reader ) : |
||
reader | XmlReader | |
Résultat |
public static Load ( string uri ) : |
||
uri | string | |
Résultat |
public static Parse ( string text ) : |
||
text | string | |
Résultat |