C# Class nl.siegmann.epublib.epub.DOMUtil

显示文件 Open project: lanfengqi/EpubLib-Sharp Class Usage Examples

Public Methods

Method Description
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

Method Details

getAttribute() public static method

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

getFindAttributeValue() public static method

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
return String

getFirstElementByTagNameNS() public static method

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
return System.Xml.Linq.XElement