| Package | Description |
|---|---|
| com.izforge.izpack.api.adaptator | |
| com.izforge.izpack.api.adaptator.impl | |
| com.izforge.izpack.api.data | |
| com.izforge.izpack.api.handler | |
| com.izforge.izpack.api.rules |
| Modifier and Type | Method and Description |
|---|---|
IXMLElement |
IXMLElement.getChildAtIndex(int index)
Returns the child at a specific index.
|
IXMLElement |
IXMLElement.getFirstChildNamed(String name)
Searches a child element.
|
IXMLElement |
IXMLParser.parse(InputStream inputStream)
Parse the given stream to a XML
|
IXMLElement |
IXMLParser.parse(InputStream inputStream,
String systemId)
Parse the given stream to a XML and set the systemId to the inputSource.
|
IXMLElement |
IXMLParser.parse(String inputString)
Parse the given text as an xml
|
IXMLElement |
IXMLParser.parse(URL inputURL)
Parse the resource at the url specified
|
| Modifier and Type | Method and Description |
|---|---|
List<IXMLElement> |
IXMLElement.getChildren()
Returns a list containing all the child elements.
|
List<IXMLElement> |
IXMLElement.getChildrenNamed(String name)
Returns a list of all child elements named name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IXMLElement.addChild(IXMLElement child)
Adds a child element.
|
void |
IXMLElement.removeChild(IXMLElement child)
Removes a child element.
|
void |
IXMLWriter.write(IXMLElement element)
Write the xml in the writer output
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLElementImpl
Implementation of the adaptator between nanoXml and javax
|
| Modifier and Type | Method and Description |
|---|---|
IXMLElement |
XMLElementImpl.getChildAtIndex(int index) |
IXMLElement |
XMLElementImpl.getFirstChildNamed(String name) |
IXMLElement |
XMLParser.parse(InputStream inputStream) |
IXMLElement |
XMLParser.parse(InputStream inputStream,
String systemId) |
IXMLElement |
XMLParser.parse(InputStream inputStream,
String systemId,
Source xslSource) |
IXMLElement |
XMLParser.parse(String inputString) |
IXMLElement |
XMLParser.parse(URL inputURL) |
| Modifier and Type | Method and Description |
|---|---|
List<IXMLElement> |
XMLElementImpl.getChildren() |
List<IXMLElement> |
XMLElementImpl.getChildrenNamed(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLElementImpl.addChild(IXMLElement child) |
void |
XMLElementImpl.removeChild(IXMLElement child) |
void |
XMLWriter.write(IXMLElement element) |
| Constructor and Description |
|---|
XMLElementImpl(String name,
IXMLElement elementReference)
Create a element in the same document of the given element
|
| Modifier and Type | Method and Description |
|---|---|
IXMLElement |
AutomatedInstallData.getInstallationRecord() |
IXMLElement |
InstallData.getInstallationRecord()
Returns the XML data for automated installation.
|
IXMLElement |
AutomatedInstallData.getInstallationRecordPanelRoot(String panelId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedInstallData.setInstallationRecord(IXMLElement xmlData) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConfigurationHandler.readParameters(IXMLElement element)
Returns the validation parameters.
|
| Modifier and Type | Method and Description |
|---|---|
IXMLElement |
RulesEngine.createConditionElement(Condition condition,
IXMLElement root) |
| Modifier and Type | Method and Description |
|---|---|
void |
RulesEngine.analyzeXml(IXMLElement conditionsspec) |
Condition |
RulesEngine.createCondition(IXMLElement condition)
Creates a condition given its XML specification.
|
Condition |
RulesEngine.createCondition(IXMLElement condition,
Class<Condition> conditionClass)
Creates a condition given its XML specification.
|
IXMLElement |
RulesEngine.createConditionElement(Condition condition,
IXMLElement root) |
abstract void |
Condition.makeXMLData(IXMLElement conditionRoot)
This element will be called by the RulesEngine to serialize the configuration
of a condition into XML.
|
void |
CompareCondition.makeXMLData(IXMLElement conditionRoot) |
abstract void |
Condition.readFromXML(IXMLElement xmlcondition)
Parse and initialize this condition from parsed values.
|
void |
CompareCondition.readFromXML(IXMLElement xmlcondition) |
Copyright © 2001–2025. All rights reserved.