|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierUnmarshaller
public class DelegatingResourceIdentifierUnmarshaller
| Constructor Summary | |
|---|---|
DelegatingResourceIdentifierUnmarshaller(java.util.List<Unmarshaller<ResourceIdentifier>> unmarshallers)
|
|
| Method Summary | |
|---|---|
boolean |
handles(javax.xml.stream.events.StartElement startElementEvent,
ConversionContext conversionContext)
Determines whether or not this unmarshaller should be applied to a fragment with the specified start element. |
ResourceIdentifier |
unmarshal(javax.xml.stream.XMLEventReader xmlEventReader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
Unmarshalls a StAX event stream to an object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegatingResourceIdentifierUnmarshaller(java.util.List<Unmarshaller<ResourceIdentifier>> unmarshallers)
| Method Detail |
|---|
public ResourceIdentifier unmarshal(javax.xml.stream.XMLEventReader xmlEventReader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
throws XhtmlException
Unmarshaller
unmarshal in interface Unmarshaller<ResourceIdentifier>xmlEventReader - a reader over the fragment to unmarshallmainFragmentTransformer - TODOconversionContext - the conversion context
XhtmlException - if some other problem occurs
public boolean handles(javax.xml.stream.events.StartElement startElementEvent,
ConversionContext conversionContext)
Unmarshaller
handles in interface Unmarshaller<ResourceIdentifier>startElementEvent - start elementconversionContext - the conversion context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||