Uses of Class
org.gvsig.utils.XMLEntity
Packages that use XMLEntity
-
Uses of XMLEntity in org.gvsig.utils
Methods in org.gvsig.utils that return XMLEntityModifier and TypeMethodDescriptionXMLEntity.firstChild(String value) Devuelve el primer hijo cuyo nombre es igual a 'value'.XMLEntity.firstChild(String key, String value) Devuelve el primer hijo que el valor de su propieda 'key' es igual a 'value'XMLEntity.getChild(int i) Devuelve un hijo a partir de un indice.IPersistence.getXMLEntity()Returns an XML entity with all necessary information of the object to marshall.static XMLEntityMethods in org.gvsig.utils with parameters of type XMLEntityModifier and TypeMethodDescriptionvoidAƱade un hijo al XMLEntity.voidIPersistence.setXMLEntity(XMLEntity xml) Sets an XML entity with all necessary information of the object.