Uses of Class
org.biojava.nbio.aaproperties.xml.Element
-
Packages that use Element Package Description org.biojava.nbio.aaproperties.xml Set of classes that handles the reading and writing of xml files. -
-
Uses of Element in org.biojava.nbio.aaproperties.xml
Methods in org.biojava.nbio.aaproperties.xml that return Element Modifier and Type Method Description Element
ElementTable. getElement(String name)
Methods in org.biojava.nbio.aaproperties.xml that return types with arguments of type Element Modifier and Type Method Description List<Element>
ElementTable. getElement()
Method parameters in org.biojava.nbio.aaproperties.xml with type arguments of type Element Modifier and Type Method Description void
ElementTable. setElement(List<Element> eList)
Constructor parameters in org.biojava.nbio.aaproperties.xml with type arguments of type Element Constructor Description ElementTable(List<Element> eList)
-