org.jboss.xb.binding
Interface MarshallingContext
- All Known Subinterfaces:
- MarshallingContext
public interface MarshallingContext
- Version:
- $Revision: 1958 $
- 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()
getNamespaceContext
NamespaceRegistry getNamespaceContext()
- Returns:
- the namespace context
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.