MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getFeature

Method getFeature

src/org/kxml2/io/KXmlParser.java:1095–1102  ·  view source on GitHub ↗
(String feature)

Source from the content-addressed store, hash-verified

1093 }
1094
1095 public boolean getFeature(String feature) {
1096 if (XmlPullParser.FEATURE_PROCESS_NAMESPACES.equals(feature))
1097 return processNsp;
1098 else if (isProp(feature, false, "relaxed"))
1099 return relaxed;
1100 else
1101 return false;
1102 }
1103
1104 public String getInputEncoding() {
1105 return encoding;

Callers

nothing calls this directly

Calls 2

isPropMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected