|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.generator.marshaller.SkipPass
public class SkipPass
Increments field marshallers appropriately but don't do anything else.
Field Summary | |
---|---|
protected com.sun.tools.xjc.generator.marshaller.Context |
context
|
Method Summary | |
---|---|
void |
build(com.sun.msv.grammar.Expression exp)
Switches to this pass and then call the build method of the Context class. |
protected com.sun.codemodel.JBlock |
getBlock(boolean create)
Code should be generated into the returned block. |
java.lang.String |
getName()
Gets the name of the pass. |
protected void |
marshalValue(com.sun.msv.grammar.ValueExp exp)
Writes a string for the given ValueExp so that the marshalled document satisifies constraints imposed by the schema. |
void |
onAttribute(com.sun.msv.grammar.AttributeExp exp)
|
void |
onElement(com.sun.msv.grammar.ElementExp exp)
|
void |
onExternal(com.sun.tools.xjc.grammar.ExternalItem item)
|
void |
onPrimitive(com.sun.tools.xjc.grammar.PrimitiveItem exp)
|
void |
onValue(com.sun.msv.grammar.ValueExp exp)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final com.sun.tools.xjc.generator.marshaller.Context context
Method Detail |
---|
public void onElement(com.sun.msv.grammar.ElementExp exp)
public void onExternal(com.sun.tools.xjc.grammar.ExternalItem item)
public void onAttribute(com.sun.msv.grammar.AttributeExp exp)
public void onPrimitive(com.sun.tools.xjc.grammar.PrimitiveItem exp)
public void onValue(com.sun.msv.grammar.ValueExp exp)
public final java.lang.String getName()
public final void build(com.sun.msv.grammar.Expression exp)
Context
class.
protected final void marshalValue(com.sun.msv.grammar.ValueExp exp)
protected final com.sun.codemodel.JBlock getBlock(boolean create)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |