(String feature)
| 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; |