Méthode | Description | |
---|---|---|
ElementBounds ( byte xmlBytes, |
Constructor for an element to be found anywhere inside the byte array.
|
|
ElementBounds ( byte xmlBytes, |
Constructor for an element to be found inside another element that was previously located in the byte array.
|
|
ElementBounds ( byte xmlBytes, |
||
GetAttributeValue ( byte attrWithEquals ) : string |
Get the value of the indicated attribute, or return null.
|
|
Reset ( int ichMin, int ichLim ) : void |
Méthode | Description | |
---|---|---|
SetLength ( int endtagLength ) : void |
public ElementBounds ( byte xmlBytes, |
||
xmlBytes | byte | |
tags | ||
Résultat | System |
public ElementBounds ( byte xmlBytes, |
||
xmlBytes | byte | |
tags | ||
bounds | ||
Résultat | System |
public ElementBounds ( byte xmlBytes, |
||
xmlBytes | byte | |
tags | ||
ichMin | int | |
ichLim | int | |
Résultat | System |
public GetAttributeValue ( byte attrWithEquals ) : string | ||
attrWithEquals | byte | The attribute name with a leading space and a trailing =. |
Résultat | string |
public Reset ( int ichMin, int ichLim ) : void | ||
ichMin | int | |
ichLim | int | |
Résultat | void |