org.kohsuke.rngom.parse
Interface Context

All Superinterfaces:
ValidationContext
All Known Implementing Classes:
CompactSyntax

public interface Context
extends ValidationContext

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


Method Summary
 Context copy()
          Returns the immutable snapshot of this Context.
 Enumeration prefixes()
          Enumerates the prefixes bound to namespaces.
 
Methods inherited from interface org.relaxng.datatype.ValidationContext
getBaseUri, isNotation, isUnparsedEntity, resolveNamespacePrefix
 

Method Detail

prefixes

Enumeration prefixes()
Enumerates the prefixes bound to namespaces.


copy

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



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.