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

Method getId

fop-core/src/main/java/org/apache/fop/fo/FObj.java:611–613  ·  view source on GitHub ↗

@return the "id" property.

()

Source from the content-addressed store, hash-verified

609
610 /** @return the "id" property. */
611 public String getId() {
612 return id;
613 }
614
615 /** @return whether this object has an id set */
616 public boolean hasId() {

Callers 15

getContextInfoAltMethod · 0.95
testHasTripletMethod · 0.45
testRepeatAddAreasMethod · 0.45
addIDMethod · 0.45
observeElementListMethod · 0.45
makeNewPageMethod · 0.45
addIdMethod · 0.45
notifyEndOfLayoutMethod · 0.45
observeElementListMethod · 0.45
getParentAreaMethod · 0.45
fillPageMethod · 0.45
finishPageSequenceMethod · 0.45

Calls

no outgoing calls

Tested by 3

testHasTripletMethod · 0.36
testRepeatAddAreasMethod · 0.36
addIDMethod · 0.36