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

Afficher le fichier Open project: lanfengqi/EpubLib-Sharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static getAttribute ( System.Xml.Linq.XElement element, String Attribute ) : String
element System.Xml.Linq.XElement
Attribute String
Résultat String

getFindAttributeValue() public static méthode

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
Résultat String

getFirstElementByTagNameNS() public static méthode

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
Résultat System.Xml.Linq.XElement