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 1 2 3 4 5 6 7 8 9 10 ...
System.Xml.XPath.XPathNavigator != | ||
---|---|---|
+ | AppendChild () | |
+ | AppendChild (String newChild) | |
+ | AppendChild (XmlReader newChild) | |
+ | AppendChild (XPathNavigator newChild) | |
+ | AppendChildElement (String prefix, String localName, String namespaceURI, String value) | |
+ | CheckValidity (XmlSchemaSet schemas, ValidationEventHandler validationEventHandler) | |
= | Clone () | |
= | Clone () | |
= | ComparePosition (XPathNavigator nav) | |
= | ComparePosition (XPathNavigator nav) | |
= | Compile (String xpath) | |
= | Compile (String xpath) | |
+ | CreateAttribute (String prefix, String localName, String namespaceURI, String value) | |
+ | CreateAttributes () | |
+ | CreateNavigator () | |
+ | DeleteRange (XPathNavigator lastSiblingToDelete) | |
+ | DeleteSelf () | |
= | Evaluate (String xpath) | |
= | Evaluate (XPathExpression expr, XPathNodeIterator context) | |
= | Evaluate (XPathExpression expr) | |
= | Evaluate (String xpath) | |
+ | Evaluate (String xpath, IXmlNamespaceResolver resolver) | |
= | Evaluate (XPathExpression expr) | |
= | Evaluate (XPathExpression expr, XPathNodeIterator context) | |
= | GetAttribute (String localName, String namespaceURI) | |
= | GetAttribute (String localName, String namespaceURI) | |
= | GetNamespace (String name) | |
= | GetNamespace (String name) | |
+ | GetNamespacesInScope (XmlNamespaceScope scope) | |
+ | InsertAfter () | |
+ | InsertAfter (String newSibling) | |
+ | InsertAfter (XmlReader newSibling) | |
+ | InsertAfter (XPathNavigator newSibling) | |
+ | InsertBefore () | |
+ | InsertBefore (String newSibling) | |
+ | InsertBefore (XmlReader newSibling) | |
+ | InsertBefore (XPathNavigator newSibling) | |
+ | InsertElementAfter (String prefix, String localName, String namespaceURI, String value) | |
+ | InsertElementBefore (String prefix, String localName, String namespaceURI, String value) | |
= | IsDescendant (XPathNavigator nav) | |
= | IsDescendant (XPathNavigator nav) | |
= | IsSamePosition (XPathNavigator other) | |
= | IsSamePosition (XPathNavigator other) | |
+ | LookupNamespace (String prefix) | |
+ | LookupPrefix (String namespaceURI) | |
= | Matches (String xpath) | |
= | Matches (XPathExpression expr) | |
= | Matches (XPathExpression expr) | |
= | Matches (String xpath) | |
= | MoveTo (XPathNavigator other) | |
= | MoveTo (XPathNavigator other) | |
= | MoveToAttribute (String localName, String namespaceURI) | |
= | MoveToAttribute (String localName, String namespaceURI) | |
+ | MoveToChild (String localName, String namespaceURI) | |
+ | MoveToChild (XPathNodeType type) | |
= | MoveToFirst () | |
= | MoveToFirst () | |
= | MoveToFirstAttribute () | |
= | MoveToFirstAttribute () | |
= | MoveToFirstChild () | |
= | MoveToFirstChild () | |
= | MoveToFirstNamespace (XPathNamespaceScope namespaceScope) | |
= | MoveToFirstNamespace () | |
= | MoveToFirstNamespace (XPathNamespaceScope namespaceScope) | |
= | MoveToFirstNamespace () | |
+ | MoveToFollowing (String localName, String namespaceURI) | |
+ | MoveToFollowing (String localName, String namespaceURI, XPathNavigator end) | |
+ | MoveToFollowing (XPathNodeType type) | |
+ | MoveToFollowing (XPathNodeType type, XPathNavigator end) | |
= | MoveToId (String id) | |
= | MoveToId (String id) | |
= | MoveToNamespace (String name) | |
= | MoveToNamespace (String name) | |
= | MoveToNext () | |
= | MoveToNext () | |
+ | MoveToNext (String localName, String namespaceURI) | |
+ | MoveToNext (XPathNodeType type) | |
= | MoveToNextAttribute () | |
= | MoveToNextAttribute () | |
= | MoveToNextNamespace (XPathNamespaceScope namespaceScope) | |
= | MoveToNextNamespace () | |
= | MoveToNextNamespace (XPathNamespaceScope namespaceScope) | |
= | MoveToNextNamespace () | |
= | MoveToParent () | |
= | MoveToParent () | |
= | MoveToPrevious () | |
= | MoveToPrevious () | |
= | MoveToRoot () | |
= | MoveToRoot () | |
+ | PrependChild () | |
+ | PrependChild (String newChild) | |
+ | PrependChild (XmlReader newChild) | |
+ | PrependChild (XPathNavigator newChild) | |
+ | PrependChildElement (String prefix, String localName, String namespaceURI, String value) | |
+ | ReadSubtree () | |
+ | ReplaceRange (XPathNavigator lastSiblingToReplace) | |
+ | ReplaceSelf (String newNode) | |
+ | ReplaceSelf (XmlReader newNode) | |
+ | ReplaceSelf (XPathNavigator newNode) | |
= | Select (String xpath) | |
= | Select (XPathExpression expr) | |
= | Select (String xpath) | |
+ | Select (String xpath, IXmlNamespaceResolver resolver) | |
= | Select (XPathExpression expr) | |
= | SelectAncestors (String name, String namespaceURI, Boolean matchSelf) | |
= | SelectAncestors (XPathNodeType type, Boolean matchSelf) | |
= | SelectAncestors (XPathNodeType type, Boolean matchSelf) | |
= | SelectAncestors (String name, String namespaceURI, Boolean matchSelf) | |
= | SelectChildren (String name, String namespaceURI) | |
= | SelectChildren (XPathNodeType type) | |
= | SelectChildren (XPathNodeType type) | |
= | SelectChildren (String name, String namespaceURI) | |
= | SelectDescendants (String name, String namespaceURI, Boolean matchSelf) | |
= | SelectDescendants (XPathNodeType type, Boolean matchSelf) | |
= | SelectDescendants (XPathNodeType type, Boolean matchSelf) | |
= | SelectDescendants (String name, String namespaceURI, Boolean matchSelf) | |
+ | SelectSingleNode (String xpath) | |
+ | SelectSingleNode (String xpath, IXmlNamespaceResolver resolver) | |
+ | SelectSingleNode (XPathExpression expression) | |
+ | SetTypedValue (Object typedValue) | |
+ | SetValue (String value) | |
= | ToString () | |
= | ToString () | |
+ | ValueAs (Type returnType, IXmlNamespaceResolver nsResolver) | |
+ | WriteSubtree (XmlWriter writer) | |
= | BaseURI | |
= | BaseURI | |
+ | CanEdit | |
= | HasAttributes | |
= | HasAttributes | |
= | HasChildren | |
= | HasChildren | |
+ | InnerXml | |
= | IsEmptyElement | |
= | IsEmptyElement | |
+ | IsNode | |
= | LocalName | |
= | LocalName | |
= | Name | |
= | Name | |
= | NamespaceURI | |
= | NamespaceURI | |
= | NameTable | |
= | NameTable | |
+ | NavigatorComparer | |
= | NodeType | |
= | NodeType | |
+ | OuterXml | |
= | Prefix | |
= | Prefix | |
+ | SchemaInfo | |
+ | TypedValue | |
+ | UnderlyingObject | |
- | Value | |
+ | ValueAsBoolean | |
+ | ValueAsDateTime | |
+ | ValueAsDouble | |
+ | ValueAsInt | |
+ | ValueAsLong | |
+ | ValueType | |
= | XmlLang | |
= | XmlLang | |
+ | XmlType |
System.Xml.IHasXmlNode = | ||
---|---|---|
= | GetNode () |
System.Xml.XPath.XPathNodeIterator != | ||
---|---|---|
= | Clone () | |
= | Clone () | |
+ | GetEnumerator () | |
= | MoveNext () | |
= | MoveNext () | |
= | Count | |
= | Count | |
= | Current | |
= | Current | |
= | CurrentPosition | |
= | CurrentPosition |
System.Xml.EntityHandling = | ||
---|---|---|
= | ExpandCharEntities | |
= | ExpandEntities | |
= | value__ |
System.Xml.IXmlLineInfo = | ||
---|---|---|
= | HasLineInfo () | |
= | LineNumber | |
= | LinePosition |
System.Xml.XmlNameTable = | ||
---|---|---|
= | Add (String array) | |
= | Add (Char[] array, Int32 offset, Int32 length) | |
= | Get (String array) | |
= | Get (Char[] array, Int32 offset, Int32 length) |
System.Xml.NameTable = | ||
---|---|---|
= | .ctor () | |
= | Add (String key) | |
= | Add (Char[] key, Int32 start, Int32 len) | |
= | Get (String value) | |
= | Get (Char[] key, Int32 start, Int32 len) |
System.Xml.ReadState = | ||
---|---|---|
= | Closed | |
= | EndOfFile | |
= | Error | |
= | Initial | |
= | Interactive | |
= | value__ |
System.Xml.ValidationType = | ||
---|---|---|
= | Auto | |
= | DTD | |
= | None | |
= | Schema | |
= | value__ | |
= | XDR |
System.Xml.WhitespaceHandling = | ||
---|---|---|
= | All | |
= | None | |
= | Significant | |
= | value__ |
System.Xml.XPath.IXPathNavigable = | ||
---|---|---|
= | CreateNavigator () |
System.Xml.XmlNode != | ||
---|---|---|
= | AppendChild (XmlNode newChild) | |
= | AppendChild (XmlNode newChild) | |
= | Clone () | |
= | Clone () | |
= | CloneNode (Boolean deep) | |
= | CloneNode (Boolean deep) | |
= | CreateNavigator () | |
= | CreateNavigator () | |
= | GetEnumerator () | |
= | GetEnumerator () | |
= | GetNamespaceOfPrefix (String prefix) | |
= | GetNamespaceOfPrefix (String prefix) | |
= | GetPrefixOfNamespace (String namespaceURI) | |
= | GetPrefixOfNamespace (String namespaceURI) | |
= | InsertAfter (XmlNode newChild, XmlNode refChild) | |
= | InsertAfter (XmlNode newChild, XmlNode refChild) | |
= | InsertBefore (XmlNode newChild, XmlNode refChild) | |
= | InsertBefore (XmlNode newChild, XmlNode refChild) | |
= | Normalize () | |
= | Normalize () | |
= | PrependChild (XmlNode newChild) | |
= | PrependChild (XmlNode newChild) | |
= | RemoveAll () | |
= | RemoveAll () | |
= | RemoveChild (XmlNode oldChild) | |
= | RemoveChild (XmlNode oldChild) | |
= | ReplaceChild (XmlNode newChild, XmlNode oldChild) | |
= | ReplaceChild (XmlNode newChild, XmlNode oldChild) | |
= | SelectNodes (String xpath) | |
= | SelectNodes (String xpath, XmlNamespaceManager nsmgr) | |
= | SelectNodes (String xpath) | |
= | SelectNodes (String xpath, XmlNamespaceManager nsmgr) | |
= | SelectSingleNode (String xpath) | |
= | SelectSingleNode (String xpath, XmlNamespaceManager nsmgr) | |
= | SelectSingleNode (String xpath) | |
= | SelectSingleNode (String xpath, XmlNamespaceManager nsmgr) | |
= | Supports (String feature, String version) | |
= | Supports (String feature, String version) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | Attributes | |
= | Attributes | |
= | BaseURI | |
= | BaseURI | |
= | ChildNodes | |
= | ChildNodes | |
= | FirstChild | |
= | FirstChild | |
= | HasChildNodes | |
= | HasChildNodes | |
= | InnerText | |
= | InnerText | |
= | InnerXml | |
= | InnerXml | |
= | IsReadOnly | |
= | IsReadOnly | |
= | Item [String name] | |
= | Item [String localname, String ns] | |
= | Item [String name] | |
= | Item [String localname, String ns] | |
= | LastChild | |
= | LastChild | |
= | LocalName | |
= | LocalName | |
= | Name | |
= | Name | |
= | NamespaceURI | |
= | NamespaceURI | |
= | NextSibling | |
= | NextSibling | |
= | NodeType | |
= | NodeType | |
= | OuterXml | |
= | OuterXml | |
= | OwnerDocument | |
= | OwnerDocument | |
= | ParentNode | |
= | ParentNode | |
= | Prefix | |
= | Prefix | |
= | PreviousSibling | |
= | PreviousSibling | |
+ | SchemaInfo | |
= | Value | |
= | Value |
System.Xml.XmlAttribute != | ||
---|---|---|
+ | AppendChild (XmlNode newChild) | |
= | CloneNode (Boolean deep) | |
= | CloneNode (Boolean deep) | |
+ | InsertAfter (XmlNode newChild, XmlNode refChild) | |
+ | InsertBefore (XmlNode newChild, XmlNode refChild) | |
+ | PrependChild (XmlNode newChild) | |
+ | RemoveChild (XmlNode oldChild) | |
+ | ReplaceChild (XmlNode newChild, XmlNode oldChild) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteContentTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | WriteTo (XmlWriter w) | |
= | BaseURI | |
= | BaseURI | |
= | InnerText | |
= | InnerText | |
= | InnerXml | |
= | InnerXml | |
= | LocalName | |
= | LocalName | |
= | Name | |
= | Name | |
= | NamespaceURI | |
= | NamespaceURI | |
= | NodeType | |
= | NodeType | |
= | OwnerDocument | |
= | OwnerDocument | |
= | OwnerElement | |
= | OwnerElement | |
= | ParentNode | |
= | ParentNode | |
= | Prefix | |
= | Prefix | |
+ | SchemaInfo | |
= | Specified | |
= | Specified | |
= | Value | |
= | Value |
System.Xml.XmlNamedNodeMap = | ||
---|---|---|
= | GetEnumerator () | |
= | GetNamedItem (String localName, String namespaceURI) | |
= | GetNamedItem (String name) | |
= | Item (Int32 index) | |
= | RemoveNamedItem (String localName, String namespaceURI) | |
= | RemoveNamedItem (String name) | |
= | SetNamedItem (XmlNode node) | |
= | Count |
Powered by Ricciolo