메소드 | 설명 | |
---|---|---|
FindNextPageLink ( System.Xml.Linq.XElement body, string url ) : string |
Looks for any paging links that may occur within the document
|
|
GetAttributeValue ( System.Xml.Linq.XElement element, string attributeName, string defaultValue ) : string | ||
GetClass ( System.Xml.Linq.XElement element ) : string | ||
GetElementsByTagName ( System.Xml.Linq.XContainer container, string tagName ) : IEnumerable |
||
GetId ( System.Xml.Linq.XElement element ) : string |
메소드 | 설명 | |
---|---|---|
FindBaseUrl ( string url ) : string | ||
GetInnerText ( System.Xml.Linq.XNode node ) : string | ||
GetInnerText ( System.Xml.Linq.XNode node, bool dontNormalizeSpaces ) : string |
public static FindNextPageLink ( System.Xml.Linq.XElement body, string url ) : string | ||
body | System.Xml.Linq.XElement | Content body |
url | string | Url of document |
리턴 | string |
public static GetAttributeValue ( System.Xml.Linq.XElement element, string attributeName, string defaultValue ) : string | ||
element | System.Xml.Linq.XElement | |
attributeName | string | |
defaultValue | string | |
리턴 | string |
public static GetClass ( System.Xml.Linq.XElement element ) : string | ||
element | System.Xml.Linq.XElement | |
리턴 | string |
public static GetElementsByTagName ( System.Xml.Linq.XContainer container, string tagName ) : IEnumerable |
||
container | System.Xml.Linq.XContainer | |
tagName | string | |
리턴 | IEnumerable |
public static GetId ( System.Xml.Linq.XElement element ) : string | ||
element | System.Xml.Linq.XElement | |
리턴 | string |