Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace System.Xml
Totale classi: 461, di cui
- 49 nuove
- 149 modificate
- 0 rimosse
Pagina ... 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ...
System.Xml.XmlDocument != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | NodeChanged | |
= | NodeChanging | |
= | NodeInserted | |
= | NodeInserting | |
= | NodeRemoved | |
= | NodeRemoving | |
= | CloneNode (Boolean deep) | |
= | CreateAttribute (String name) | |
= | CreateAttribute (String qualifiedName, String namespaceURI) | |
= | CreateAttribute (String prefix, String localName, String namespaceURI) | |
= | CreateCDataSection (String data) | |
= | CreateComment (String data) | |
= | CreateDocumentFragment () | |
= | CreateDocumentType (String name, String publicId, String systemId, String internalSubset) | |
= | CreateElement (String name) | |
= | CreateElement (String qualifiedName, String namespaceURI) | |
= | CreateElement (String prefix, String localName, String namespaceURI) | |
= | CreateEntityReference (String name) | |
- | CreateNavigator () | |
= | CreateNode (XmlNodeType type, String prefix, String name, String namespaceURI) | |
= | CreateNode (String nodeTypeString, String name, String namespaceURI) | |
= | CreateNode (XmlNodeType type, String name, String namespaceURI) | |
= | CreateProcessingInstruction (String target, String data) | |
= | CreateSignificantWhitespace (String text) | |
= | CreateTextNode (String text) | |
= | CreateWhitespace (String text) | |
= | CreateXmlDeclaration (String version, String encoding, String standalone) | |
= | GetElementById (String elementId) | |
= | GetElementsByTagName (String name) | |
= | GetElementsByTagName (String localName, String namespaceURI) | |
= | ImportNode (XmlNode node, Boolean deep) | |
= | Load (Stream inStream) | |
= | Load (TextReader txtReader) | |
= | Load (XmlReader reader) | |
= | Load (String filename) | |
= | LoadXml (String xml) | |
= | ReadNode (XmlReader reader) | |
= | Save (String filename) | |
= | Save (Stream outStream) | |
= | Save (TextWriter writer) | |
= | Save (XmlWriter w) | |
- | Validate (ValidationEventHandler validationEventHandler) | |
- | Validate (ValidationEventHandler validationEventHandler, XmlNode nodeToValidate) | |
= | WriteContentTo (XmlWriter xw) | |
= | WriteTo (XmlWriter w) | |
= | BaseURI | |
= | DocumentElement | |
= | DocumentType | |
= | Implementation | |
= | InnerXml | |
= | IsReadOnly | |
= | LocalName | |
= | Name | |
= | NameTable | |
= | NodeType | |
= | OwnerDocument | |
- | ParentNode | |
= | PreserveWhitespace | |
- | SchemaInfo | |
- | Schemas | |
= | XmlResolver |
System.Xml.XmlDocumentFragment = | ||
---|---|---|
= | CloneNode (Boolean deep) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | InnerXml | |
= | LocalName | |
= | Name | |
= | NodeType | |
= | OwnerDocument | |
= | ParentNode |
System.Xml.XmlDocumentType = | ||
---|---|---|
= | CloneNode (Boolean deep) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | Entities | |
= | InternalSubset | |
= | IsReadOnly | |
= | LocalName | |
= | Name | |
= | NodeType | |
= | Notations | |
= | PublicId | |
= | SystemId |
System.Xml.XmlElement != | ||
---|---|---|
= | CloneNode (Boolean deep) | |
= | GetAttribute (String name) | |
= | GetAttribute (String localName, String namespaceURI) | |
= | GetAttributeNode (String name) | |
= | GetAttributeNode (String localName, String namespaceURI) | |
= | GetElementsByTagName (String name) | |
= | GetElementsByTagName (String localName, String namespaceURI) | |
= | HasAttribute (String name) | |
= | HasAttribute (String localName, String namespaceURI) | |
= | RemoveAll () | |
= | RemoveAllAttributes () | |
= | RemoveAttribute (String name) | |
= | RemoveAttribute (String localName, String namespaceURI) | |
= | RemoveAttributeAt (Int32 i) | |
= | RemoveAttributeNode (XmlAttribute oldAttr) | |
= | RemoveAttributeNode (String localName, String namespaceURI) | |
= | SetAttribute (String name, String value) | |
= | SetAttribute (String localName, String namespaceURI, String value) | |
= | SetAttributeNode (XmlAttribute newAttr) | |
= | SetAttributeNode (String localName, String namespaceURI) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | Attributes | |
= | HasAttributes | |
= | InnerText | |
= | InnerXml | |
= | IsEmpty | |
= | LocalName | |
= | Name | |
= | NamespaceURI | |
= | NextSibling | |
= | NodeType | |
= | OwnerDocument | |
- | ParentNode | |
= | Prefix | |
- | SchemaInfo |
System.Xml.XmlEntity = | ||
---|---|---|
= | CloneNode (Boolean deep) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | BaseURI | |
= | InnerText | |
= | InnerXml | |
= | IsReadOnly | |
= | LocalName | |
= | Name | |
= | NodeType | |
= | NotationName | |
= | OuterXml | |
= | PublicId | |
= | SystemId |
System.Xml.XmlEntityReference = | ||
---|---|---|
= | CloneNode (Boolean deep) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | BaseURI | |
= | IsReadOnly | |
= | LocalName | |
= | Name | |
= | NodeType | |
= | Value |
System.Xml.XmlNodeChangedAction = | ||
---|---|---|
= | Change | |
= | Insert | |
= | Remove | |
= | value__ |
System.Xml.XmlImplementation = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | CreateDocument () | |
= | HasFeature (String strFeature, String strVersion) |
System.Xml.XmlNodeChangedEventArgs != | ||
---|---|---|
- | .ctor () | |
= | Action | |
= | NewParent | |
- | NewValue | |
= | Node | |
= | OldParent | |
- | OldValue |
System.Xml.XmlNodeChangedEventHandler = | ||
---|---|---|
= | .ctor () | |
= | BeginInvoke (Object sender, XmlNodeChangedEventArgs e, AsyncCallback callback, Object object) | |
= | EndInvoke (IAsyncResult result) | |
= | Invoke (Object sender, XmlNodeChangedEventArgs e) |
System.Xml.XmlNodeReader != | ||
---|---|---|
= | .ctor () | |
= | Close () | |
= | GetAttribute (String name) | |
= | GetAttribute (String name, String namespaceURI) | |
= | GetAttribute (Int32 attributeIndex) | |
= | LookupNamespace (String prefix) | |
= | MoveToAttribute (String name) | |
= | MoveToAttribute (String name, String namespaceURI) | |
= | MoveToAttribute (Int32 attributeIndex) | |
= | MoveToElement () | |
= | MoveToFirstAttribute () | |
= | MoveToNextAttribute () | |
= | Read () | |
= | ReadAttributeValue () | |
- | ReadContentAsBase64 (Byte[] buffer, Int32 index, Int32 count) | |
- | ReadContentAsBinHex (Byte[] buffer, Int32 index, Int32 count) | |
- | ReadElementContentAsBase64 (Byte[] buffer, Int32 index, Int32 count) | |
- | ReadElementContentAsBinHex (Byte[] buffer, Int32 index, Int32 count) | |
= | ReadString () | |
= | ResolveEntity () | |
= | Skip () | |
= | AttributeCount | |
= | BaseURI | |
- | CanReadBinaryContent | |
= | CanResolveEntity | |
= | Depth | |
= | EOF | |
= | HasAttributes | |
= | HasValue | |
= | IsDefault | |
= | IsEmptyElement | |
= | LocalName | |
= | Name | |
= | NamespaceURI | |
= | NameTable | |
= | NodeType | |
= | Prefix | |
= | ReadState | |
- | SchemaInfo | |
= | Value | |
= | XmlLang | |
= | XmlSpace |
System.Xml.XmlNotation = | ||
---|---|---|
= | CloneNode (Boolean deep) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | InnerXml | |
= | IsReadOnly | |
= | LocalName | |
= | Name | |
= | NodeType | |
= | OuterXml | |
= | PublicId | |
= | SystemId |
System.Xml.XmlProcessingInstruction = | ||
---|---|---|
= | CloneNode (Boolean deep) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | Data | |
= | InnerText | |
= | LocalName | |
= | Name | |
= | NodeType | |
= | Target | |
= | Value |
System.Xml.XmlSignificantWhitespace != | ||
---|---|---|
= | CloneNode (Boolean deep) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | LocalName | |
= | Name | |
= | NodeType | |
- | ParentNode | |
= | Value |
Powered by Ricciolo