JBoss XML Binding 2.0.3.GA

org.jboss.xb.binding
Interface MarshallingContext

All Known Subinterfaces:
MarshallingContext

public interface MarshallingContext

Version:
$Revision: 1958 $
Author:
Alexey Loubyansky

Method Summary
 ContentHandler getContentHandler()
           
 NamespaceRegistry getNamespaceContext()
           
 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()

getNamespaceContext

NamespaceRegistry getNamespaceContext()
Returns:
the namespace context

JBoss XML Binding 2.0.3.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.