public class XMLElement extends Object
| Constructor and Description |
|---|
XMLElement()
An instance representing a generic XML node.
|
| Modifier and Type | Method and Description |
|---|---|
Map<QName,String> |
getAttributes()
A generic access method providing JAXB with all attributes, that have been set for this node.
|
List<JAXBElement<XMLElement>> |
getChildren()
A generic access method providing JAXB with all child nodes, that are contained in this node.
|
static XMLElement |
parseUnknownElement(org.apache.tools.ant.UnknownElement unknownElement)
This static access method allows to parse an unknown ANT element to an executable OperationTask, that is
representing a call to a webPDF webservice.
|
String |
prepareConfiguration(org.apache.tools.ant.Project project)
Uses JAXB to marshall this node and it's children to XML.
|
public Map<QName,String> getAttributes()
public List<JAXBElement<XMLElement>> getChildren()
public String prepareConfiguration(org.apache.tools.ant.Project project) throws JAXBException
JAXBException - Shall be thrown if an error occurred during JAXB marshalling/unmarshalling.public static XMLElement parseUnknownElement(org.apache.tools.ant.UnknownElement unknownElement)
unknownElement - The element that shall be parsed.Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.