abstract static class SchemaParser.AbstractContext extends DtdContext implements Context
| Modifier and Type | Field and Description |
|---|---|
(package private) SchemaParser.PrefixMapping |
prefixMapping |
| Constructor and Description |
|---|
AbstractContext() |
AbstractContext(SchemaParser.AbstractContext context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
copy()
Returns the immutable snapshot of this
Context. |
java.util.Enumeration |
prefixes()
Enumerates the prefixes bound to namespaces.
|
java.lang.String |
resolveNamespacePrefix(java.lang.String prefix) |
clearDtdContext, isNotation, isUnparsedEntity, notationDecl, unparsedEntityDeclSchemaParser.PrefixMapping prefixMapping
AbstractContext()
AbstractContext(SchemaParser.AbstractContext context)
public java.lang.String resolveNamespacePrefix(java.lang.String prefix)
resolveNamespacePrefix in interface org.relaxng.datatype.ValidationContextpublic java.util.Enumeration prefixes()
Context