Package org.eclipse.net4j.util
Klasse XMLUtil
java.lang.Object
org.eclipse.net4j.util.XMLUtil
- Seit:
- 3.4
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic DocumentBuilder
static int
handleChildElements
(Element rootElement, XMLUtil.ElementHandler handler) static int
handleElements
(NodeList nodeList, XMLUtil.ElementHandler handler) static int
handleElementsByTagName
(Element rootElement, String tagName, XMLUtil.ElementHandler handler) static Document
loadDocument
(DocumentBuilder documentBuilder, File file) static Element
loadRootElement
(DocumentBuilder documentBuilder, File file)
-
Methodendetails
-
createDocumentBuilder
- Löst aus:
ParserConfigurationException
-
loadRootElement
- Löst aus:
Exception
-
loadDocument
public static Document loadDocument(DocumentBuilder documentBuilder, File file) throws SAXException, IOException - Löst aus:
SAXException
IOException
-
handleElements
public static int handleElements(NodeList nodeList, XMLUtil.ElementHandler handler) throws Exception - Löst aus:
Exception
-
handleChildElements
public static int handleChildElements(Element rootElement, XMLUtil.ElementHandler handler) throws Exception - Löst aus:
Exception
-
handleElementsByTagName
public static int handleElementsByTagName(Element rootElement, String tagName, XMLUtil.ElementHandler handler) throws Exception - Löst aus:
Exception
-