Interface Context
-
public interface Context
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 thisContext
.java.util.Enumeration
prefixes()
Enumerates the prefixes bound to namespaces.
-