MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getRawFragment

Method getRawFragment

vm/JavaAPI/src/java/net/URI.java:686–688  ·  view source on GitHub ↗

Get the encoded fragment (otherwise known as the "reference" or "anchor") part of the uri. The anchor marker (#) itself is not included in the result. @return the anchor part of the URI.

()

Source from the content-addressed store, hash-verified

684 * @return the anchor part of the URI.
685 */
686 public String getRawFragment() {
687 return fragment;
688 }
689
690 /**
691 * @return the schemeSpecificPart

Callers 2

toASCIIStringMethod · 0.95
invoke0Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected