C# Class UnityEditor.AndroidXmlDocument

Inheritance: System.Xml.XmlDocument
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
nsMgr System.Xml.XmlNamespaceManager

Méthodes publiques

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

Méthodes protégées

Méthode Description
AppendElement ( XmlElement node, string tag, string attribute ) : XmlElement
AppendElement ( XmlElement node, string tag, string attribute, string attributeValue ) : XmlElement

Method Details

AndroidXmlDocument() public méthode

public AndroidXmlDocument ( string path ) : System
path string
Résultat System

AppendElement() protected méthode

protected AppendElement ( XmlElement node, string tag, string attribute ) : XmlElement
node System.Xml.XmlElement
tag string
attribute string
Résultat System.Xml.XmlElement

AppendElement() protected méthode

protected AppendElement ( XmlElement node, string tag, string attribute, string attributeValue ) : XmlElement
node System.Xml.XmlElement
tag string
attribute string
attributeValue string
Résultat System.Xml.XmlElement

CreateAttribute() public méthode

public CreateAttribute ( string prefix, string localName, string namezpace, string value ) : XmlAttribute
prefix string
localName string
namezpace string
value string
Résultat System.Xml.XmlAttribute

PatchStringRes() public méthode

public PatchStringRes ( string tag, string attrib, string value ) : void
tag string
attrib string
value string
Résultat void

Save() public méthode

public Save ( ) : string
Résultat string

SaveAs() public méthode

public SaveAs ( string path ) : string
path string
Résultat string

Property Details

nsMgr protected_oe property

protected XmlNamespaceManager,System.Xml nsMgr
Résultat System.Xml.XmlNamespaceManager