Uses of Class
org.teleal.lemma.anchor.Scheme

Packages that use Scheme
org.teleal.lemma.anchor Provides abstraction of citation anchors in XHTML documents. 
 

Uses of Scheme in org.teleal.lemma.anchor
 

Methods in org.teleal.lemma.anchor that return Scheme
 Scheme AnchorAddress.getScheme()
           
static Scheme Scheme.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Scheme[] Scheme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teleal.lemma.anchor with parameters of type Scheme
static AnchorAddress AnchorAddress.valueOf(Scheme scheme, com.sun.javadoc.SeeTag tag)
           
 

Constructors in org.teleal.lemma.anchor with parameters of type Scheme
AnchorAddress(Scheme scheme, String path, String fragment)
           
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.