| Package | Description |
|---|---|
| org.fourthline.lemma.anchor |
Provides abstraction of citation anchors in XHTML documents.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
AnchorAddress(Scheme scheme,
String path,
String fragment) |
Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.