C# 클래스 EU.Europa.EC.Markt.Dss.Signature.Xades.XmlUtils

Utility class that contains some XML related method.
Utility class that contains some XML related method.
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
GetNamespaceURI ( string prefix ) : string
GetNodeList ( XmlElement xmlElement, string xpathString ) : XmlNodeList

Return the Element corresponding the the XPath

ToDocument ( XmlDocument originalDocument, XadesSignedXml xadesSignedXml ) : Document
ToXmlDocument ( Document document ) : XmlDocument

메소드 상세

GetNamespaceURI() 공개 정적인 메소드

public static GetNamespaceURI ( string prefix ) : string
prefix string
리턴 string

GetNodeList() 공개 정적인 메소드

Return the Element corresponding the the XPath
Javax.Xml.Xpath.XPathExpressionException ///
public static GetNodeList ( XmlElement xmlElement, string xpathString ) : XmlNodeList
xmlElement System.Xml.XmlElement
xpathString string
리턴 System.Xml.XmlNodeList

ToDocument() 공개 정적인 메소드

public static ToDocument ( XmlDocument originalDocument, XadesSignedXml xadesSignedXml ) : Document
originalDocument System.Xml.XmlDocument
xadesSignedXml Microsoft.Xades.XadesSignedXml
리턴 Document

ToXmlDocument() 공개 정적인 메소드

public static ToXmlDocument ( Document document ) : XmlDocument
document Document
리턴 System.Xml.XmlDocument