|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.ClassDoc classDoc,
String fragment)
|
static AnchorAddress |
AnchorAddress.valueOf(Scheme scheme,
com.sun.javadoc.MethodDoc methodDoc)
|
static AnchorAddress |
AnchorAddress.valueOf(Scheme scheme,
com.sun.javadoc.PackageDoc packageDoc)
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||