Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TElNodeTestType = short;
const short ntNameTest = 0;
const short ntNodeTypeComent = 1;
const short ntNodeTypeText = 2;
const short ntNodeTypeProcessingInstruction = 3;
const short ntNodeTypeNode = 4;
[VB.NET]
TElNodeTestType As Short
Const ntNameTest As Short = 0
Const ntNodeTypeComent As Short = 1
Const ntNodeTypeText As Short = 2
Const ntNodeTypeProcessingInstruction As Short = 3
Const ntNodeTypeNode As Short = 4
[Pascal]
under development
[C++]
typedef uint8_t TElNodeTestTypeRaw;
typedef enum { ntNameTest = 0, ntNodeTypeComent = 1, ntNodeTypeText = 2, ntNodeTypeProcessingInstruction = 3, ntNodeTypeNode = 4 } TElNodeTestType;
[PHP]
class TElNodeTestType extends TSBBaseEnum {
const ntNameTest = 0;
const ntNodeTypeComent = 1;
const ntNodeTypeText = 2;
const ntNodeTypeProcessingInstruction = 3;
const ntNodeTypeNode = 4;
}
Possible values
Declared in
.NET:
- Namespace: SBXMLPath
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum