public class readPMML
extends java.lang.Object
Constructor and Description |
---|
readPMML() |
Modifier and Type | Method and Description |
---|---|
static long |
getTimestamp()
Gets the timestamp.
|
static void |
main(java.lang.String[] args)
The main method.
|
static void |
pmmlToFile(java.lang.String accountID,
java.lang.String userID)
Pmml to file.
|
void |
readPMML(java.lang.String inputUrl)
Read pmml.
|
java.util.List<ProfileConcept> |
xmlOutput(PMMLParserHandler Object)
Xml output.
|
public static long getTimestamp()
public java.util.List<ProfileConcept> xmlOutput(PMMLParserHandler Object) throws java.io.IOException
Object
- the objectjava.io.IOException
- Signals that an I/O exception has occurred.public void readPMML(java.lang.String inputUrl) throws javax.xml.transform.TransformerException, javax.xml.parsers.ParserConfigurationException, java.io.IOException, org.xml.sax.SAXException
inputUrl
- the input urljavax.xml.transform.TransformerException
- the transformer exceptionjavax.xml.parsers.ParserConfigurationException
- the parser configuration exceptionjava.io.IOException
- Signals that an I/O exception has occurred.org.xml.sax.SAXException
- the SAX exceptionpublic static void main(java.lang.String[] args) throws java.io.IOException, javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, javax.xml.transform.TransformerException
args
- the argumentsjava.io.IOException
- Signals that an I/O exception has occurred.javax.xml.parsers.ParserConfigurationException
- the parser configuration exceptionorg.xml.sax.SAXException
- the SAX exceptionjavax.xml.transform.TransformerException
- the transformer exceptionpublic static void pmmlToFile(java.lang.String accountID, java.lang.String userID) throws javax.xml.parsers.ParserConfigurationException, java.io.IOException, org.xml.sax.SAXException, javax.xml.transform.TransformerFactoryConfigurationError, javax.xml.transform.TransformerConfigurationException, javax.xml.transform.TransformerException
accountID
- the account iduserID
- the user idjavax.xml.parsers.ParserConfigurationException
- the parser configuration exceptionjava.io.IOException
- Signals that an I/O exception has occurred.org.xml.sax.SAXException
- the SAX exceptionjavax.xml.transform.TransformerFactoryConfigurationError
- the transformer factory configuration errorjavax.xml.transform.TransformerConfigurationException
- the transformer configuration exceptionjavax.xml.transform.TransformerException
- the transformer exception