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 Input
    org.w3c.dom.Document setNameSpaceAwareness​(boolean namespace_awareness)
    Set the namespace awareness

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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