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

Method getName

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

Returns the fully qualified name of the node @return the fully qualified name of this node

()

Source from the content-addressed store, hash-verified

807 * @return the fully qualified name of this node
808 */
809 public String getName() {
810 return getName(getNormalNamespacePrefix());
811 }
812
813 /**
814 * Returns the fully qualified name of the node

Callers 11

tooManyNodesErrorMethod · 0.95
nodesOutOfOrderErrorMethod · 0.95
invalidChildErrorMethod · 0.95
missingPropertyErrorMethod · 0.95
getContextInfoMethod · 0.95
getContextInfoAltMethod · 0.95
endOfNodeMethod · 0.95
recurseFONodeMethod · 0.95

Calls 4

getLocalNameMethod · 0.95
appendMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected