|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.core.bridge.MarshalVisitor
Constructor Summary | |
MarshalVisitor()
|
Method Summary | |
void |
marshal(IImpl anImpl,
java.io.Writer aWriter,
java.util.Map aNamespaceToPrefixMapping,
java.util.Map aTopLevelAttributes)
Marshals a data implementation. |
void |
visitElementImplEnd(IElementImpl anImpl)
|
void |
visitElementImplStart(IElementImpl anImpl)
|
void |
visitTextImpl(ITextImpl anImpl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MarshalVisitor()
Method Detail |
public void visitElementImplStart(IElementImpl anImpl) throws XmlException
visitElementImplStart
in interface IDataImplVisitor
XmlException
public void visitElementImplEnd(IElementImpl anImpl) throws XmlException
visitElementImplEnd
in interface IDataImplVisitor
XmlException
public void visitTextImpl(ITextImpl anImpl) throws XmlException
visitTextImpl
in interface IDataImplVisitor
XmlException
public void marshal(IImpl anImpl, java.io.Writer aWriter, java.util.Map aNamespaceToPrefixMapping, java.util.Map aTopLevelAttributes) throws XmlException
anImpl
- (required). The data implementation to marshal.aWriter
- (required).aNamespaceToPrefixMapping
- (optional). An initial mapping.aTopLevelAttributes
- (optional). Additional attributes that
are added to the top level element. This can be used to add schema location
attributes.
XmlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |