|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.datatypes.CDATA
public final class CDATA
The class implements the CDATA type for MillScript. CDATA is
| Constructor Summary | |
|---|---|
CDATA(java.lang.Object[] x)
Constructs a new CDATA object using the specified array as it's backing array. |
|
| Method Summary | |
|---|---|
java.lang.Object[] |
getStore()
Returns the backing array used by this CDATA object. |
void |
render(Renderer r)
This method is called to render the implementing object to the specified renderer. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CDATA(java.lang.Object[] x)
x - the array to use as a backing array for this CDATA object| Method Detail |
|---|
public java.lang.Object[] getStore()
public void render(Renderer r)
throws java.io.IOException
RenderableIf the implementing object is not a core part of MillScript you may need to query what type of renderer it is, so you can further customise your rendering as appropriate.
render in interface Renderabler - the renderer to render this object with
java.io.IOException - thrown if an IO problem occursRenderable.render(org.millscript.millscript.render.Renderer)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||