Package com.sun.tools.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Contextcopy()Returns the immutable snapshot of thisContext.Enumerationprefixes()Enumerates the prefixes bound to namespaces.-
Methods inherited from interface com.sun.tools.rngdatatype.ValidationContext
getBaseUri, isNotation, isUnparsedEntity, resolveNamespacePrefix
-
-
-
-
Method Detail
-
prefixes
Enumeration prefixes()
Enumerates the prefixes bound to namespaces.
-
-