fop 0.94 | |
Frames | No Frames |
Methods which throw type org.apache.fop.fo.ValidationException | |
void | PropertyList.addAttributesToList(Attributes attributes) Adds the attributes, passed in by the parser to the PropertyList
|
void | FONode.attributeError(String problem) Helper function to standardize property error exceptions
(e.g., not specifying either an internal- or an external-destination
property for an FO:link)
|
void | PropertyList.handleInvalidProperty(String message, String propName) |
void | FONode.invalidChildError(Locator loc, String nsURI, String lName) Helper function to return "invalid child" exceptions
(e.g., fo:block appearing immediately under fo:root)
|
void | FONode.invalidChildError(Locator loc, String nsURI, String lName, String ruleViolated) Helper function to return "invalid child" exceptions with more
complex validation rules (i.e., needing more explanation of the problem)
|
boolean | PropertyList.isValidPropertyName(String propertyName) Validates a property name. |
void | FONode.missingChildElementError(String contentModel) Helper function to throw an error caused by missing mandatory child elements. |
void | FONode.missingPropertyError(String propertyName) Helper function to throw an error caused by missing mandatory properties
|
void | FONode.nodesOutOfOrderError(Locator loc, String tooLateNode, String tooEarlyNode) Helper function to standardize "out of order" exceptions
(e.g., fo:layout-master-set appearing after fo:page-sequence)
|
void | FONode.tooManyNodesError(Locator loc, String offendingNode) Helper function to standardize "too many" error exceptions
(e.g., two fo:declarations within fo:root)
This overrloaded method helps make the caller code better self-documenting
|
void | FONode.tooManyNodesError(Locator loc, String nsURI, String lName) Helper function to standardize "too many" error exceptions
(e.g., two fo:declarations within fo:root)
|
void | FONode.validateChildNode(Locator loc, String namespaceURI, String localName) Checks to make sure, during SAX processing of input document, that the
incoming node is valid for the this (parent) node (e.g., checking to
see that fo:table is not an immediate child of fo:root)
called within FObj constructor
|
void | XMLObj.validateChildNode(Locator loc, String nsURI, String localName) |
Methods which throw type org.apache.fop.fo.ValidationException | |
void | Add a page sequence master. |
void | Add a simple page master. |
void | ColorProfile.validateChildNode(Locator loc, String nsURI, String localName) |
void | ConditionalPageMasterReference.validateChildNode(Locator loc, String nsURI, String localName) |
void | Declarations.validateChildNode(Locator loc, String nsURI, String localName) |
void | Flow.validateChildNode(Locator loc, String nsURI, String localName) |
void | LayoutMasterSet.validateChildNode(Locator loc, String nsURI, String localName) |
void | PageSequence.validateChildNode(Locator loc, String nsURI, String localName) |
void | PageSequenceMaster.validateChildNode(Locator loc, String nsURI, String localName) |
void | PageSequenceWrapper.validateChildNode(Locator loc, String nsURI, String localName) |
void | Region.validateChildNode(Locator loc, String nsURI, String localName) |
void | RepeatablePageMasterAlternatives.validateChildNode(Locator loc, String nsURI, String localName) |
void | RepeatablePageMasterReference.validateChildNode(Locator loc, String nsURI, String localName) |
void | Root.validateChildNode(Locator loc, String nsURI, String localName) |
void | SimplePageMaster.validateChildNode(Locator loc, String nsURI, String localName) |
void | SinglePageMasterReference.validateChildNode(Locator loc, String nsURI, String localName) |
void | StaticContent.validateChildNode(Locator loc, String nsURI, String localName) |
void | Title.validateChildNode(Locator loc, String nsURI, String localName) |
Methods which throw type org.apache.fop.fo.ValidationException | |
void | Marker.MarkerPropertyList.addAttributesToList(Attributes attributes) Override that doesn't convert the attributes to Property instances,
but simply stores the attributes for later processing;
|
void | AbstractListItemPart.validateChildNode(Locator loc, String nsURI, String localName) |
void | BasicLink.validateChildNode(Locator loc, String nsURI, String localName) |
void | BidiOverride.validateChildNode(Locator loc, String nsURI, String localName) |
void | Block.validateChildNode(Locator loc, String nsURI, String localName) |
void | BlockContainer.validateChildNode(Locator loc, String nsURI, String localName) |
void | Character.validateChildNode(Locator loc, String nsURI, String localName) |
void | ExternalGraphic.validateChildNode(Locator loc, String nsURI, String localName) |
void | Float.validateChildNode(Locator loc, String nsURI, String localName) |
void | Footnote.validateChildNode(Locator loc, String nsURI, String localName) |
void | FootnoteBody.validateChildNode(Locator loc, String nsURI, String localName) |
void | InitialPropertySet.validateChildNode(Locator loc, String nsURI, String localName) |
void | Inline.validateChildNode(Locator loc, String nsURI, String localName) |
void | InlineContainer.validateChildNode(Locator loc, String nsURI, String localName) |
void | InstreamForeignObject.validateChildNode(Locator loc, String nsURI, String localName) |
void | ListBlock.validateChildNode(Locator loc, String nsURI, String localName) |
void | ListItem.validateChildNode(Locator loc, String nsURI, String localName) |
void | Marker.validateChildNode(Locator loc, String nsURI, String localName) |
void | MultiProperties.validateChildNode(Locator loc, String nsURI, String localName) |
void | MultiPropertySet.validateChildNode(Locator loc, String nsURI, String localName) |
void | MultiSwitch.validateChildNode(Locator loc, String nsURI, String localName) |
void | MultiToggle.validateChildNode(Locator loc, String nsURI, String localName) |
void | PageNumber.validateChildNode(Locator loc, String nsURI, String localName) |
void | PageNumberCitation.validateChildNode(Locator loc, String nsURI, String localName) |
void | RetrieveMarker.validateChildNode(Locator loc, String nsURI, String localName) |
void | Table.validateChildNode(Locator loc, String nsURI, String localName) |
void | TableAndCaption.validateChildNode(Locator loc, String nsURI, String localName) |
void | TableBody.validateChildNode(Locator loc, String nsURI, String localName) |
void | TableCaption.validateChildNode(Locator loc, String nsURI, String localName) |
void | TableCell.validateChildNode(Locator loc, String nsURI, String localName) |
void | TableColumn.validateChildNode(Locator loc, String nsURI, String localName) |
void | TableRow.validateChildNode(Locator loc, String nsURI, String localName) |
void | Wrapper.validateChildNode(Locator loc, String nsURI, String localName) |
Methods which throw type org.apache.fop.fo.ValidationException | |
void | AbstractPSExtensionObject.validateChildNode(Locator loc, String nsURI, String localName) |
Methods which throw type org.apache.fop.fo.ValidationException | |
void | Destination.validateChildNode(Locator loc, String nsURI, String localName) |
Methods which throw type org.apache.fop.fo.ValidationException | |
void | AbstractAFPExtensionObject.validateChildNode(Locator loc, String nsURI, String localName) |
Methods which throw type org.apache.fop.fo.ValidationException | |
void | Bookmark.validateChildNode(Locator loc, String nsURI, String localName) |
void | BookmarkTitle.validateChildNode(Locator loc, String nsURI, String localName) |
void | BookmarkTree.validateChildNode(Locator loc, String nsURI, String localName) |
fop 0.94 |