MCPcopy Create free account
hub / github.com/PCGen/pcgen / parseBirthplaceLine

Method parseBirthplaceLine

code/src/java/pcgen/io/PCGVer2Parser.java:610–614  ·  view source on GitHub ↗
(String line)

Source from the content-addressed store, hash-verified

608 }
609
610 private void parseBirthplaceLine(String line)
611 {
612 thePC.setPCAttribute(PCStringKey.BIRTHPLACE,
613 EntityEncoder.decode(line.substring(IOConstants.TAG_BIRTHPLACE.length() + 1)));
614 }
615
616 /**
617 * Does the actual work:<br>

Callers 1

parseCachedLinesMethod · 0.95

Calls 2

decodeMethod · 0.95
setPCAttributeMethod · 0.80

Tested by

no test coverage detected