Esempio n. 1
0
 internal XdmNodeKind(JNodeKindTest test, JXdmItemType type)
 {
     nodekind  = test;
     this.type = type;
     kind      = test.getNodeKind();
 }