Uses of Class
org.eclnt.ccee.simplexml.SimpleXMLElement
Packages that use SimpleXMLElement
-
Uses of SimpleXMLElement in org.eclnt.ccee.simplexml
Methods in org.eclnt.ccee.simplexml that return SimpleXMLElementModifier and TypeMethodDescriptionSimpleXMLElement.addSubElement(String name) protected SimpleXMLElementSimpleXMLElement.creaeNewInstance(String name) SimpleXMLElement.getParent()SimpleXMLElement.getSubElement(String name) static SimpleXMLElementstatic SimpleXMLElementstatic SimpleXMLElementstatic SimpleXMLElementMethods in org.eclnt.ccee.simplexml that return types with arguments of type SimpleXMLElementModifier and TypeMethodDescriptionSimpleXMLElement.getSubElements()SimpleXMLElement.getSubElements(String name) Methods in org.eclnt.ccee.simplexml with parameters of type SimpleXMLElementModifier and TypeMethodDescriptionvoidSimpleXMLElement.addSubElement(SimpleXMLElement xmle) static StringSimpleXML.createXML(SimpleXMLElement element) static StringSimpleXML.createXML(SimpleXMLElement element, boolean withSubElementSorting) static StringSimpleXMLParser.createXML(SimpleXMLElement xe) static StringSimpleXMLParser.createXML(SimpleXMLElement xe, boolean withSubElementSorting) voidSimpleXMLElement.removeSubElement(SimpleXMLElement subElement) Method parameters in org.eclnt.ccee.simplexml with type arguments of type SimpleXMLElementModifier and TypeMethodDescriptionprotected voidSimpleXMLElement.sortSubElementsForOutput(List<SimpleXMLElement> subs) -
Uses of SimpleXMLElement in org.eclnt.util.image
Methods in org.eclnt.util.image with parameters of type SimpleXMLElementModifier and TypeMethodDescriptionISVGImageUpdate.updateSVG(SimpleXMLElement top, String backgroundColor, String color, int width, int height) Update SVG that is passed and update the SVG so that it represents the value of the parameters that are passed.SVGImageUpdateLibStreamline.updateSVG(SimpleXMLElement top, String backgroundColor, String color, int width, int height)