C# 클래스 UnityEditor.AndroidXmlDocument

상속: System.Xml.XmlDocument
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
nsMgr System.Xml.XmlNamespaceManager

공개 메소드들

메소드 설명
AndroidXmlDocument ( string path ) : System
CreateAttribute ( string prefix, string localName, string namezpace, string value ) : XmlAttribute
PatchStringRes ( string tag, string attrib, string value ) : void
Save ( ) : string
SaveAs ( string path ) : string

보호된 메소드들

메소드 설명
AppendElement ( XmlElement node, string tag, string attribute ) : XmlElement
AppendElement ( XmlElement node, string tag, string attribute, string attributeValue ) : XmlElement

메소드 상세

AndroidXmlDocument() 공개 메소드

public AndroidXmlDocument ( string path ) : System
path string
리턴 System

AppendElement() 보호된 메소드

protected AppendElement ( XmlElement node, string tag, string attribute ) : XmlElement
node System.Xml.XmlElement
tag string
attribute string
리턴 System.Xml.XmlElement

AppendElement() 보호된 메소드

protected AppendElement ( XmlElement node, string tag, string attribute, string attributeValue ) : XmlElement
node System.Xml.XmlElement
tag string
attribute string
attributeValue string
리턴 System.Xml.XmlElement

CreateAttribute() 공개 메소드

public CreateAttribute ( string prefix, string localName, string namezpace, string value ) : XmlAttribute
prefix string
localName string
namezpace string
value string
리턴 System.Xml.XmlAttribute

PatchStringRes() 공개 메소드

public PatchStringRes ( string tag, string attrib, string value ) : void
tag string
attrib string
value string
리턴 void

Save() 공개 메소드

public Save ( ) : string
리턴 string

SaveAs() 공개 메소드

public SaveAs ( string path ) : string
path string
리턴 string

프로퍼티 상세

nsMgr 보호되어 있는 프로퍼티

protected XmlNamespaceManager,System.Xml nsMgr
리턴 System.Xml.XmlNamespaceManager