Home | History | Annotate | Download | only in xml

Lines Matching defs:Feature

55     private static class Feature {
73 if (name.equals(Feature.VALIDATION)
74 || name.equals(Feature.EXTERNAL_GENERAL_ENTITIES)
75 || name.equals(Feature.EXTERNAL_PARAMETER_ENTITIES)) {
79 if (name.equals(Feature.NAMESPACES)) {
83 if (name.equals(Feature.NAMESPACE_PREFIXES)) {
87 if (name.equals(Feature.STRING_INTERNING)) {
100 if (name.equals(Feature.VALIDATION)
101 || name.equals(Feature.EXTERNAL_GENERAL_ENTITIES)
102 || name.equals(Feature.EXTERNAL_PARAMETER_ENTITIES)) {
111 if (name.equals(Feature.NAMESPACES)) {
116 if (name.equals(Feature.NAMESPACE_PREFIXES)) {
121 if (name.equals(Feature.STRING_INTERNING)) {
253 * include xmlns attributes like this feature requires. We may
259 "feature is not supported while the 'namespaces' " +
260 "feature is enabled.");