org.kohsuke.rngom.parse
Interface Context

All Known Implementing Classes:
CompactSyntax

public interface Context

Provides contextual information. This is typically useful for parsing QNames.


Method Summary
 Context copy()
          Returns the immutable snapshot of this Context.
 java.util.Enumeration prefixes()
          Enumerates the prefixes bound to namespaces.
 

Method Detail

prefixes

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


copy

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