|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.uio.edd.model.geo.GeoModelPersonTitCat
public class GeoModelPersonTitCat
A class for storing taxonomies of persons' titles and categories.
Constructor Summary | |
---|---|
GeoModelPersonTitCat(org.w3c.dom.NodeList taxNodes)
Create the taxonomy object. |
Method Summary | |
---|---|
(package private) java.lang.String |
getCategory(java.lang.String catCode)
Find a category based on its code |
(package private) java.lang.String |
getTitle(java.lang.String titCode)
Fin a title based on its code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
GeoModelPersonTitCat(org.w3c.dom.NodeList taxNodes) throws javax.xml.datatype.DatatypeConfigurationException
taxNodes
- A TEI taxonomy element, the root node of an XML subtree
containing title and category elements.
javax.xml.datatype.DatatypeConfigurationException
- If the taxonomy is formatted incorrectly.Method Detail |
---|
java.lang.String getTitle(java.lang.String titCode)
titCode
- The title code.
java.lang.String getCategory(java.lang.String catCode)
catCode
- The category code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |