Beispiel #1
0
  /**
   * Processes the new XML Model, which XML root node is given.
   *
   * @param xml_doc The XML document, if available, or null if none exists.
   */
  @Override
  protected void xmlModelChanged(Document xml_doc) {
    // create the ui root node on demand.
    initUiRootNode(false /*force*/);

    loadFromXml(xml_doc);
  }