public class FOTreeBuilderContext
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected PropertyListMaker |
propertyListMaker |
The property list maker.
|
protected XMLWhiteSpaceHandler |
whiteSpaceHandler |
The XMLWhitespaceHandler for this tree
|
Constructor | Description |
---|---|
FOTreeBuilderContext() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Set |
getIDReferences() |
Returns the set of ID references.
|
PropertyListMaker |
getPropertyListMaker() |
Return the propertyListMaker.
|
XMLWhiteSpaceHandler |
getXMLWhiteSpaceHandler() |
Return the XMLWhiteSpaceHandler
|
protected boolean |
inMarker() |
Check whether in marker context
|
void |
setPropertyListMaker(PropertyListMaker propertyListMaker) |
Set a new propertyListMaker.
|
protected void |
switchMarkerContext(boolean inMarker) |
Switch to or from marker context
(used by FOTreeBuilder when processing
a marker)
|
protected PropertyListMaker propertyListMaker
protected XMLWhiteSpaceHandler whiteSpaceHandler
public java.util.Set getIDReferences()
public PropertyListMaker getPropertyListMaker()
PropertyListMaker
public void setPropertyListMaker(PropertyListMaker propertyListMaker)
propertyListMaker
- the new PropertyListMaker
to usepublic XMLWhiteSpaceHandler getXMLWhiteSpaceHandler()
protected void switchMarkerContext(boolean inMarker)
inMarker
- true if a marker is being processed;
false otherwiseprotected boolean inMarker()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.