public class MarshallingFragmentTransformer<T> extends Object implements FragmentTransformer
MarshallingRegistry| Constructor and Description | 
|---|
MarshallingFragmentTransformer(Class<T> clazz,
                              MarshallingType marshallerMarshallingType,
                              MarshallingType unmarshallerMarshallingType,
                              MarshallingRegistry marshallingRegistry)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
handles(StartElement startElementEvent,
       ConversionContext conversionContext)  | 
Streamable | 
transform(XMLEventReader reader,
         FragmentTransformer mainFragmentTransformer,
         ConversionContext conversionContext)  | 
public MarshallingFragmentTransformer(Class<T> clazz, MarshallingType marshallerMarshallingType, MarshallingType unmarshallerMarshallingType, MarshallingRegistry marshallingRegistry)
public boolean handles(StartElement startElementEvent, ConversionContext conversionContext)
handles in interface FragmentTransformerpublic Streamable transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) throws XhtmlException
transform in interface FragmentTransformerXhtmlExceptionCopyright © 2003–2016 Atlassian. All rights reserved.