Package de.swa.fuh.mpeg7
Class XMLDocumentBuilder
java.lang.Object
de.swa.fuh.mpeg7.XMLDocumentBuilder
public class XMLDocumentBuilder
extends java.lang.Object
HelperClass to build Documents from Paths
- Author:
- michaelhermann
-
Method Summary
Modifier and Type Method Description org.w3c.dom.Document
build_document_from_xml(java.lang.String xmlPath)
Builds the Document from path Inputorg.w3c.dom.Document
setNameSpaceAwareness(boolean namespace_awareness)
Set the namespace awareness
-
Method Details
-
build_document_from_xml
public org.w3c.dom.Document build_document_from_xml(java.lang.String xmlPath)Builds the Document from path Input- Parameters:
xmlPath
- String which represents path to XML-File- Returns:
- Document
-
setNameSpaceAwareness
public org.w3c.dom.Document setNameSpaceAwareness(boolean namespace_awareness)Set the namespace awareness- Parameters:
namespace_awareness
- boolean- Returns:
- Document with adjusted awareness
-