org.jfree.layouting.layouter.content.computed

Class ContentsToken

public class ContentsToken extends ComputedToken

This is a simple placeholder to mark the location where the DOM content should be inserted.

On 'string(..)' functions, this is the place holder where the PCDATA of that element is copied into the string.

Todo: Maybe we should allow to copy the whole contents, as we would for the move-to function.

Field Summary
static ContentTokenCONTENTS

Field Detail

CONTENTS

public static final ContentToken CONTENTS