org.jboss.xb.binding
Interface MarshallingContext

All Known Subinterfaces:
MarshallingContext

public interface MarshallingContext

Version:
$Revision: 1.10 $
Author:
Alexey Loubyansky

Method Summary
 ContentHandler getContentHandler()
           
 String getSimpleContentProperty()
           
 boolean isAttributeRequired()
           
 boolean isTypeComplex()
           
 

Method Detail

isAttributeRequired

boolean isAttributeRequired()
Returns:
true if current attribute is required, false otherwise

isTypeComplex

boolean isTypeComplex()
Returns:
true if the element being marshalled has a complex type

getSimpleContentProperty

String getSimpleContentProperty()
Returns:
the name of the property a simple content of a complex type is bound to

getContentHandler

ContentHandler getContentHandler()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.