Метод | Описание | |
---|---|---|
Create ( string localName, string namespaceUri, string prefix, string baseUri, XPathNode pageParent, XPathNode pageSibling, XPathNode pageSimilar, |
Create a new XNodeInfoAtom and ensure it is atomized in the table.
|
|
ToString ( ) : string |
Return InfoAtomTable formatted as a string.
|
|
XPathNodeInfoTable ( ) : System.Collections |
Constructor.
|
Метод | Описание | |
---|---|---|
AddInfo ( |
Add a previously constructed InfoAtom to the table. If a collision occurs, then insert "info" as the head of a linked list.
|
|
Atomize ( |
Add a shared information item to the atomization table. If a matching item already exists, then that instance is returned. Otherwise, a new item is created. Thus, if itemX and itemY have both been added to the same InfoTable: 1. itemX.Equals(itemY) != true 2. (object) itemX != (object) itemY
|
public Create ( 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 | |
Результат |
public XPathNodeInfoTable ( ) : System.Collections | ||
Результат | System.Collections |