|
| | XmlDocument () |
| |
| override XmlNode | CloneNode (bool deep) |
| |
| XmlAttribute | CreateAttribute (string name) |
| |
| virtual XmlCDataSection | CreateCDataSection (string data) |
| |
| virtual XmlComment | CreateComment (string data) |
| |
| virtual XmlDocumentType | CreateDocumentType (string name, string publicId, string systemId, string internalSubset) |
| |
| virtual XmlDocumentFragment | CreateDocumentFragment () |
| |
| XmlElement | CreateElement (string name) |
| |
| virtual XmlEntityReference | CreateEntityReference (string name) |
| |
| virtual XmlProcessingInstruction | CreateProcessingInstruction (string target, string data) |
| |
| virtual XmlDeclaration | CreateXmlDeclaration (string version, string encoding, string standalone) |
| |
| virtual XmlText | CreateTextNode (string text) |
| |
| virtual XmlSignificantWhitespace | CreateSignificantWhitespace (string text) |
| |
| virtual XmlWhitespace | CreateWhitespace (string text) |
| |
| XmlAttribute | CreateAttribute (string qualifiedName, string namespaceURI) |
| |
| XmlElement | CreateElement (string qualifiedName, string namespaceURI) |
| |
| virtual XmlAttribute | CreateAttribute (string prefix, string localName, string namespaceURI) |
| |
| virtual XmlElement | CreateElement (string prefix, string localName, string namespaceURI) |
| |
| virtual void | Load (XmlReader reader) |
| |
| virtual void | LoadXml (string xml) |
| |
| virtual XmlNode | RemoveChild (XmlNode oldChild) |
| |
| virtual XmlNode | AppendChild (XmlNode newChild) |
| |
| virtual void | RemoveAll () |
| |
| virtual string | GetPrefixOfNamespace (string namespaceURI) |
| |
|
| | XmlDocument (XmlImplementation imp) |
| |
| XmlName | AddXmlName (string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo) |
| |
| XmlName | GetXmlName (string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo) |
| |
| XmlName | AddAttrXmlName (string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo) |
| |
| bool | AddIdInfo (XmlName eleName, XmlName attrName) |
| |
| XmlName | GetIDInfoByElement (XmlName eleName) |
| |
| void | AddElementWithId (string id, XmlElement elem) |
| |
| void | RemoveElementWithId (string id, XmlElement elem) |
| |
| XmlResolver | GetResolver () |
| |
| override bool | IsValidChildType (XmlNodeType type) |
| |
| override bool | CanInsertAfter (XmlNode newChild, XmlNode refChild) |
| |
| void | SetDefaultNamespace (string prefix, string localName, ref string namespaceURI) |
| |
| void | AddDefaultAttributes (XmlElement elem) |
| |
| virtual XmlAttribute | CreateDefaultAttribute (string prefix, string localName, string namespaceURI) |
| |
| override XmlNodeChangedEventArgs | GetEventArgs (XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action) |
| |
| XmlNodeChangedEventArgs | GetInsertEventArgsForLoad (XmlNode node, XmlNode newParent) |
| |
| override void | BeforeEvent (XmlNodeChangedEventArgs args) |
| |
| override void | AfterEvent (XmlNodeChangedEventArgs args) |
| |
| XmlAttribute | GetDefaultAttribute (XmlElement elem, string attrPrefix, string attrLocalname, string attrNamespaceURI) |
| |
| XmlEntity | GetEntityNode (string name) |
| |
| void | SetBaseURI (string inBaseURI) |
| |
| override XmlNode | AppendChildForLoad (XmlNode newChild, XmlDocument doc) |
| |
| bool | AncestorNode (XmlNode node) |
| |
| virtual void | CopyChildren (XmlDocument doc, XmlNode container, bool deep) |
| |
| string | GetPrefixOfNamespaceStrict (string namespaceURI) |
| |
| virtual void | SetParent (XmlNode node) |
| |
| virtual void | SetParentForLoad (XmlNode node) |
| |
| virtual XmlNode | FindChild (XmlNodeType type) |
| |
Definition at line 14 of file XmlDocument.cs.