C# 클래스 nl.siegmann.epublib.epub.DOMUtil

파일 보기 프로젝트 열기: lanfengqi/EpubLib-Sharp 1 사용 예제들

공개 메소드들

메소드 설명
getAttribute ( System.Xml.Linq.XElement element, String Attribute ) : String
getFindAttributeValue ( System.Xml.Linq.XElement document, String Namespace, String elementName, String findAttributeName, String findAttributeValue, String resultAttributeName ) : String
getFirstElementByTagNameNS ( System.Xml.Linq.XElement parentElement, String Namespace, String tagName ) : System.Xml.Linq.XElement

메소드 상세

getAttribute() 공개 정적인 메소드

public static getAttribute ( System.Xml.Linq.XElement element, String Attribute ) : String
element System.Xml.Linq.XElement
Attribute String
리턴 String

getFindAttributeValue() 공개 정적인 메소드

public static getFindAttributeValue ( System.Xml.Linq.XElement document, String Namespace, String elementName, String findAttributeName, String findAttributeValue, String resultAttributeName ) : String
document System.Xml.Linq.XElement
Namespace String
elementName String
findAttributeName String
findAttributeValue String
resultAttributeName String
리턴 String

getFirstElementByTagNameNS() 공개 정적인 메소드

public static getFirstElementByTagNameNS ( System.Xml.Linq.XElement parentElement, String Namespace, String tagName ) : System.Xml.Linq.XElement
parentElement System.Xml.Linq.XElement
Namespace String
tagName String
리턴 System.Xml.Linq.XElement