Exemple #1
0
  /**
   * Creates a new AppInfoUnmarshaller
   *
   * @param atts the AttributeList
   */
  public AppInfoUnmarshaller(AttributeList atts) throws SAXException {
    super();

    _appInfo = new AppInfo();

    // -- handle attributes
    String attValue = null;

    _appInfo.setSource(atts.getValue(SchemaNames.BASE_ATTR));
  } // -- AppInfoUnmarshaller