Revision 1836 trunk/libraries/libIverUtiles/src/com/iver/utiles/XMLEntity.java

View differences:

XMLEntity.java
904 904
		}
905 905
		return exists;
906 906
	}
907
	
908
	public int getPropertyCount(){
909
		return xmltag.getPropertyCount();
910
	}
911
	
912
	public String getPropertyValue(int index){
913
		return xmltag.getProperty(index).getValue();
914
	}
915
	
916
	public String getPropertyName(int index){
917
		return xmltag.getProperty(index).getKey();
918
	}
907 919
}

Also available in: Unified diff