@TestClass(value="org.openscience.cdk.config.atomtypes.OWLAtomTypeHandlerTest") public class OWLAtomTypeHandler extends DefaultHandler
OWLAtomTypeReader.| Constructor and Description |
|---|
OWLAtomTypeHandler(IChemObjectBuilder build)
Constructs a new AtomTypeHandler and will create IAtomType
implementations using the given IChemObjectBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] chars,
int start,
int length) |
void |
endElement(String uri,
String local,
String raw) |
List<IAtomType> |
getAtomTypes()
Returns a List with read IAtomType's.
|
void |
startDocument() |
void |
startElement(String uri,
String local,
String raw,
Attributes atts) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning@TestMethod(value="testAtomTypeHandler_IChemObjectBuilder") public OWLAtomTypeHandler(IChemObjectBuilder build)
build - The IChemObjectBuilder used to create the IAtomType's.@TestMethod(value="testGetAtomTypes") public List<IAtomType> getAtomTypes()
@TestMethod(value="testStartDocument") public void startDocument()
startDocument in interface ContentHandlerstartDocument in class DefaultHandler@TestMethod(value="testedByOtherClass") public void endElement(String uri, String local, String raw)
endElement in interface ContentHandlerendElement in class DefaultHandler@TestMethod(value="testedByOtherClass") public void startElement(String uri, String local, String raw, Attributes atts)
startElement in interface ContentHandlerstartElement in class DefaultHandler@TestMethod(value="testedByOtherClass") public void characters(char[] chars, int start, int length)
characters in interface ContentHandlercharacters in class DefaultHandler