|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.oxml.OXMLReaderOutput
public class OXMLReaderOutput
Class that collects all different outputs of
OXMLReader.read(OXMLSource, OXMLReaderOutput, OXMLContextConfig).
| Constructor Summary | |
|---|---|
OXMLReaderOutput()
|
|
| Method Summary | |
|---|---|
void |
addWarning(String message)
Adds a warning. |
Map<String,Set<Object>> |
getCollections()
List of collections. |
List<String> |
getWarnings()
Gets the warnings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OXMLReaderOutput()
| Method Detail |
|---|
public void addWarning(String message)
message - Warning messagepublic Map<String,Set<Object>> getCollections()
public List<String> getWarnings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||