|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyList | |
---|---|
org.foray.fotree | Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. |
org.foray.fotree.axsl | Namespace and Factory classes for objects in the axsl: namespace. |
org.foray.fotree.axsl.obj | Classes representing non-standard objects in the FO Tree that are sanctioned by aXSL. |
org.foray.fotree.fo | Namespace and Factory classes for objects in the fo: (XSL Formatting Objects) namespace. |
org.foray.fotree.fo.obj | Classes representing the various Formatting Objects in the fo: namespace. |
org.foray.fotree.foray | Namespace and Factory classes for objects in the foray: (custom) namespace. |
org.foray.fotree.math | Namespace and Factory classes for objects in the m: (MathML) namespace. |
org.foray.fotree.svg | Namespace and Factory classes for objects in the svg: (Scalable Vector Graphics) namespace. |
org.foray.fotree.xml | Namespace and Factory classes for objects in the xml: (Generic XML) namespace. |
Uses of PropertyList in org.foray.fotree |
---|
Subclasses of PropertyList in org.foray.fotree | |
---|---|
class |
PropertyListUnparsed
This PropertyList subclass is suitable for namespaces that we don't know how to parse. |
Methods in org.foray.fotree that return PropertyList | |
---|---|
protected abstract PropertyList |
Namespace.createNewPropertyList(Attributes attlist)
Return a newly-created appropriate PropertyList for this namespace. |
static PropertyList |
PropertyList.emptyPropertyList()
Returns an empty, immutable property list instance. |
PropertyList |
ForeignXML.getPropertyList()
|
PropertyList |
FObjScaled.getPropertyList()
|
PropertyList |
FObjMixed.getPropertyList()
|
abstract PropertyList |
FObj.getPropertyList()
Returns the property list for this FObj. |
Methods in org.foray.fotree with parameters of type PropertyList | |
---|---|
protected void |
Namespace.makeList(PropertyList propertyList,
Attributes attributes,
FObj parentFO,
int[] attributeSort,
Locator locator,
FOTreeBuilder builder)
Parses the attributes for an object in a pre-specified order, building the PropertyList from them. |
abstract void |
Namespace.parseAttributes(PropertyList list,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
Parse the attributes for an element in this namespace. |
FObj |
Namespace.parseElement(String localName,
FObj currentFObj,
PropertyList list,
Locator locator,
FOTreeBuilder builder)
Parse an element in this namespace. |
protected abstract FObj |
Namespace.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
The namespace-specific logic for paring an element. |
Constructors in org.foray.fotree with parameters of type PropertyList | |
---|---|
FObjMixed(FObj parent,
PropertyList propertyList)
Constructor. |
|
FObjScaled(FObj parent,
PropertyList propertyList)
Constructor. |
Uses of PropertyList in org.foray.fotree.axsl |
---|
Methods in org.foray.fotree.axsl that return PropertyList | |
---|---|
protected PropertyList |
NamespaceAxsl.createNewPropertyList(Attributes attlist)
|
Methods in org.foray.fotree.axsl with parameters of type PropertyList | |
---|---|
static FObj |
ObjectMakerAxsl.makeObject(String objectName,
FObj parent,
PropertyList propertyList,
Locator locator)
Converts an unparsed extension element into an FObj instance that can be added to the FO Tree. |
void |
NamespaceAxsl.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
NamespaceAxsl.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Uses of PropertyList in org.foray.fotree.axsl.obj |
---|
Constructors in org.foray.fotree.axsl.obj with parameters of type PropertyList | |
---|---|
Metadata(FObj parent,
PropertyList propertyList)
Constructor. |
Uses of PropertyList in org.foray.fotree.fo |
---|
Methods in org.foray.fotree.fo that return PropertyList | |
---|---|
protected PropertyList |
NamespaceFO.createNewPropertyList(Attributes attlist)
|
Methods in org.foray.fotree.fo with parameters of type PropertyList | |
---|---|
static FObj |
ObjectMakerFO.makeObject(String objectName,
FObj parent,
PropertyList propertyList,
Locator locator)
Converts an unparsed XSL-FO element into an FObj instance that can be added to the FO Tree. |
void |
NamespaceFO.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
NamespaceFO.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Uses of PropertyList in org.foray.fotree.fo.obj |
---|
Constructors in org.foray.fotree.fo.obj with parameters of type PropertyList | |
---|---|
AbstractFlow(PageSequence parent,
PropertyList propertyList)
Constructor. |
|
AbstractFolioDescriptor(FObj parent,
PropertyList propertyList)
Constructor. |
|
AbstractIndexFormatting(FObj parent,
PropertyList propertyList)
Constructor. |
|
AbstractPageMaster(LayoutMasterSet parent,
PropertyList propertyList)
Constructor. |
|
AbstractPageReference(FObj parent,
PropertyList propertyList)
Constructor. |
|
AbstractTablePart(Table parent,
PropertyList propertyList)
Constructor. |
|
BasicLink(FObj parent,
PropertyList propertyList)
Constructor. |
|
BidiOverride(FObj parent,
PropertyList propertyList)
Constructor. |
|
Block(FObj parent,
PropertyList propertyList)
Constructor. |
|
BlockContainer(FObj parent,
PropertyList propertyList)
Constructor. |
|
Bookmark(FObj parent,
PropertyList propertyList)
Constructor. |
|
BookmarkTitle(FObj parent,
PropertyList propertyList)
Constructor. |
|
BookmarkTree(FObj parent,
PropertyList propertyList)
Constructor. |
|
ChangeBarBegin(FObj parent,
PropertyList propertyList)
Constructor. |
|
ChangeBarEnd(FObj parent,
PropertyList propertyList)
Constructor. |
|
Character(FObj parent,
PropertyList propertyList)
Constructor. |
|
ColorProfile(FObj parent,
PropertyList propertyList)
Constructor. |
|
ConditionalPageMasterReference(FObj parent,
PropertyList propertyList)
Constructor. |
|
Declarations(FObj parent,
PropertyList propertyList)
Constructor. |
|
ExternalGraphic(FObj parent,
PropertyList propertyList)
Constructor. |
|
Float(FObj parent,
PropertyList propertyList)
Constructor. |
|
Flow(PageSequence parent,
PropertyList propertyList)
Constructor. |
|
FlowAssignment(FlowMap parent,
PropertyList propertyList)
Constructor. |
|
FlowMap(LayoutMasterSet parent,
PropertyList propertyList)
Constructor. |
|
FlowNameSpecifier(FlowSourceList parent,
PropertyList propertyList)
Constructor. |
|
FlowSourceList(FlowAssignment parent,
PropertyList propertyList)
Constructor. |
|
FlowTargetList(FlowAssignment parent,
PropertyList propertyList)
Constructor. |
|
FolioPrefix(FObj parent,
PropertyList propertyList)
Constructor. |
|
FolioSuffix(FObj parent,
PropertyList propertyList)
Constructor. |
|
Footnote(FObj parent,
PropertyList propertyList)
Constructor. |
|
FootnoteBody(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexKeyReference(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexPageCitationList(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexPageCitationListSeparator(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexPageCitationRangeSeparator(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexPageNumberPrefix(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexPageNumberSuffix(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexRangeBegin(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexRangeEnd(FObj parent,
PropertyList propertyList)
Constructor. |
|
InitialPropertySet(FObj parent,
PropertyList propertyList)
Constructor. |
|
Inline(FObj parent,
PropertyList propertyList)
Constructor. |
|
InlineContainer(FObj parent,
PropertyList propertyList)
Constructor. |
|
InstreamForeignObject(FObj parent,
PropertyList propertyList)
Constructor. |
|
LayoutMasterSet(Root parent,
PropertyList propertyList)
Constructor. |
|
Leader(FObj parent,
PropertyList propertyList)
Constructor. |
|
ListBlock(FObj parent,
PropertyList propertyList)
Constructor. |
|
ListItem(FObj parent,
PropertyList propertyList)
Constructor. |
|
ListItemBody(FObj parent,
PropertyList propertyList)
Constructor. |
|
ListItemLabel(FObj parent,
PropertyList propertyList)
Constructor. |
|
Marker(FObj parent,
PropertyList propertyList)
Constructor. |
|
MultiCase(FObj parent,
PropertyList propertyList)
Constructor. |
|
MultiProperties(FObj parent,
PropertyList propertyList)
Constructor. |
|
MultiPropertySet(FObj parent,
PropertyList propertyList)
Constructor. |
|
MultiSwitch(FObj parent,
PropertyList propertyList)
Constructor. |
|
MultiToggle(FObj parent,
PropertyList propertyList)
Constructor. |
|
PageNumber(FObj parent,
PropertyList propertyList)
Constructor. |
|
PageNumberCitation(FObj parent,
PropertyList propertyList)
Constructor. |
|
PageNumberCitationLast(FObj parent,
PropertyList propertyList)
Constructor. |
|
PageSequence(Root parent,
PropertyList propertyList)
Constructor. |
|
PageSequenceMaster(FObj parent,
PropertyList propertyList)
Constructor. |
|
PageSequenceWrapper(FObj parent,
PropertyList propertyList)
Constructor. |
|
Region(SimplePageMaster parent,
PropertyList propertyList)
Constructor. |
|
RegionAfter(SimplePageMaster parent,
PropertyList propertyList)
Constructor. |
|
RegionBefore(SimplePageMaster parent,
PropertyList propertyList)
Constructor. |
|
RegionBody(SimplePageMaster parent,
PropertyList propertyList)
Constructor. |
|
RegionEnd(SimplePageMaster parent,
PropertyList propertyList)
Constructor. |
|
RegionNameSpecifier(FlowTargetList parent,
PropertyList propertyList)
Constructor. |
|
RegionStart(SimplePageMaster parent,
PropertyList propertyList)
Constructor. |
|
RepeatablePMAlternatives(FObj parent,
PropertyList propertyList)
Constructor. |
|
RepeatablePMReference(FObj parent,
PropertyList propertyList)
Constructor. |
|
RetrieveMarker(FObj parent,
PropertyList propertyList)
Constructor. |
|
RetrieveTableMarker(FObj parent,
PropertyList propertyList)
Constructor. |
|
Root(PropertyList propertyList)
Constructor. |
|
ScalingValueCitation(FObj parent,
PropertyList propertyList)
Constructor. |
|
SimplePageMaster(LayoutMasterSet parent,
PropertyList propertyList)
Constructor. |
|
SinglePageMasterReference(FObj parent,
PropertyList propertyList)
Constructor. |
|
StaticContent(PageSequence parent,
PropertyList propertyList)
Constructor. |
|
SubSequenceSpecifier(FObj parent,
PropertyList propertyList)
Constructor. |
|
Table(FObj parent,
PropertyList propertyList)
Constructor. |
|
TableAndCaption(FObj parent,
PropertyList propertyList)
Constructor. |
|
TableBody(Table parent,
PropertyList propertyList)
Constructor. |
|
TableCaption(FObj parent,
PropertyList propertyList)
Constructor. |
|
TableCell(AbstractTablePart parent,
PropertyList propertyList)
Constructor for the case where the actual parent of the table-cell is the table-body, table-header, or table-footer. |
|
TableCell(TableRow parent,
PropertyList propertyList)
Constructor. |
|
TableColumn(FObj parent,
PropertyList propertyList)
Constructor. |
|
TableFooter(Table parent,
PropertyList propertyList)
Constructor. |
|
TableHeader(Table parent,
PropertyList propertyList)
Constructor. |
|
TableRow(FObj parent,
PropertyList propertyList,
boolean isPseudoRow)
Constructor. |
|
Title(FObj parent,
PropertyList propertyList)
Constructor. |
|
Wrapper(FObj parent,
PropertyList propertyList)
Constructor. |
Uses of PropertyList in org.foray.fotree.foray |
---|
Methods in org.foray.fotree.foray that return PropertyList | |
---|---|
protected PropertyList |
NamespaceForay.createNewPropertyList(Attributes attlist)
|
Methods in org.foray.fotree.foray with parameters of type PropertyList | |
---|---|
static FObj |
ObjectMakerForay.makeObject(String objectName,
FObj parent,
PropertyList propertyList)
Converts an unparsed extension element into an FObj instance that can be added to the FO Tree. |
void |
NamespaceForay.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
NamespaceForay.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Uses of PropertyList in org.foray.fotree.math |
---|
Methods in org.foray.fotree.math that return PropertyList | |
---|---|
protected PropertyList |
MathNamespace.createNewPropertyList(Attributes attlist)
|
Methods in org.foray.fotree.math with parameters of type PropertyList | |
---|---|
static FObj |
MathObjectMaker.makeObject(String objectName,
FObj parent,
PropertyList propertyList)
Converts an unparsed MathML element into an FObj instance that can be added to the FO Tree. |
void |
MathNamespace.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
MathNamespace.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Uses of PropertyList in org.foray.fotree.svg |
---|
Methods in org.foray.fotree.svg that return PropertyList | |
---|---|
protected PropertyList |
NamespaceSVG.createNewPropertyList(Attributes attlist)
|
Methods in org.foray.fotree.svg with parameters of type PropertyList | |
---|---|
static FObj |
ObjectMakerSVG.makeObject(String objectName,
FObj parent,
PropertyList propertyList)
Converts an unparsed SVG element into an FObj instance that can be added to the FO Tree. |
void |
NamespaceSVG.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
NamespaceSVG.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Uses of PropertyList in org.foray.fotree.xml |
---|
Methods in org.foray.fotree.xml that return PropertyList | |
---|---|
protected PropertyList |
NamespaceXML.createNewPropertyList(Attributes attlist)
|
Methods in org.foray.fotree.xml with parameters of type PropertyList | |
---|---|
void |
NamespaceXML.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
NamespaceXML.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |