Method | Description | |
---|---|---|
AssertElementEnd ( this reader, string name ) : void | ||
AssertElementStart ( this reader, string name ) : void | ||
AssertEmptyElement ( this reader ) : void | ||
AssertNonEmptyElement ( this reader ) : void | ||
AssertRead ( this reader ) : void | ||
IsElementEnd ( this reader, string name ) : bool | ||
IsElementStart ( this reader, string name ) : bool |
public static AssertElementEnd ( this reader, string name ) : void | ||
reader | this | |
name | string | |
return | void |
public static AssertElementStart ( this reader, string name ) : void | ||
reader | this | |
name | string | |
return | void |
public static AssertEmptyElement ( this reader ) : void | ||
reader | this | |
return | void |
public static AssertNonEmptyElement ( this reader ) : void | ||
reader | this | |
return | void |
public static AssertRead ( this reader ) : void | ||
reader | this | |
return | void |
public static IsElementEnd ( this reader, string name ) : bool | ||
reader | this | |
name | string | |
return | bool |
public static IsElementStart ( this reader, string name ) : bool | ||
reader | this | |
name | string | |
return | bool |