prussell 01/02/23 06:48:46
Modified: src/org/apache/cocoon/transformation Tag: xml-cocoon2
FragmentExtractorTransformer.java
src/org/apache/cocoon/generation Tag: xml-cocoon2
FragmentExtractorGenerator.java
Log:
Adding the APL stub which it seems I missed on these two files. Memory like
an elephant^Wgoldfish, me...
Revision Changes Path
No revision
No revision
1.1.2.5 +8 -5
xml-cocoon/src/org/apache/cocoon/transformation/Attic/FragmentExtractorTransformer.java
Index: FragmentExtractorTransformer.java
===================================================================
RCS file:
/home/cvs/xml-cocoon/src/org/apache/cocoon/transformation/Attic/FragmentExtractorTransformer.java,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- FragmentExtractorTransformer.java 2001/02/22 19:08:17 1.1.2.4
+++ FragmentExtractorTransformer.java 2001/02/23 14:48:46 1.1.2.5
@@ -1,3 +1,10 @@
+/*****************************************************************************
+ * Copyright (C) The Apache Software Foundation. All rights reserved.
*
+ * -------------------------------------------------------------------------
*
+ * This software is published under the terms of the Apache Software License
*
+ * version 1.1, a copy of which has been included with this distribution in
*
+ * the LICENSE file.
*
+
*****************************************************************************/
package org.apache.cocoon.transformation;
import org.apache.cocoon.xml.dom.DOMBuilder;
@@ -33,7 +40,7 @@
* <a href="http://c2.com/cgi/wiki?YouArentGonnaNeedIt">you aren't gonna
need it</a>,
* so I've just used very simple extraction based on a URI and local name.
* @author <a href="mailto:[EMAIL PROTECTED]">Paul Russell</a>
- * @version CVS $Revision: 1.1.2.4 $ $Date: 2001/02/22 19:08:17 $
+ * @version CVS $Revision: 1.1.2.5 $ $Date: 2001/02/23 14:48:46 $
*/
public class FragmentExtractorTransformer extends AbstractTransformer
implements Composer {
private static String EXTRACT_URI="http://www.w3.org/2000/svg";
@@ -380,9 +387,5 @@
} else {
this.currentBuilder.comment(ch,start,len);
}
- }
-
- public void processDocument(Document doc) {
- getLogger().debug("FragmentExtractorTransformer recieved document.");
}
}
No revision
No revision
1.1.2.7 +8 -1
xml-cocoon/src/org/apache/cocoon/generation/Attic/FragmentExtractorGenerator.java
Index: FragmentExtractorGenerator.java
===================================================================
RCS file:
/home/cvs/xml-cocoon/src/org/apache/cocoon/generation/Attic/FragmentExtractorGenerator.java,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -r1.1.2.6 -r1.1.2.7
--- FragmentExtractorGenerator.java 2001/02/22 17:10:33 1.1.2.6
+++ FragmentExtractorGenerator.java 2001/02/23 14:48:46 1.1.2.7
@@ -1,3 +1,10 @@
+/*****************************************************************************
+ * Copyright (C) The Apache Software Foundation. All rights reserved.
*
+ * -------------------------------------------------------------------------
*
+ * This software is published under the terms of the Apache Software License
*
+ * version 1.1, a copy of which has been included with this distribution in
*
+ * the LICENSE file.
*
+
*****************************************************************************/
package org.apache.cocoon.generation;
import org.apache.cocoon.ResourceNotFoundException;
@@ -28,7 +35,7 @@
* This is by no means complete yet, but it should prove useful, particularly
* for offline generation.
* @author <a href="mailto:[EMAIL PROTECTED]">Paul Russell</a>
- * @version CVS $Revision: 1.1.2.6 $ $Date: 2001/02/22 17:10:33 $
+ * @version CVS $Revision: 1.1.2.7 $ $Date: 2001/02/23 14:48:46 $
*/
public class FragmentExtractorGenerator extends AbstractGenerator implements
Poolable {