internal XdmNodeKind(JNodeKindTest test, JXdmItemType type) { nodekind = test; this.type = type; kind = test.getNodeKind(); }
internal void SetJXdmItemType(JXdmItemType type) { this.type = type; }
internal XdmAtomicType(JXdmItemType type) { this.type = type; }