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 SimpleXMLElement
SimpleXMLElement.creaeNewInstance
(String name) SimpleXMLElement.getParent()
SimpleXMLElement.getSubElement
(String name) static SimpleXMLElement
static SimpleXMLElement
static SimpleXMLElement
static SimpleXMLElement
Methods 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 TypeMethodDescriptionvoid
SimpleXMLElement.addSubElement
(SimpleXMLElement xmle) static String
SimpleXML.createXML
(SimpleXMLElement element) static String
SimpleXML.createXML
(SimpleXMLElement element, boolean withSubElementSorting) static String
SimpleXMLParser.createXML
(SimpleXMLElement xe) static String
SimpleXMLParser.createXML
(SimpleXMLElement xe, boolean withSubElementSorting) void
SimpleXMLElement.removeSubElement
(SimpleXMLElement subElement) Method parameters in org.eclnt.ccee.simplexml with type arguments of type SimpleXMLElementModifier and TypeMethodDescriptionprotected void
SimpleXMLElement.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)