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 DocumentBuilderstatic inthandleChildElements(Element rootElement, XMLUtil.ElementHandler handler) static inthandleElements(NodeList nodeList, XMLUtil.ElementHandler handler) static inthandleElementsByTagName(Element rootElement, String tagName, XMLUtil.ElementHandler handler) static DocumentloadDocument(DocumentBuilder documentBuilder, File file) static ElementloadRootElement(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:
SAXExceptionIOException
-
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
-