Package ffx.potential.parsers
Class PDBMLFilter
java.lang.Object
ffx.potential.parsers.PDBMLFilter
- All Implemented Interfaces:
ErrorHandler
PDBMLFilter class.
- Author:
- Michael J. Schnieders
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
static void
Create an instance of the PDBML Filtervoid
parseMessage.void
-
Constructor Details
-
PDBMLFilter
public PDBMLFilter()PDBML Constructor.
-
-
Method Details
-
main
Create an instance of the PDBML Filter- Parameters:
args
- an array ofString
objects.
-
error
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
parseMessage
parseMessage.- Parameters:
e
- aException
object.
-
warning
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-