MCPcopy Create free account
hub / github.com/apache/xmlgraphics-fop / getRoot

Method getRoot

fop-core/src/main/java/org/apache/fop/fo/FONode.java:800–802  ·  view source on GitHub ↗

Returns the root node of this tree @return the root node

()

Source from the content-addressed store, hash-verified

798 * @return the root node
799 */
800 public Root getRoot() {
801 return parent.getRoot();
802 }
803
804 /**
805 * Returns the fully qualified name of the node

Callers 15

startPageSequenceMethod · 0.45
testFixedControllerMethod · 0.45
testDynamicControllerMethod · 0.45
versionShouldChangeMethod · 0.45
testGetNextPageMethod · 0.45
startPageSequenceMethod · 0.45
drawImageMethod · 0.45
convertMethod · 0.45

Calls

no outgoing calls

Tested by 9

testFixedControllerMethod · 0.36
testDynamicControllerMethod · 0.36
versionShouldChangeMethod · 0.36
testGetNextPageMethod · 0.36
startPageSequenceMethod · 0.36
drawImageMethod · 0.36