|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.io.impl.DCModuleParser
public class DCModuleParser
Parser for the Dublin Core module.
Constructor Summary | |
---|---|
DCModuleParser()
|
Method Summary | |
---|---|
String |
getNamespaceUri()
Returns the namespace URI this parser handles. |
protected String |
getTaxonomy(org.jdom.Element desc)
Utility method to parse a taxonomy from an element. |
Module |
parse(org.jdom.Element dcRoot)
Parse an element tree and return the module found in it. |
protected List |
parseElementList(List eList)
Utility method to parse a list of strings out of a list of elements. |
protected List |
parseElementListDate(List eList)
Utility method to parse a list of dates out of a list of elements. |
protected List |
parseSubjects(List eList)
Utility method to parse a list of subjects out of a list of elements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DCModuleParser()
Method Detail |
---|
public final String getNamespaceUri()
ModuleParser
getNamespaceUri
in interface ModuleParser
public Module parse(org.jdom.Element dcRoot)
parse
in interface ModuleParser
dcRoot
- the root element containing the module elements.
protected final String getTaxonomy(org.jdom.Element desc)
desc
- the taxonomy description element.
protected final List parseSubjects(List eList)
eList
- the element list to parse.
protected final List parseElementList(List eList)
eList
- the list of elements to parse.
protected final List parseElementListDate(List eList)
eList
- the list of elements to parse.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |