Package org.cakelab.jdoxml.api
Interface IDocVerbatim
-
- All Superinterfaces:
IDoc
- All Known Implementing Classes:
VerbatimHandler
public interface IDocVerbatim extends IDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IDocVerbatim.Types
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
text()
IDocVerbatim.Types
type()
-
-
-
Method Detail
-
text
java.lang.String text()
-
type
IDocVerbatim.Types type()
-
-