public class EventCMLHandler extends CMLHandler
The CDO only takes care about atoms, bonds and molecules.
| Modifier and Type | Field and Description |
|---|---|
protected static ILoggingTool |
logger |
| Constructor and Description |
|---|
EventCMLHandler(DefaultEventChemObjectReader eventReader,
IChemObjectBuilder builder)
Constructs an iterating-abled CDO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument()
Procedure required by the CDOInterface.
|
void |
endObject(String objectType)
Procedure required by the CDOInterface.
|
IAtomContainer |
getAtomContainer() |
void |
setDocumentProperty(String type,
String value)
Procedure required by the CDOInterface.
|
void |
setObjectProperty(String objectType,
String propertyType,
String propertyValue)
Procedure required by the CDOInterface.
|
void |
startDocument()
Procedure required by the CDOInterface.
|
void |
startObject(String objectType)
Procedure required by the CDOInterface.
|
characters, doctypeDecl, endElement, registerConvention, startElementendPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningprotected static ILoggingTool logger
public EventCMLHandler(DefaultEventChemObjectReader eventReader, IChemObjectBuilder builder)
public IAtomContainer getAtomContainer()
public void startDocument()
startDocument in interface ContentHandlerstartDocument in class CMLHandlerpublic void endDocument()
endDocument in interface ContentHandlerendDocument in class CMLHandlerpublic void setDocumentProperty(String type, String value)
public void startObject(String objectType)
public void endObject(String objectType)
Copyright © 2017. All rights reserved.