|
|||||||||
| Home >> All >> org >> relaxng >> [ datatype overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.relaxng.datatype
Interface DatatypeBuilder

- public interface DatatypeBuilder
Creates a user-defined type by adding parameters to the pre-defined type.
| Method Summary | |
void |
addParameter(java.lang.String name,
java.lang.String strValue,
ValidationContext context)
Adds a new parameter. |
Datatype |
createDatatype()
Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method. |
| Method Detail |
addParameter
public void addParameter(java.lang.String name, java.lang.String strValue, ValidationContext context) throws DatatypeException
- Adds a new parameter.
createDatatype
public Datatype createDatatype() throws DatatypeException
- Derives a new Datatype from a Datatype by parameters that
were already set through the addParameter method.
|
|||||||||
| Home >> All >> org >> relaxng >> [ datatype overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC