public class FOTreeBuilderContext extends Object
Modifier and Type | Field and Description |
---|---|
protected PropertyListMaker |
propertyListMaker
The property list maker.
|
protected XMLWhiteSpaceHandler |
whiteSpaceHandler
The XMLWhitespaceHandler for this tree
|
Constructor and Description |
---|
FOTreeBuilderContext() |
Modifier and Type | Method and Description |
---|---|
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 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 © 2022 Apache Software Foundation. All rights reserved.