Lines Matching refs:prefixes

235      * prefixes after popping a context, unless you push another
259 * Declare a Namespace prefix. All prefixes must be declared
264 * interpret prefixes against (potentially redefined) prefixes.
283 * This asymmetry exists to make it easier to look up prefixes
314 * the prefixes currently declared. The return value will be the
381 * Return an enumeration of all prefixes whose declarations are
390 * @return An enumeration of prefixes (never empty).
401 * Return one of the prefixes mapped to a Namespace URI.
405 * want all of the prefixes, use the {@link #getPrefixes}
413 * @return one of the prefixes currently mapped to the URI supplied,
426 * Return an enumeration of all prefixes for a given URI whose
431 * <p>This method returns prefixes mapped to a specific Namespace
443 * @return An enumeration of prefixes (never empty).
449 ArrayList<String> prefixes = new ArrayList<String>();
454 prefixes.add(prefix);
457 return Collections.enumeration(prefixes);
462 * Return an enumeration of all prefixes declared in this context.
468 * @return An enumeration of all prefixes declared in this
606 throw new IllegalStateException ("can't declare any more prefixes in this context");
735 * Look up one of the prefixes associated with a URI in this context.
737 * <p>Since many prefixes may be mapped to the same URI,
755 * Return an enumeration of prefixes declared in this context.
757 * @return An enumeration of prefixes (possibly empty).
766 * Return an enumeration of all prefixes currently in force.
771 * @return An enumeration of prefixes (never empty).