|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector<EvioDictionaryEntry>
org.jlab.coda.jevio.EvioXMLDictionary
public class EvioXMLDictionary
This was developed to read the xml dictionary that Maurizio uses for GEMC. It implements INameProvider, just like all other dictionary readers.
Constructor Summary | |
---|---|
EvioXMLDictionary(org.w3c.dom.Document domDocument)
Create an EvioXMLDictionary. |
|
EvioXMLDictionary(java.io.File file)
Create an EvioXMLDictionary. |
|
EvioXMLDictionary(java.lang.String xmlString)
Create an EvioXMLDictionary. |
Method Summary | |
---|---|
java.lang.String |
getName(BaseStructure structure)
Returns the pretty name of some evio structure. |
java.lang.String |
toString()
Get a string representation of the dictionary. |
Methods inherited from class java.util.Vector |
---|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
iterator, listIterator, listIterator |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
iterator, listIterator, listIterator |
Constructor Detail |
---|
public EvioXMLDictionary(java.io.File file)
file
- file containing xml.public EvioXMLDictionary(java.lang.String xmlString)
xmlString
- string containing xml.public EvioXMLDictionary(org.w3c.dom.Document domDocument)
domDocument
- DOM object representing xml dictionary.Method Detail |
---|
public java.lang.String getName(BaseStructure structure)
getName
in interface INameProvider
structure
- the structure to find the name of.
public java.lang.String toString()
toString
in class java.util.Vector<EvioDictionaryEntry>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |