|
|||||||||
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(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. |
Method Detail |
public String resolveNamespacePrefix(String prefix)
If the prefix is "" (empty string), it indicates unprefixed value. The callee should resolved it as if it sees 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(String entityName)
public boolean isNotation(String notationName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |