Revision 40799 branches/v02_desarrollo/libraries/sld/temp/org.gvsig.sldsupport.lib.impl/src/main/java/org/gvsig/sldsupport/impl/sld1_0_0/parsing/filteroperator/comparison/IsNullComparisonElement.java

View differences:

IsNullComparisonElement.java
33 33
					parser.nextTag();
34 34
					break;
35 35
				}
36
				break;
36
				/*
37
				 * Any other entity causes parsing error
38
				 */
39
				throw new SLDReadException(
40
						"Bad SLD file. Unexpected entity is IsNullOperator: " + name);
37 41
			case KXmlParser.END_TAG:
38 42
				break;
39 43
			case KXmlParser.TEXT:

Also available in: Unified diff