| Constructor and Description |
|---|
PubChemXMLHelper(IChemObjectBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCID(XMLStreamReader parser) |
String |
getSID(XMLStreamReader parser) |
void |
parseAtomCharges(XMLStreamReader parser,
IAtomContainer molecule) |
void |
parseAtomElements(XMLStreamReader parser,
IAtomContainer molecule) |
IAtomContainerSet |
parseCompoundsBlock(XMLStreamReader parser) |
IAtomContainer |
parseMolecule(XMLStreamReader parser,
IChemObjectBuilder builder) |
void |
parserAtomBlock(XMLStreamReader parser,
IAtomContainer molecule) |
void |
parserBondBlock(XMLStreamReader parser,
IAtomContainer molecule) |
void |
parserCompoundInfoData(XMLStreamReader parser,
IAtomContainer molecule) |
void |
parserCoordBlock(XMLStreamReader parser,
IAtomContainer molecule) |
IChemModel |
parseSubstance(XMLStreamReader parser) |
public static final String EL_PCCOMPOUND
public static final String EL_PCCOMPOUNDS
public static final String EL_PCSUBSTANCE
public static final String EL_PCSUBSTANCE_SID
public static final String EL_PCCOMPOUND_ID
public static final String EL_PCCOMPOUND_CID
public static final String EL_PCID_ID
public static final String EL_ATOMBLOCK
public static final String EL_ATOMSELEMENT
public static final String EL_ATOMSCHARGE
public static final String EL_ATOMINT
public static final String EL_ATOMINT_AID
public static final String EL_ATOMINT_VALUE
public static final String EL_ELEMENT
public static final String EL_COORDINATESBLOCK
public static final String EL_COORDINATES_AID
public static final String EL_COORDINATES_AIDE
public static final String EL_ATOM_CONFORMER
public static final String EL_ATOM_CONFORMER_X
public static final String EL_ATOM_CONFORMER_XE
public static final String EL_ATOM_CONFORMER_Y
public static final String EL_ATOM_CONFORMER_YE
public static final String EL_ATOM_CONFORMER_Z
public static final String EL_ATOM_CONFORMER_ZE
public static final String EL_BONDBLOCK
public static final String EL_BONDID1
public static final String EL_BONDID2
public static final String EL_BONDORDER
public static final String EL_PROPSBLOCK
public static final String EL_PROPS_INFODATA
public static final String EL_PROPS_URNLABEL
public static final String EL_PROPS_URNNAME
public static final String EL_PROPS_SVAL
public static final String EL_PROPS_FVAL
public static final String EL_PROPS_BVAL
public PubChemXMLHelper(IChemObjectBuilder builder) throws IOException
IOException - if there is error in getting the IsotopeFactorypublic IAtomContainerSet parseCompoundsBlock(XMLStreamReader parser) throws Exception
Exceptionpublic IChemModel parseSubstance(XMLStreamReader parser) throws Exception
Exceptionpublic String getSID(XMLStreamReader parser) throws Exception
Exceptionpublic String getCID(XMLStreamReader parser) throws Exception
Exceptionpublic void parseAtomElements(XMLStreamReader parser, IAtomContainer molecule) throws Exception
Exceptionpublic void parserAtomBlock(XMLStreamReader parser, IAtomContainer molecule) throws Exception
Exceptionpublic void parserCompoundInfoData(XMLStreamReader parser, IAtomContainer molecule) throws Exception
Exceptionpublic void parseAtomCharges(XMLStreamReader parser, IAtomContainer molecule) throws Exception
Exceptionpublic IAtomContainer parseMolecule(XMLStreamReader parser, IChemObjectBuilder builder) throws Exception
Exceptionpublic void parserBondBlock(XMLStreamReader parser, IAtomContainer molecule) throws Exception
Exceptionpublic void parserCoordBlock(XMLStreamReader parser, IAtomContainer molecule) throws Exception
ExceptionCopyright © 2022. All rights reserved.