public class VotCopy
extends java.lang.Object
implements uk.ac.starlink.task.Task
Constructor and Description |
---|
VotCopy()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
uk.ac.starlink.task.Executable |
createExecutable(uk.ac.starlink.task.Environment env) |
uk.ac.starlink.task.Parameter[] |
getParameters() |
java.lang.String |
getPurpose() |
static void |
saxCopy(org.xml.sax.InputSource saxSrc,
VotCopyHandler copyHandler)
Copies the SAX stream to the output, writing TABLE DATA elements
in a given encoding.
|
public java.lang.String getPurpose()
getPurpose
in interface uk.ac.starlink.task.Task
public uk.ac.starlink.task.Parameter[] getParameters()
getParameters
in interface uk.ac.starlink.task.Task
public uk.ac.starlink.task.Executable createExecutable(uk.ac.starlink.task.Environment env) throws uk.ac.starlink.task.TaskException
createExecutable
in interface uk.ac.starlink.task.Task
uk.ac.starlink.task.TaskException
public static void saxCopy(org.xml.sax.InputSource saxSrc, VotCopyHandler copyHandler) throws org.xml.sax.SAXException, java.io.IOException
saxSrc
- SAX input sourcecopyHandler
- handler which can consume SAX events - may be
a LexicalHandler tooorg.xml.sax.SAXException
java.io.IOException
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.