org.apache.lenya.cms.cocoon.transformation
Class AbstractLinkTransformer.AttributeConfiguration

java.lang.Object
  extended by org.apache.lenya.cms.cocoon.transformation.AbstractLinkTransformer.AttributeConfiguration
Enclosing class:
AbstractLinkTransformer

public static class AbstractLinkTransformer.AttributeConfiguration
extends java.lang.Object

Declaration of an attribute which should be transformed.


Field Summary
protected  java.lang.String attribute
           
protected  java.lang.String element
           
protected  java.lang.String namespace
           
 
Constructor Summary
AbstractLinkTransformer.AttributeConfiguration(java.lang.String namespace, java.lang.String element, java.lang.String attribute)
           
 
Method Summary
 boolean matches(java.lang.String uri, java.lang.String name, org.xml.sax.Attributes attrs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected final java.lang.String element

namespace

protected final java.lang.String namespace

attribute

protected final java.lang.String attribute
Constructor Detail

AbstractLinkTransformer.AttributeConfiguration

public AbstractLinkTransformer.AttributeConfiguration(java.lang.String namespace,
                                                      java.lang.String element,
                                                      java.lang.String attribute)
Parameters:
namespace - The namespace of the element.
element - The local name of the element.
attribute - The name of the attribute to transform.
Method Detail

matches

public boolean matches(java.lang.String uri,
                       java.lang.String name,
                       org.xml.sax.Attributes attrs)
Parameters:
uri - The namespace URI.
name - The local name.
attrs - The attributes.
Returns:
If this configuration matches the parameters.


Copyright © $ Apache Software Foundation. All Rights Reserved.