Interface Context

  • All Superinterfaces:
    org.relaxng.datatype.ValidationContext
    All Known Implementing Classes:
    CompactSyntax

    public interface Context
    extends org.relaxng.datatype.ValidationContext
    Provides contextual information. This is typically useful for parsing QNames.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Context copy()
      Returns the immutable snapshot of this Context.
      java.util.Enumeration prefixes()
      Enumerates the prefixes bound to namespaces.
      • Methods inherited from interface org.relaxng.datatype.ValidationContext

        getBaseUri, isNotation, isUnparsedEntity, resolveNamespacePrefix
    • Method Detail

      • prefixes

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

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