TransformParam.java revision 12677:a4299d47bd00
1185029Spjd/*
2185029Spjd * reserved comment block
3185029Spjd * DO NOT REMOVE OR ALTER!
4185029Spjd */
5185029Spjd/**
6185029Spjd * Licensed to the Apache Software Foundation (ASF) under one
7185029Spjd * or more contributor license agreements. See the NOTICE file
8185029Spjd * distributed with this work for additional information
9185029Spjd * regarding copyright ownership. The ASF licenses this file
10185029Spjd * to you under the Apache License, Version 2.0 (the
11185029Spjd * "License"); you may not use this file except in compliance
12185029Spjd * with the License. You may obtain a copy of the License at
13185029Spjd *
14185029Spjd * http://www.apache.org/licenses/LICENSE-2.0
15185029Spjd *
16185029Spjd * Unless required by applicable law or agreed to in writing,
17185029Spjd * software distributed under the License is distributed on an
18185029Spjd * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
19185029Spjd * KIND, either express or implied. See the License for the
20185029Spjd * specific language governing permissions and limitations
21185029Spjd * under the License.
22219089Spjd */
23287745Sdelphij
24185029Spjdpackage com.sun.org.apache.xml.internal.security.transforms;
25185029Spjd
26185029Spjdpublic interface TransformParam {
27185029Spjd}
28185029Spjd