Skip navigation links

Package org.fourthline.lemma.anchor

Provides abstraction of citation anchors in XHTML documents.

See: Description

Package org.fourthline.lemma.anchor Description

Provides abstraction of citation anchors in XHTML documents.

The CitationAnchor class represents a single anchor in an XHTML document, it's an adapter that ties into the org.fourthline.common.xhtml.XHTML document object model. The most common options of citation anchors are listed in the CitationAnchor.OptionKey enumeration.

The AnchorAddress class encapsulates parsing and handling of the href attribute value of a citation anchor. It is in fact similar to the Java URI and URL classes, however, because these are rather dumb abstractions, they can't handle URI's that do not use slashes to separate the authority from the path. Hence, this had to be written from scratch.

Skip navigation links

Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.