Klasse Tree.XMLConverter
java.lang.Object
org.eclipse.net4j.util.collection.Tree.XMLConverter
- Alle implementierten Schnittstellen:
BiFunction<Tree,Element, Element>
- Umschließende Klasse:
Tree
- Autor:
- Eike Stepper
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungXMLConverter(DocumentBuilder documentBuilder) XMLConverter(DocumentBuilderFactory documentBuilderFactory) XMLConverter(Document document) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidappendElement(Tree tree, Element element, Element parentElement) static TreeconvertDocumentToTree(Document document) static TreeconvertDocumentToTree(Document document, Map<String, String> parameters) static TreeconvertElementToTree(Element element) static TreeconvertElementToTree(Element element, Map<String, String> parameters) static DocumentconvertTreeToDocument(Tree tree) static ElementconvertTreeToElement(Tree tree) protected ElementcreateElement(Tree tree) final Documentdocument()protected StringgetTagName(Tree tree) protected voidsetAttribute(Tree tree, Element element, String name, String value) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.function.BiFunction
andThen
-
Konstruktordetails
-
XMLConverter
-
XMLConverter
-
XMLConverter
public XMLConverter(DocumentBuilderFactory documentBuilderFactory) throws ParserConfigurationException - Löst aus:
ParserConfigurationException
-
XMLConverter
- Löst aus:
ParserConfigurationException
-
-
Methodendetails
-
document
-
apply
- Angegeben von:
applyin SchnittstelleBiFunction<Tree,Element, Element>
-
createElement
-
appendElement
-
setAttribute
-
getTagName
-
convertTreeToDocument
- Löst aus:
ParserConfigurationException
-
convertTreeToElement
- Löst aus:
ParserConfigurationException
-
convertDocumentToTree
-
convertDocumentToTree
-
convertElementToTree
-
convertElementToTree
-