Lines Matching defs:namespace

51     // the namespace list:
79 public boolean allowNamespace(String namespace) {
80 // For a value which is either a namespace name or absent to be valid with respect to a wildcard constraint (the value of a {namespace constraint}) one of the following must be true:
87 // 2.1 The constraint is a pair of not and a namespace name or absent ([Definition:] call this the namespace test).
88 // 2.2 The value must not be identical to the namespace test.
96 if (namespace == fNamespaceList[i])
108 if (namespace == fNamespaceList[i])
125 // For a namespace constraint (call it sub) to be an intensional subset of another
126 // namespace constraint (call it super) one of the following must be true:
134 // 2.1 sub must be a pair of not and a namespace name or absent.
136 // * we can't just compare whether the namespace are the same value
146 // 3.1 sub must be a set whose members are either namespace names or absent.
149 // -3.2.2 super must be a pair of not and a namespace name or absent and
151 // +3.2.2 super must be a pair of not and a namespace name or absent and
192 // For a wildcard's {namespace constraint} value to be the intensional union of two
210 // 3 If both O1 and O2 are sets of (namespace names or absent), then the union of
217 // -4 If the two are negations of different namespace names, then the intersection
219 // +4 If the two are negations of different namespace names or absent, then
230 // 5 If either O1 or O2 is a pair of not and a namespace name and the other is a set of
231 // (namespace names or absent), then The appropriate case among the following must be true:
232 // -5.1 If the set includes the negated namespace name, then any must be the value.
233 // -5.2 If the set does not include the negated namespace name, then whichever of O1 or O2
234 // is a pair of not and a namespace name must be the value.
235 // +5.1 If the negated value is a namespace name, then The appropriate case
237 // +5.1.1 If the set includes both the namespace name and absent, then any
239 // +5.1.2 If the set includes the namespace name but does not include
241 // +5.1.3 If the set does not include the namespace name but includes
243 // +5.1.4 If the set does not include either the namespace name or absent,
244 // then whichever of O1 or O2 is a pair of not and a namespace name must be
250 // a pair of not and a namespace name must be the value.
306 // For a wildcard's {namespace constraint} value to be the intensional intersection of
331 // -3 If either O1 or O2 is a pair of not and a namespace name and the other is a set of
332 // (namespace names or absent), then that set, minus the negated namespace name if
334 // +3 If either O1 or O2 is a pair of not and a namespace name and the other
335 // is a set of (namespace names or absent), then that set, minus the negated
336 // namespace name if it was in the set, then minus absent if it was in the
366 // 4 If both O1 and O2 are sets of (namespace names or absent), then the intersection of those
373 // -5 If the two are negations of different namespace names, then the intersection is not expressible.
374 // +5 If the two are negations of namespace names or absent, then The
376 // +5.1 If the two are negations of different namespace names, then the
533 * The namespace URI of this node, or <code>null</code> if it is
534 * unspecified. defines how a namespace URI is attached to schema