|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.xml2mi.lib.ParserHelper
org.objectweb.jorm.xml2mi.lib.BasicMappingParser
org.objectweb.jorm.mapper.fos.xml2mi.FosParser
Field Summary |
Fields inherited from class org.objectweb.jorm.xml2mi.lib.BasicMappingParser |
currentClass, idvalue2genclassref, metaInfoManager, pathExplorer |
Fields inherited from class org.objectweb.jorm.xml2mi.lib.ParserHelper |
logger, loggerFactory, motable |
Constructor Summary | |
FosParser()
Builds a new fos parser. |
Method Summary | |
void |
parseMapping(org.w3c.dom.Element mappingElem,
Mapping mapping)
Parses the mapping information related to a particular mapper and builds the corresponding Jorm meta-information. |
Methods inherited from class org.objectweb.jorm.xml2mi.lib.BasicMappingParser |
getClassRefNameDef, getFieldName, getGenClassNestingLevel, getGenClassRef, getGenClassRefNameDef, getLogger, getLoggerFactory, getNameDefFromSuper, getPrimitiveElement, getRefNameDef, setCurrentClass, setidvalue2genclassref, setLogger, setLoggerFactory, setMetaInfoManager, setmotable, setPathExplorer |
Methods inherited from class org.objectweb.jorm.xml2mi.lib.ParserHelper |
getIdNameDef, getIdNameDef |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FosParser()
Method Detail |
public void parseMapping(org.w3c.dom.Element mappingElem, Mapping mapping) throws PException
parseMapping
in interface MappingParser
parseMapping
in class BasicMappingParser
mappingElem
- the current XML node.mapping
- a Mapping object.
PException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |