public class XmlSplitter extends Object
| Constructor and Description |
|---|
XmlSplitter() |
| Modifier and Type | Method and Description |
|---|---|
static List |
split(Data data,
String expression)
Split a given org.ow2.chameleon.cilia.Data using a given XPath expression.
|
static List |
split(Data data,
String expression,
boolean addSplitInfo) |
static List |
split(Node node,
String expression)
Split a given org.w3c.dom.Node using a given XPath expression.
|
public static List split(Data data, String expression) throws CiliaException
data - The Data to split.expression - The expression to use to split Node.CiliaException - When there is an error building the Xml parser or when there is a problem parsing the Nodepublic static List split(Data data, String expression, boolean addSplitInfo) throws CiliaException
CiliaExceptionpublic static List split(Node node, String expression) throws CiliaException
node - The node to split.expression - The expression to use to split Node.CiliaException - When there is an error building the Xml parser or when there is a problem parsing the NodeCopyright © 2012-2013 Adele Team | LIG. All Rights Reserved.