MCPcopy Create free account
hub / github.com/MenoData/Time4J / toStringXML

Method toStringXML

base/src/main/java/net/time4j/Duration.java:2635–2639  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2633 * @see IsoUnit#getSymbol()
2634 */
2635 public String toStringXML() {
2636
2637 return this.toString(PRINT_STYLE_XML);
2638
2639 }
2640
2641 /**
2642 * <p>Parses a canonical representation to a duration. </p>

Callers 1

fromMethod · 0.45

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected