Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
XmlUtilities.XmlUtils 成员列表

成员的完整列表,这些成员属于 XmlUtilities.XmlUtils,包括所有继承而来的类成员

AddElement(XElement parentNode, string name)XmlUtilities.XmlUtilsstatic
FindChildElement(XElement node, string elementName, bool throwIfNotFound)XmlUtilities.XmlUtilsstatic
GetAttributeValue(XElement node, string attributeName, Type type)XmlUtilities.XmlUtilsstatic
GetAttributeValue(XElement node, string attributeName, Type type, object defaultValue)XmlUtilities.XmlUtilsstatic
GetAttributeValue< T >(XElement node, string attributeName)XmlUtilities.XmlUtilsstatic
GetAttributeValue< T >(XElement node, string attributeName, T defaultValue)XmlUtilities.XmlUtilsstatic
LoadXmlFromStream(Stream stream, Encoding encoding, bool throwOnError)XmlUtilities.XmlUtilsstatic
LoadXmlFromString(string data, bool throwOnError)XmlUtilities.XmlUtilsstatic
LoadXmlFromTextReader(TextReader textReader, bool throwOnError)XmlUtilities.XmlUtilsstatic
SaveXmlToStream(XElement node, Stream stream, Encoding encoding, bool throwOnError)XmlUtilities.XmlUtilsstatic
SaveXmlToString(XElement node, bool throwOnError)XmlUtilities.XmlUtilsstatic
SaveXmlToTextWriter(XElement node, TextWriter textWriter, bool throwOnError)XmlUtilities.XmlUtilsstatic
SetAttributeValue(XElement node, string attributeName, object value)XmlUtilities.XmlUtilsstatic