public final class MissingCellHandlerDescriptionFactory extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addShortDescriptionToNodeDescription(Element fullDescription,
Iterable<MissingCellHandlerFactory> factoriesOfType)
Adds the short description of the given
MissingCellHandlerFactory s to the fullDescription DOM-Element. |
static MissingCellHandlerDescription |
getDescription(MissingCellHandlerFactory fac)
Creates the default
MissingCellHandlerDescription
for the given missing cell handler factory. |
static Document |
loadXmlFromString(String xml) |
public static final MissingCellHandlerDescription getDescription(MissingCellHandlerFactory fac)
MissingCellHandlerDescription
for the given missing cell handler factory. The description xml file.
which is named as the simple class name of the missing cell handler factory + .xml
is expected to be located at the same factory.fac
- the missing cell handler factory to create the description forpublic static void addShortDescriptionToNodeDescription(Element fullDescription, Iterable<MissingCellHandlerFactory> factoriesOfType)
MissingCellHandlerFactory
s to the fullDescription DOM-Element.fullDescription
- DOM-Element of a Knime-NodefactoriesOfType
- registration typespublic static Document loadXmlFromString(String xml) throws ParserConfigurationException, SAXException, IOException
xml
- to parseParserConfigurationException
- if the parsing failsSAXException
- if the parsing failsIOException
- if the parsing fails
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.