org.jboss.xb.binding
Interface MarshallingContext
- All Known Subinterfaces:
- MarshallingContext
public interface MarshallingContext
- Version:
- $Revision: 1.10 $
- Author:
- Alexey Loubyansky
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.