Package com.thaiopensource.relaxng.parse
Interface Context
-
- All Superinterfaces:
ValidationContext
public interface Context extends ValidationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Contextcopy()java.util.Set<java.lang.String>prefixes()-
Methods inherited from interface org.relaxng.datatype.ValidationContext
getBaseUri, isNotation, isUnparsedEntity, resolveNamespacePrefix
-
-
-
-
Method Detail
-
prefixes
java.util.Set<java.lang.String> prefixes()
-
copy
Context copy()
-
-