Uses of Class
org.apache.fop.fo.ValidationException
Packages that use ValidationException
Package
Description
Subsystem for reporting events inside FOP to client applications.
Classes, constants and basic infrastructure for the FO tree.
Base classes for implementing extensions to XSL-FO.
Classes to support named destinations (only relevant for PDF output)
All the block- and inline-level flow formatting objects.
All the pagination and declaration formatting objects.
Formatting objects for bookmarks as defined since XSL 1.1.
Extensions specific to the PostScript Renderer.
-
Uses of ValidationException in org.apache.fop.event
Methods in org.apache.fop.event that return types with arguments of type ValidationException -
Uses of ValidationException in org.apache.fop.fo
Methods in org.apache.fop.fo that throw ValidationExceptionModifier and TypeMethodDescriptionvoidPropertyList.addAttributesToList(Attributes attributes) Adds the attributes, passed in by the parser to the PropertyList.voidFOValidationEventProducer.columnCountErrorOnRegionBodyOverflowScroll(Object source, String elementName, Locator loc) If overflow property is set to "scroll", a column-count other than "1" may not be specified.voidFOValidationEventProducer.duplicateFlowNameInPageSequence(Object source, String elementName, String flowName, Locator loc) There are multiple flows with the same name.voidFOValidationEventProducer.emptyDocument(Object source) No FO document was found.voidFOValidationEventProducer.flowNameNotMapped(Object source, String elementName, String flowName, Locator loc) A flow name could not be mapped to a region.protected voidPropertyList.handleInvalidProperty(org.apache.xmlgraphics.util.QName attr) Handles an invalid property.voidFOValidationEventProducer.idNotUnique(Object source, String elementName, String id, boolean canRecover, Locator loc) An id was used twice in a document.voidFOValidationEventProducer.illegalRegionName(Object source, String elementName, String regionName, Locator loc) An illegal region name was used.voidFOValidationEventProducer.invalidChild(Object source, String elementName, org.apache.xmlgraphics.util.QName offendingNode, String ruleViolated, Locator loc) An invalid child was encountered.protected voidFONode.invalidChildError(Locator loc, String nsURI, String lName) Helper function to return "invalid child" exceptions (e.g.,fo:blockappearing immediately underfo:root)protected voidFONode.invalidChildError(Locator loc, String parentName, 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)voidFOValidationEventProducer.invalidFORoot(Object source, String elementName, Locator loc) fo:root must be root.voidFOValidationEventProducer.invalidProperty(Object source, String elementName, org.apache.xmlgraphics.util.QName attr, boolean canRecover, Locator loc) An invalid property was found.protected voidFONode.invalidPropertyValueError(String propertyName, String propertyValue, Exception e) Helper function to throw an error caused by an invalid propertyvoidFOValidationEventProducer.masterNameNotUnique(Object source, String elementName, String name, Locator loc) There are multiple page masters defined with the same name.voidFOValidationEventProducer.masterNotFound(Object source, String elementName, String masterReference, Locator loc) A page master could not be found.voidFOValidationEventProducer.missingChildElement(Object source, String elementName, String contentModel, boolean canRecover, Locator loc) A required child element is missing.protected voidFONode.missingChildElementError(String contentModel) Helper function to throw an error caused by missing mandatory child elements.protected voidFONode.missingChildElementError(String contentModel, boolean canRecover) Helper function to throw an error caused by missing mandatory child elements.voidFOValidationEventProducer.missingLinkDestination(Object source, String elementName, Locator loc) Missing internal-/external-destination on basic-link or bookmark.voidFOValidationEventProducer.missingProperty(Object source, String elementName, String propertyName, Locator loc) An element is missing a required property.protected voidFONode.missingPropertyError(String propertyName) Helper function to throw an error caused by missing mandatory propertiesvoidFOValidationEventProducer.nodeOutOfOrder(Object source, String elementName, String tooLateNode, String tooEarlyNode, boolean canRecover, Locator loc) The node order is wrong.protected voidFONode.nodesOutOfOrderError(Locator loc, String tooLateNode, String tooEarlyNode) Helper function to standardize "out of order" exceptions (e.g.,fo:layout-master-setappearing afterfo:page-sequence)protected voidFONode.nodesOutOfOrderError(Locator loc, String tooLateNode, String tooEarlyNode, boolean canRecover) Helper function to standardize "out of order" exceptions (e.g., fo:layout-master-set appearing after fo:page-sequence)voidFOValidationEventProducer.nonZeroBorderPaddingOnRegion(Object source, String elementName, String regionName, boolean canRecover, Locator loc) A non-zero border and/or padding has been encountered on a region.voidFOValidationEventProducer.notSupportedChild(Object source, String elementName, org.apache.xmlgraphics.util.QName offendingNode, Locator loc) A valid but not yet supported child was encountered.protected voidFONode.notSupportedChildError(Locator loc, String nsURI, String lName) Helper function to return "not supported child" exceptions.voidFOValidationEventProducer.regionNameMappedToMultipleRegionClasses(Object source, String regionName, String defaultRegionClass1, String defaultRegionClass2, Locator loc) A region name is mapped to multiple region classes.voidFOValidationEventProducer.tooManyNodes(Object source, String elementName, org.apache.xmlgraphics.util.QName offendingNode, Locator loc) Too many child nodes.protected voidFONode.tooManyNodesError(Locator loc, String offendingNode) Helper function to standardize "too many" error exceptions (e.g., two fo:declarations within fo:root) This overloaded method helps make the caller code better self-documentingprotected voidFONode.tooManyNodesError(Locator loc, String nsURI, String lName) Helper function to standardize "too many" error exceptions (e.g., two fo:declarations within fo:root)protected voidFONode.tooManyNodesError(Locator loc, org.apache.xmlgraphics.util.QName offendingNode) Helper function to standardize "too many" error exceptions (e.g., twofo:declarationswithinfo:root)protected static voidFONode.validateChildNode(FONode fo, Locator loc, String namespaceURI, String localName) Static version ofFONode.validateChildNode(Locator, String, String)that can be used by subclasses that need to validate children against a different node (for example:fo:wrapperneeds to check if the incoming node is a valid child to its parent)protected voidFONode.validateChildNode(Locator loc, String namespaceURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidXMLObj.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj. -
Uses of ValidationException in org.apache.fop.fo.extensions
Methods in org.apache.fop.fo.extensions that throw ValidationExceptionModifier and TypeMethodDescriptionprotected voidExternalDocument.validateChildNode(Locator loc, String nsURI, String localName) -
Uses of ValidationException in org.apache.fop.fo.extensions.destination
Methods in org.apache.fop.fo.extensions.destination that throw ValidationExceptionModifier and TypeMethodDescriptionprotected voidDestination.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj. -
Uses of ValidationException in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that throw ValidationExceptionModifier and TypeMethodDescriptionvoidMarker.MarkerPropertyList.addAttributesToList(Attributes attributes) Override that doesn't convert the attributes toPropertyinstances, but simply stores the attributes for later processing.protected voidAbstractListItemPart.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidAbstractPageNumberCitation.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidAbstractRetrieveMarker.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidBasicLink.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidBlock.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidBlockContainer.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidChangeBar.validateChildNode(Locator loc, String namespaceURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidCharacter.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidExternalGraphic.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidFloat.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidFootnote.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidFootnoteBody.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidInitialPropertySet.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidInline.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidInlineContainer.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidInstreamForeignObject.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidLeader.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidListBlock.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidListItem.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidMarker.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidMultiCase.validateChildNode(Locator loc, String nsURI, String localName) Content Model: (#PCDATA|%inline;|%block)*protected voidMultiProperties.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidMultiPropertySet.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidMultiSwitch.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidMultiToggle.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidPageNumber.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidWrapper.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj. -
Uses of ValidationException in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that throw ValidationExceptionModifier and TypeMethodDescriptionprotected voidTablePart.finishLastRowGroup()Finish last row group.voidTableEventProducer.footerOrderCannotRecover(Object source, String elementName, Locator loc) The table-footer was found after the table-body.voidTableEventProducer.noMixRowsAndCells(Object source, String elementName, Locator loc) No mixing of table-rows and table-cells is allowed for direct children of table-body.voidTableEventProducer.tooManyCells(Object source, Locator loc) Column-number or number of cells in the row overflows the number of fo:table-column specified for the table.protected voidTable.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidTableAndCaption.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidTableCaption.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidTableCell.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidTableColumn.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidTablePart.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidTableRow.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj. -
Uses of ValidationException in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that throw ValidationExceptionModifier and TypeMethodDescriptionprotected voidLayoutMasterSet.addPageSequenceMaster(String masterName, PageSequenceMaster pSM) Add a page sequence master.protected voidLayoutMasterSet.addSimplePageMaster(SimplePageMaster sPM) Add a simple page master.voidConditionalPageMasterReference.resolveReferences(LayoutMasterSet layoutMasterSet) called by the parent RepeatablePageMasterAlternatives to resolve object references from simple page master reference namesvoidRepeatablePageMasterAlternatives.resolveReferences(LayoutMasterSet layoutMasterSet) called by the parent LayoutMasterSet to resolve object references from simple page master reference namesvoidRepeatablePageMasterReference.resolveReferences(LayoutMasterSet layoutMasterSet) called by the parent LayoutMasterSet to resolve object references from simple page master reference namesvoidSinglePageMasterReference.resolveReferences(LayoutMasterSet layoutMasterSet) called by the parent LayoutMasterSet to resolve object references from simple page master reference namesvoidSubSequenceSpecifier.resolveReferences(LayoutMasterSet layoutMasterSet) called by the parent LayoutMasterSet to resolve object references from simple page master reference namesprotected voidColorProfile.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidConditionalPageMasterReference.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidDeclarations.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidFlow.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidLayoutMasterSet.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidPageSequence.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidPageSequenceMaster.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidPageSequenceWrapper.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidRegion.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidRepeatablePageMasterAlternatives.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidRepeatablePageMasterReference.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidRoot.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidRoot.validateChildNode(Locator loc, FONode child) protected voidSimplePageMaster.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidSinglePageMasterReference.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidStaticContent.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidTitle.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj. -
Uses of ValidationException in org.apache.fop.fo.pagination.bookmarks
Methods in org.apache.fop.fo.pagination.bookmarks that throw ValidationExceptionModifier and TypeMethodDescriptionprotected voidBookmark.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidBookmarkTitle.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.protected voidBookmarkTree.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj. -
Uses of ValidationException in org.apache.fop.render.afp.extensions
Methods in org.apache.fop.render.afp.extensions that throw ValidationExceptionModifier and TypeMethodDescriptionprotected voidAbstractAFPExtensionObject.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj. -
Uses of ValidationException in org.apache.fop.render.pdf.extensions
Methods in org.apache.fop.render.pdf.extensions that throw ValidationExceptionModifier and TypeMethodDescriptionprotected voidPDFDocumentInformationElement.validateChildNode(Locator loc, String namespaceURI, String localName) -
Uses of ValidationException in org.apache.fop.render.ps.extensions
Methods in org.apache.fop.render.ps.extensions that throw ValidationExceptionModifier and TypeMethodDescriptionprotected voidAbstractPSExtensionElement.validateChildNode(Locator loc, String nsURI, String localName) Blocks XSL FO's from having non-FO parents.protected voidAbstractPSExtensionObject.validateChildNode(Locator loc, String nsURI, String localName) Checks to make sure, during SAX processing of input document, that the incoming node is valid for this (parent) node (e.g., checking to see thatfo:tableis not an immediate child offo:root) called fromFOTreeBuilder.startElement(String, String, String, Attributes)before constructing the childFObj.