public static class XMLMultiParser.Config
extends co.cask.cdap.api.plugin.PluginConfig
| Constructor and Description |
|---|
XMLMultiParser.Config() |
XMLMultiParser.Config(String field,
String encoding,
String xPath,
String schema) |
| Modifier and Type | Method and Description |
|---|---|
co.cask.cdap.api.data.schema.Schema |
getSchema() |
XPathExpression |
getXPathExpression() |
void |
validate(co.cask.cdap.api.data.schema.Schema inputSchema) |
public void validate(@Nullable co.cask.cdap.api.data.schema.Schema inputSchema)
public XPathExpression getXPathExpression()
public co.cask.cdap.api.data.schema.Schema getSchema()
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.