Package org.cakelab.jdoxml.api
Interface IDocRef
-
- All Superinterfaces:
IDoc
- All Known Implementing Classes:
RefHandler
public interface IDocRef extends IDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IDocRef.TargetKind
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
external()
java.lang.String
refId()
IDocRef.TargetKind
targetKind()
java.lang.String
text()
-
-
-
Method Detail
-
refId
java.lang.String refId()
-
targetKind
IDocRef.TargetKind targetKind()
-
external
java.lang.String external()
-
text
java.lang.String text()
-
-