API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.relaxng.datatype. DatatypeBuilder View Source
Author(s)
James Clark
Kohsuke KAWAGUCHI
Since
Version
Serial
Hierarchy
 DatatypeBuilder
Subinterfaces
Description
public interface DatatypeBuilder
Creates a user-defined type by adding parameters to the pre-defined type.
See also:   
Methods
Hide/Show inherited methods
public void addParameter (String name, String strValue, ValidationContext context) throws DatatypeException
  Adds a new parameter.
public Datatype createDatatype () throws DatatypeException
  Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar