/*
* File: package-info.java
* Project: jMOS, com.aranova.java.jmos.handler
* Revision: 0.9 - Inicial
* Date: 05-dec-2005 13:53:02
*
* Copyright (C) Aragón Innovación Tecnológica S.L.L.
* All rights reserved.
*
* This software is distributed under the terms of the Aranova License version 1.0.
* See the terms of the Aranova License in the documentation provided with this software.
*/
/**
* Handler for Sax parse.
*
* @since 0.9
*/package com.aranova.java.jmos.handler;
|