Uses of Interface
de.julielab.jcore.reader.xmlmapper.typeParser.TypeParser
-
Packages that use TypeParser Package Description de.julielab.jcore.reader.xmlmapper.genericTypes de.julielab.jcore.reader.xmlmapper.typeParser -
-
Uses of TypeParser in de.julielab.jcore.reader.xmlmapper.genericTypes
Fields in de.julielab.jcore.reader.xmlmapper.genericTypes declared as TypeParser Modifier and Type Field Description protected TypeParserTypeTemplate. parserMethods in de.julielab.jcore.reader.xmlmapper.genericTypes that return TypeParser Modifier and Type Method Description TypeParserTypeTemplate. getParser() -
Uses of TypeParser in de.julielab.jcore.reader.xmlmapper.typeParser
Classes in de.julielab.jcore.reader.xmlmapper.typeParser that implement TypeParser Modifier and Type Class Description classEntityParserA special XML mapper parser capable of parsing the IeXML in-line XML annotations used in the CalBc and Mantra projects.classFSArrayParserHandels to parse a FSArray Type from a TypeTemplate to a ConcreteTypeclassPubDateParserA Medline TypeParser for the PubDateclassSourceParserHandels to parse a Source Feature from a TypeTemplate to a ConcreteTypeclassStandardTypeParserParses all standard Types, which does not need a special handling in parsingclassStringArrayParserHandels to parse a StringArray Type from a TypeTemplate to a ConcreteType
-