|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.schema.cmp.ComponentVisitor org.jbind.xml.schema.cmp.MarshalVisitor
Constructor Summary | |
MarshalVisitor(java.io.OutputStream aStream)
|
|
MarshalVisitor(java.io.Writer aWriter,
java.lang.StringBuffer anIndent)
|
Method Summary | |
protected void |
doAfterVisit(IComponent aComponent)
|
protected void |
doBeforeVisit(IComponent aComponent)
|
protected void |
doVisitAnyTypeEnd(IAnyType aComponent)
|
protected boolean |
doVisitAnyTypeStart(IAnyType aComponent)
|
protected void |
doVisitElemGroupDescEnd(IElemGroupDesc aComponent)
|
protected boolean |
doVisitElemGroupDescStart(IElemGroupDesc aComponent)
|
protected boolean |
doVisitElemRefOrDeclStart(IElemRefOrDecl aComponent)
|
protected boolean |
doVisitElemWildcardStart(IElemWildcard aComponent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MarshalVisitor(java.io.OutputStream aStream)
public MarshalVisitor(java.io.Writer aWriter, java.lang.StringBuffer anIndent)
Method Detail |
protected boolean doVisitElemRefOrDeclStart(IElemRefOrDecl aComponent) throws XmlException
doVisitElemRefOrDeclStart
in class ComponentVisitor
XmlException
protected boolean doVisitElemWildcardStart(IElemWildcard aComponent) throws XmlException
doVisitElemWildcardStart
in class ComponentVisitor
XmlException
protected boolean doVisitElemGroupDescStart(IElemGroupDesc aComponent) throws XmlException
doVisitElemGroupDescStart
in class ComponentVisitor
XmlException
protected void doVisitElemGroupDescEnd(IElemGroupDesc aComponent) throws XmlException
doVisitElemGroupDescEnd
in class ComponentVisitor
XmlException
protected boolean doVisitAnyTypeStart(IAnyType aComponent) throws XmlException
doVisitAnyTypeStart
in class ComponentVisitor
XmlException
protected void doVisitAnyTypeEnd(IAnyType aComponent) throws XmlException
doVisitAnyTypeEnd
in class ComponentVisitor
XmlException
protected void doBeforeVisit(IComponent aComponent) throws XmlException
doBeforeVisit
in class ComponentVisitor
XmlException
protected void doAfterVisit(IComponent aComponent) throws XmlException
doAfterVisit
in class ComponentVisitor
XmlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |