C# 클래스 RaumfeldNET.UPNP.XMLParser

파일 보기 프로젝트 열기: stoennies/raumwiese 1 사용 예제들

공개 메소드들

메소드 설명
getNodeAttributeValue ( string _xmlString, string _nodeId, string _attributeId ) : string
getNodeValue ( string _xmlString, string _nodeId ) : string

메소드 상세

getNodeAttributeValue() 공개 메소드

public getNodeAttributeValue ( string _xmlString, string _nodeId, string _attributeId ) : string
_xmlString string
_nodeId string
_attributeId string
리턴 string

getNodeValue() 공개 메소드

public getNodeValue ( string _xmlString, string _nodeId ) : string
_xmlString string
_nodeId string
리턴 string