메소드 | 설명 | |
---|---|---|
GetNavigator ( |
Create a document from the cache of events. If a document has already been created previously, return it. This method is thread-safe, and is always guaranteed to return the exact same document, no matter how many threads have called it concurrently.
|
|
GetNavigator ( string text, string baseUri, |
Create a document containing a root node and a single text node child with "text" as its text value. This method is thread-safe, and is always guaranteed to return the exact same document, no matter how many threads have called it concurrently.
|
public GetNavigator ( |
||
events | ||
nameTable | ||
리턴 |
public GetNavigator ( string text, string baseUri, |
||
text | string | |
baseUri | string | |
nameTable | ||
리턴 |