Package org.apache.fop.fo
Class PropertyList.UnknownPropertyHandler
java.lang.Object
org.apache.fop.fo.PropertyList.UnknownPropertyHandler
- Enclosing class:
- PropertyList
A class to handle unknown shorthand property values e.g. border="solit 1pt"
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list of known properties which have already been processedA list of unknown properties identified by the value and property in which its featured -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
validatePropertyValue
(String propertyValue, Property output, Property property)
-
Field Details
-
unknownPropertyValues
A list of unknown properties identified by the value and property in which its featured -
knownProperties
A list of known properties which have already been processed
-
-
Constructor Details
-
UnknownPropertyHandler
private UnknownPropertyHandler()
-
-
Method Details
-
validatePropertyValue
-
getUnknownPropertyValues
-