|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thaiopensource.relaxng.impl.SchemaBuilderImpl.ValidationContextImpl
private class SchemaBuilderImpl.ValidationContextImpl
| Field Summary | |
|---|---|
private String |
ns
|
private ValidationContext |
vc
|
| Constructor Summary | |
|---|---|
SchemaBuilderImpl.ValidationContextImpl(ValidationContext vc,
String ns)
|
|
| Method Summary | |
|---|---|
String |
getBaseUri()
Returns the base URI of the context. |
boolean |
isNotation(String notationName)
Checks if a notation is declared with the specified name. |
boolean |
isUnparsedEntity(String entityName)
Checks if an unparsed entity is declared with the specified name. |
String |
resolveNamespacePrefix(String prefix)
Resolves a namespace prefix to the corresponding namespace URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final ValidationContext vc
private final String ns
| Constructor Detail |
|---|
SchemaBuilderImpl.ValidationContextImpl(ValidationContext vc,
String ns)
| Method Detail |
|---|
public String resolveNamespacePrefix(String prefix)
ValidationContextIf the prefix is "" (empty string), it indicates an unprefixed value. The callee should resolve it as for an unprefixed element, rather than for an unprefixed attribute.
If the prefix is "xml", then the callee must resolve this prefix into "http://www.w3.org/XML/1998/namespace", as defined in the XML Namespaces Recommendation.
resolveNamespacePrefix in interface ValidationContextpublic String getBaseUri()
ValidationContext
getBaseUri in interface ValidationContextpublic boolean isUnparsedEntity(String entityName)
ValidationContext
isUnparsedEntity in interface ValidationContextpublic boolean isNotation(String notationName)
ValidationContext
isNotation in interface ValidationContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||