net.sf.jsefa.xml.annotation
Annotation Type Namespace


public @interface Namespace

Annotation describing a namespace declaration.

Author:
Norman Lahme-Huetig
See Also:
XmlNamespaces

Required Element Summary
 String uri
          The namespace uri.
 
Optional Element Summary
 String prefix
          The namespace prefix.
 

Element Detail

uri

public abstract String uri
The namespace uri.

prefix

public abstract String prefix
The namespace prefix. If empty it denotes the default namespace.

Default:
""


Copyright © 2014. All rights reserved.