org.apache.camel.language
Annotation Type NamespacePrefix


@Retention(value=RUNTIME)
@Documented
@Target(value=ANNOTATION_TYPE)
public @interface NamespacePrefix

Creates a namespace prefix for an XPath

Version:

Required Element Summary
 String prefix
           
 String uri
           
 

Element Detail

prefix

public abstract String prefix

uri

public abstract String uri


Apache CAMEL