Package | Description |
---|---|
org.apache.fop.events |
Subsystem for reporting events inside FOP to client applications.
|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.extensions |
Base classes for implementing extensions to XSL-FO.
|
org.apache.fop.fo.extensions.destination |
Classes to support named destinations (only relevant for PDF output)
|
org.apache.fop.fo.flow |
All the block- and inline-level flow formatting objects.
|
org.apache.fop.fo.flow.table | |
org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
org.apache.fop.fo.pagination.bookmarks |
Formatting objects for bookmarks as defined since XSL 1.1.
|
org.apache.fop.render.afp.extensions | |
org.apache.fop.render.ps.extensions |
Extensions specific to the PostScript Renderer.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<ValidationException> |
ValidationExceptionFactory.getExceptionClass()
Returns the
Exception class created by this factory. |
Modifier and Type | Method and Description |
---|---|
void |
PropertyList.addAttributesToList(org.xml.sax.Attributes attributes)
Adds the attributes, passed in by the parser to the PropertyList.
|
void |
FOValidationEventProducer.columnCountErrorOnRegionBodyOverflowScroll(java.lang.Object source,
java.lang.String elementName,
org.xml.sax.Locator loc)
If overflow property is set to "scroll", a column-count other than "1" may not be specified.
|
void |
FOValidationEventProducer.duplicateFlowNameInPageSequence(java.lang.Object source,
java.lang.String elementName,
java.lang.String flowName,
org.xml.sax.Locator loc)
There are multiple flows with the same name.
|
void |
FOValidationEventProducer.emptyDocument(java.lang.Object source)
No FO document was found.
|
void |
FOValidationEventProducer.flowNameNotMapped(java.lang.Object source,
java.lang.String elementName,
java.lang.String flowName,
org.xml.sax.Locator loc)
A flow name could not be mapped to a region.
|
protected void |
PropertyList.handleInvalidProperty(org.apache.xmlgraphics.util.QName attr)
Handles an invalid property.
|
void |
FOValidationEventProducer.idNotUnique(java.lang.Object source,
java.lang.String elementName,
java.lang.String id,
boolean canRecover,
org.xml.sax.Locator loc)
An id was used twice in a document.
|
void |
FOValidationEventProducer.illegalRegionName(java.lang.Object source,
java.lang.String elementName,
java.lang.String regionName,
org.xml.sax.Locator loc)
An illegal region name was used.
|
void |
FOValidationEventProducer.invalidChild(java.lang.Object source,
java.lang.String elementName,
org.apache.xmlgraphics.util.QName offendingNode,
java.lang.String ruleViolated,
org.xml.sax.Locator loc)
An invalid child was encountered.
|
protected void |
FONode.invalidChildError(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String lName)
Helper function to return "invalid child" exceptions
(e.g.,
fo:block appearing immediately under fo:root ) |
protected void |
FONode.invalidChildError(org.xml.sax.Locator loc,
java.lang.String parentName,
java.lang.String nsURI,
java.lang.String lName,
java.lang.String ruleViolated)
Helper function to return "invalid child" exceptions with more
complex validation rules (i.e., needing more explanation of the problem)
|
void |
FOValidationEventProducer.invalidFORoot(java.lang.Object source,
java.lang.String elementName,
org.xml.sax.Locator loc)
fo:root must be root.
|
void |
FOValidationEventProducer.invalidProperty(java.lang.Object source,
java.lang.String elementName,
org.apache.xmlgraphics.util.QName attr,
boolean canRecover,
org.xml.sax.Locator loc)
An invalid property was found.
|
void |
FOValidationEventProducer.masterNameNotUnique(java.lang.Object source,
java.lang.String elementName,
java.lang.String name,
org.xml.sax.Locator loc)
There are multiple page masters defined with the same name.
|
void |
FOValidationEventProducer.masterNotFound(java.lang.Object source,
java.lang.String elementName,
java.lang.String masterReference,
org.xml.sax.Locator loc)
A page master could not be found.
|
void |
FOValidationEventProducer.missingChildElement(java.lang.Object source,
java.lang.String elementName,
java.lang.String contentModel,
boolean canRecover,
org.xml.sax.Locator loc)
A required child element is missing.
|
protected void |
FONode.missingChildElementError(java.lang.String contentModel)
Helper function to throw an error caused by missing mandatory child elements.
|
protected void |
FONode.missingChildElementError(java.lang.String contentModel,
boolean canRecover)
Helper function to throw an error caused by missing mandatory child elements.
|
void |
FOValidationEventProducer.missingLinkDestination(java.lang.Object source,
java.lang.String elementName,
org.xml.sax.Locator loc)
Missing internal-/external-destination on basic-link or bookmark.
|
void |
FOValidationEventProducer.missingProperty(java.lang.Object source,
java.lang.String elementName,
java.lang.String propertyName,
org.xml.sax.Locator loc)
An element is missing a required property.
|
protected void |
FONode.missingPropertyError(java.lang.String propertyName)
Helper function to throw an error caused by missing mandatory properties
|
void |
FOValidationEventProducer.nodeOutOfOrder(java.lang.Object source,
java.lang.String elementName,
java.lang.String tooLateNode,
java.lang.String tooEarlyNode,
boolean canRecover,
org.xml.sax.Locator loc)
The node order is wrong.
|
protected void |
FONode.nodesOutOfOrderError(org.xml.sax.Locator loc,
java.lang.String tooLateNode,
java.lang.String tooEarlyNode)
Helper function to standardize "out of order" exceptions
(e.g.,
fo:layout-master-set appearing after fo:page-sequence ) |
protected void |
FONode.nodesOutOfOrderError(org.xml.sax.Locator loc,
java.lang.String tooLateNode,
java.lang.String tooEarlyNode,
boolean canRecover)
Helper function to standardize "out of order" exceptions
(e.g., fo:layout-master-set appearing after fo:page-sequence)
|
void |
FOValidationEventProducer.nonZeroBorderPaddingOnRegion(java.lang.Object source,
java.lang.String elementName,
java.lang.String regionName,
boolean canRecover,
org.xml.sax.Locator loc)
A non-zero border and/or padding has been encountered on a region.
|
void |
FOValidationEventProducer.regionNameMappedToMultipleRegionClasses(java.lang.Object source,
java.lang.String regionName,
java.lang.String defaultRegionClass1,
java.lang.String defaultRegionClass2,
org.xml.sax.Locator loc)
A region name is mapped to multiple region classes.
|
void |
FOValidationEventProducer.tooManyNodes(java.lang.Object source,
java.lang.String elementName,
org.apache.xmlgraphics.util.QName offendingNode,
org.xml.sax.Locator loc)
Too many child nodes.
|
protected void |
FONode.tooManyNodesError(org.xml.sax.Locator loc,
org.apache.xmlgraphics.util.QName offendingNode)
Helper function to standardize "too many" error exceptions
(e.g., two
fo:declarations within fo:root ) |
protected void |
FONode.tooManyNodesError(org.xml.sax.Locator loc,
java.lang.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-documenting
|
protected void |
FONode.tooManyNodesError(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String lName)
Helper function to standardize "too many" error exceptions
(e.g., two fo:declarations within fo:root)
|
protected static void |
FONode.validateChildNode(FONode fo,
org.xml.sax.Locator loc,
java.lang.String namespaceURI,
java.lang.String localName)
Static version of
FONode.validateChildNode(Locator, String, String) that
can be used by subclasses that need to validate children against a different node
(for example: fo:wrapper needs to check if the incoming node is a
valid child to its parent) |
protected void |
FONode.validateChildNode(org.xml.sax.Locator loc,
java.lang.String namespaceURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
XMLObj.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
Modifier and Type | Method and Description |
---|---|
protected void |
ExternalDocument.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String localName) |
Modifier and Type | Method and Description |
---|---|
protected void |
Destination.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
Modifier and Type | Method and Description |
---|---|
void |
Marker.MarkerPropertyList.addAttributesToList(org.xml.sax.Attributes attributes)
Override that doesn't convert the attributes to
Property
instances, but simply stores the attributes for later processing. |
protected void |
Wrapper.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Marker.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
AbstractListItemPart.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Inline.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
FootnoteBody.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
InstreamForeignObject.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
ListItem.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
MultiPropertySet.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
AbstractPageNumberCitation.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Float.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
MultiToggle.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
ExternalGraphic.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Footnote.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
AbstractRetrieveMarker.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Character.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
BasicLink.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
MultiSwitch.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
MultiProperties.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
BlockContainer.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Block.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Leader.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
InitialPropertySet.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
PageNumber.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
InlineContainer.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
ListBlock.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
Modifier and Type | Method and Description |
---|---|
protected void |
TablePart.finishLastRowGroup()
Finish last row group.
|
void |
TableEventProducer.footerOrderCannotRecover(java.lang.Object source,
java.lang.String elementName,
org.xml.sax.Locator loc)
The table-footer was found after the table-body.
|
void |
TableEventProducer.noMixRowsAndCells(java.lang.Object source,
java.lang.String elementName,
org.xml.sax.Locator loc)
No mixing of table-rows and table-cells is allowed for direct children of table-body.
|
void |
TableEventProducer.tooManyCells(java.lang.Object source,
org.xml.sax.Locator loc)
Column-number or number of cells in the row overflows the number of fo:table-column
specified for the table.
|
protected void |
TablePart.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
TableRow.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
TableCaption.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
TableAndCaption.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Table.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
TableColumn.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
TableCell.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
Modifier and Type | Method and Description |
---|---|
protected void |
LayoutMasterSet.addPageSequenceMaster(java.lang.String masterName,
PageSequenceMaster pSM)
Add a page sequence master.
|
protected void |
LayoutMasterSet.addSimplePageMaster(SimplePageMaster sPM)
Add a simple page master.
|
void |
SubSequenceSpecifier.resolveReferences(LayoutMasterSet layoutMasterSet)
called by the parent LayoutMasterSet to resolve object references
from simple page master reference names
|
void |
ConditionalPageMasterReference.resolveReferences(LayoutMasterSet layoutMasterSet)
called by the parent RepeatablePageMasterAlternatives to resolve object references
from simple page master reference names
|
void |
RepeatablePageMasterReference.resolveReferences(LayoutMasterSet layoutMasterSet)
called by the parent LayoutMasterSet to resolve object references
from simple page master reference names
|
void |
RepeatablePageMasterAlternatives.resolveReferences(LayoutMasterSet layoutMasterSet)
called by the parent LayoutMasterSet to resolve object references
from simple page master reference names
|
void |
SinglePageMasterReference.resolveReferences(LayoutMasterSet layoutMasterSet)
called by the parent LayoutMasterSet to resolve object references
from simple page master reference names
|
protected void |
Root.validateChildNode(org.xml.sax.Locator loc,
FONode child) |
protected void |
StaticContent.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Title.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
ConditionalPageMasterReference.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
RepeatablePageMasterReference.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Flow.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
PageSequenceMaster.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
ColorProfile.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
RepeatablePageMasterAlternatives.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
PageSequence.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Region.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
SimplePageMaster.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Root.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
SinglePageMasterReference.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
Declarations.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
PageSequenceWrapper.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
LayoutMasterSet.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
Modifier and Type | Method and Description |
---|---|
protected void |
Bookmark.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
BookmarkTitle.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
protected void |
BookmarkTree.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAFPExtensionObject.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPSExtensionElement.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String localName)
Blocks XSL FO's from having non-FO parents.
|
protected void |
AbstractPSExtensionObject.validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.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 that
fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.