private class SimpleContentRestrictionState.BaseContentTypeRenderer extends java.lang.Object implements XSDatatypeExp.Renderer
Modifier | Constructor and Description |
---|---|
private |
BaseContentTypeRenderer() |
Modifier and Type | Method and Description |
---|---|
XSDatatype |
render(XSDatatypeExp.RenderingContext context)
creates (or retrieves, whatever) the actual, concrete, real
XSDatatype object.
|
public XSDatatype render(XSDatatypeExp.RenderingContext context)
XSDatatypeExp.Renderer
This method is typically called from the wrapUp method of the GrammarReader.
render
in interface XSDatatypeExp.Renderer
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.