Method Summary |
|
final public String | getNamespaceUri() |
final protected String | getTaxonomy(Element desc) Utility method to parse a taxonomy from an element.
Parameters: desc - the taxonomy description element. |
public Module | parse(Element dcRoot) Parse an element tree and return the module found in it.
Parameters: dcRoot - the root element containing the module elements. |
final protected List | parseElementList(List eList) Utility method to parse a list of strings out of a list of elements.
Parameters: eList - the list of elements to parse. |
final protected List | parseElementListDate(List eList) Utility method to parse a list of dates out of a list of elements.
Parameters: eList - the list of elements to parse. |
final protected List | parseSubjects(List eList) Utility method to parse a list of subjects out of a list of elements.
Parameters: eList - the element list to parse. |