API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.relaxng.datatype. ValidationContext View Source
Author(s)
James Clark
Kohsuke KAWAGUCHI
Since
Version
Serial
Hierarchy
 ValidationContext
Subinterfaces
Description
public interface ValidationContext
An interface that must be implemented by caller to provide context information that is necessary to perform validation of some Datatypes.
See also:   
Methods
Hide/Show inherited methods
public String getBaseUri ()
  Returns the base URI of the context.
public boolean isNotation (String notationName)
  Checks if a notation is declared with the specified name.
public boolean isUnparsedEntity (String entityName)
  Checks if an unparsed entity is declared with the specified name.
public String resolveNamespacePrefix (String prefix)
  Resolves a namespace prefix to the corresponding namespace URI.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar