|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an interface that must be implemented by caller to provide context information that is necessary to perform validation of some Datatypes.
Method Summary | |
boolean |
isNotation(java.lang.String entityName)
checks if a notation is declared with the specified name. |
boolean |
isUnparsedEntity(java.lang.String entityName)
checks if an unparsed entity is declared with the specified name. |
java.lang.String |
resolveNamespacePrefix(java.lang.String prefix)
resolved namespace prefix to namespace URI. |
Method Detail |
public java.lang.String resolveNamespacePrefix(java.lang.String prefix)
If the prefix is "" (empty string), it indicates unprefixed value. The implementation should resolved it as if you see an unprefixed element, rather than 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 Namespace rec.
public boolean isUnparsedEntity(java.lang.String entityName)
public boolean isNotation(java.lang.String entityName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |