org.openrdf.repository.object.annotations
Annotation Type xslt
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface xslt
XSLT markup or XSLT URL (relative to the method's iri value) should
be placed in this annotation on methods that should be overridden with this
style sheet transformation. All but the last parameter must be either
registered concepts or datatypes. The last parameter return type of the
annotated method can be Node, Document, DocumentFragment (with one child),
Element, XMLEventReader, Readable, Reader, ReadableByteChannel, InputStream,
ByteArrayOutputStream, byte[], or String. The parameter without the name
annotation can also be a File, URL, or a Concept and the content of the
dereferenced resource will be used as input.
- Author:
- James Leigh
value
public abstract String value
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.