|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface XSDatatypeExp.Renderer
this object renders the actual datatype object.
Method Summary | |
---|---|
com.sun.msv.datatype.xsd.XSDatatype |
render(XSDatatypeExp.RenderingContext context)
creates (or retrieves, whatever) the actual, concrete, real XSDatatype object. |
Method Detail |
---|
com.sun.msv.datatype.xsd.XSDatatype render(XSDatatypeExp.RenderingContext context) throws DatatypeException
This method is typically called from the wrapUp method of the GrammarReader.
context
- If this renderer calls the getBody method of the other
LateBindDatatype objects, then this context should be passed
to the getBody method. This context object is responsible for
detecting recursive references.
DatatypeException
- If an error occurs during rendering, the renderer should throw
a DatatypeException instead of trying to report an error by itself.
The caller of this method will report an error message to the appropriate
handler.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |