Method | Description | |
---|---|---|
Close ( ) : void | ||
GetAttribute ( int i ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string localName, string namespaceURI ) : string | ||
LookupNamespace ( string prefix ) : string | ||
MoveToAttribute ( string name ) : bool | ||
MoveToAttribute ( string localName, string namespaceURI ) : bool | ||
MoveToAttribute ( int i ) : void | ||
MoveToElement ( ) : bool | ||
MoveToFirstAttribute ( ) : bool | ||
MoveToNextAttribute ( ) : bool | ||
Read ( ) : bool | ||
ReadAttributeValue ( ) : bool | ||
ReadInnerXml ( ) : string | ||
ReadOuterXml ( ) : string | ||
ReadString ( ) : string | ||
RecordDone ( |
||
ResolveEntity ( ) : void | ||
TheEnd ( ) : void | ||
this ( int i ) : string | ||
this ( string name ) : string | ||
this ( string name, string namespaceURI ) : string |
Method | Description | |
---|---|---|
CheckCurrentInfo ( ) : void | ||
FindAttribute ( String localName, String namespaceURI, int &attrIndex ) : bool | ||
FindAttribute ( String name, int &attrIndex ) : bool | ||
GetBuilderInfo ( int attrib ) : |
||
ReaderOutput ( |
||
Reset ( ) : void | ||
SetAttribute ( int attrib ) : void | ||
SetMainNode ( ) : void |
public GetAttribute ( string localName, string namespaceURI ) : string | ||
localName | string | |
namespaceURI | string | |
return | string |
public LookupNamespace ( string prefix ) : string | ||
prefix | string | |
return | string |
public MoveToAttribute ( string name ) : bool | ||
name | string | |
return | bool |
public MoveToAttribute ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
return | bool |
public RecordDone ( |
||
record | ||
return | Processor.OutputResult |
public this ( string name, string namespaceURI ) : string | ||
name | string | |
namespaceURI | string | |
return | string |