Méthode | Description | |
---|---|---|
Equals ( object other ) : bool |
Return true if this InfoAtom has the same values as another InfoAtom.
|
|
GetHashCode ( ) : int |
Return this information atom's hash code, previously computed for performance.
|
|
Init ( string localName, string namespaceUri, string prefix, string baseUri, XPathNode pageParent, XPathNode pageSibling, XPathNode pageSimilar, |
Initialize an existing shared information atom. This method should only be used by the XNodeInfoTable.
|
|
ToString ( ) : string |
Return InfoAtom formatted as a string: hash=xxx, {http://my.com}foo:bar, parent=1, sibling=1, lineNum=0, linePos=0
|
|
XPathNodeInfoAtom ( |
Construct information for the 0th node in each page. The only field which is defined is this.pageInfo, and it contains information about that page (pageNum, nextPage, etc.).
|
|
XPathNodeInfoAtom ( string localName, string namespaceUri, string prefix, string baseUri, XPathNode pageParent, XPathNode pageSibling, XPathNode pageSimilar, |
Construct a new shared information atom. This method should only be used by the XNodeInfoTable.
|
public Init ( string localName, string namespaceUri, string prefix, string baseUri, XPathNode pageParent, XPathNode pageSibling, XPathNode pageSimilar, |
||
localName | string | |
namespaceUri | string | |
prefix | string | |
baseUri | string | |
pageParent | XPathNode | |
pageSibling | XPathNode | |
pageSimilar | XPathNode | |
doc | ||
lineNumBase | int | |
linePosBase | int | |
Résultat | void |
public XPathNodeInfoAtom ( |
||
pageInfo | ||
Résultat | System.Collections |
public XPathNodeInfoAtom ( string localName, string namespaceUri, string prefix, string baseUri, XPathNode pageParent, XPathNode pageSibling, XPathNode pageSimilar, |
||
localName | string | |
namespaceUri | string | |
prefix | string | |
baseUri | string | |
pageParent | XPathNode | |
pageSibling | XPathNode | |
pageSimilar | XPathNode | |
doc | ||
lineNumBase | int | |
linePosBase | int | |
Résultat | System.Collections |