blob: 32ba92a61c024fe9ab05f1c614478a66c59ef374 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 IBM Corporation and Others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Masatomo KOBAYASHI - initial API and implementation
*******************************************************************************/
package org.eclipse.actf.ai.navigator.userinfo;
public interface IUserInfoConstants {
public static final String DEFAULT_NAMESPACE = "http://www.ibm.com/xmlns/prod/aiBrowser/fennec";
public static final String LOC_NAMESPACE = "http://www.ibm.com/xmlns/prod/aiBrowser/fennec/xml-query";
public static final String FLQ_NAMESPACE = "http://www.ibm.com/xmlns/prod/aiBrowser/fennec/flash-query";
public static final String MSQ_NAMESPACE = "http://www.ibm.com/xmlns/prod/aiBrowser/fennec/msaa-query";
}