Uses of Class
com.biglybt.core.xml.util.XMLElement
Packages that use XMLElement
-
Uses of XMLElement in com.biglybt.core.xml.util
Fields in com.biglybt.core.xml.util with type parameters of type XMLElementModifier and TypeFieldDescriptionprivate static final Comparator<XMLElement>
XMLElement.CONTENT_COMPARATOR
protected Collection<XMLElement>
XMLElement.contents
Methods in com.biglybt.core.xml.util that return XMLElementModifier and TypeMethodDescriptionXMLElement.makeContent
(String tag_name) XMLElement.makeContent
(String tag_name, boolean auto_order) Methods in com.biglybt.core.xml.util with parameters of type XMLElementModifier and TypeMethodDescriptionvoid
XMLElement.addContent
(XMLElement e) int
XMLElement.ContentComparator.compare
(XMLElement xe1, XMLElement xe2)