Package org.kohsuke.rngom.parse
Interface Context
-
- All Superinterfaces:
org.relaxng.datatype.ValidationContext
- All Known Implementing Classes:
CompactSyntax
public interface Context extends org.relaxng.datatype.ValidationContextProvides contextual information. This is typically useful for parsing QNames.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Contextcopy()Returns the immutable snapshot of thisContext.java.util.Enumerationprefixes()Enumerates the prefixes bound to namespaces.
-