Uses of Class
com.biglybt.core.xml.util.XMLElement
-
Packages that use XMLElement Package Description com.biglybt.core.xml.util -
-
Uses of XMLElement in com.biglybt.core.xml.util
Fields in com.biglybt.core.xml.util with type parameters of type XMLElement Modifier and Type Field Description private static java.util.Comparator<XMLElement>
XMLElement. CONTENT_COMPARATOR
protected java.util.Collection<XMLElement>
XMLElement. contents
Methods in com.biglybt.core.xml.util that return XMLElement Modifier and Type Method Description XMLElement
XMLElement. makeContent(java.lang.String tag_name)
XMLElement
XMLElement. makeContent(java.lang.String tag_name, boolean auto_order)
Methods in com.biglybt.core.xml.util with parameters of type XMLElement Modifier and Type Method Description void
XMLElement. addContent(XMLElement e)
int
XMLElement.ContentComparator. compare(XMLElement xe1, XMLElement xe2)
-