| Package | Description |
|---|---|
| org.webharvest.definition |
| Modifier and Type | Method and Description |
|---|---|
static XmlNode |
XmlNode.getInstance(InputSource in)
Static method that creates node for specified input source which
contains XML data
|
XmlNode |
XmlNode.getParent() |
static XmlNode |
XmlParser.parse(InputSource in) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlNode.addElement(XmlNode elementNode)
Adds new subelement.
|
static IElementDef |
DefinitionResolver.createElementDefinition(XmlNode node)
Creates proper element definition instance based on given xml node
from input configuration.
|
static void |
DefinitionResolver.validate(XmlNode node)
Validates specified xml node with appropriate element info instance.
|
Copyright © 2022 WSO2. All rights reserved.