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 void
appendElement
(Tree tree, Element element, Element parentElement) static Tree
convertDocumentToTree
(Document document) static Tree
convertDocumentToTree
(Document document, Map<String, String> parameters) static Tree
convertElementToTree
(Element element) static Tree
convertElementToTree
(Element element, Map<String, String> parameters) static Document
convertTreeToDocument
(Tree tree) static Element
convertTreeToElement
(Tree tree) protected Element
createElement
(Tree tree) final Document
document()
protected String
getTagName
(Tree tree) protected void
setAttribute
(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, wait
Von 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:
apply
in SchnittstelleBiFunction<Tree,
Element, Element>
-
createElement
-
appendElement
-
setAttribute
-
getTagName
-
convertTreeToDocument
- Löst aus:
ParserConfigurationException
-
convertTreeToElement
- Löst aus:
ParserConfigurationException
-
convertDocumentToTree
-
convertDocumentToTree
-
convertElementToTree
-
convertElementToTree
-