Interface Context


public interface Context
Provides contextual information. This is typically useful for parsing QNames.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the immutable snapshot of this Context.
    Enumerates the prefixes bound to namespaces.
  • Method Details

    • prefixes

      Enumeration prefixes()
      Enumerates the prefixes bound to namespaces.
    • copy

      Context copy()
      Returns the immutable snapshot of this Context.