Package org.cakelab.jdoxml.api
Interface IDocInternal
-
- All Superinterfaces:
IDoc
- All Known Implementing Classes:
DocInternalHandler
public interface IDocInternal extends IDoc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListIterator<IDocPara>
paragraphs()
java.util.ListIterator<IDocSection>
subSections()
-
-
-
Method Detail
-
paragraphs
java.util.ListIterator<IDocPara> paragraphs()
-
subSections
java.util.ListIterator<IDocSection> subSections()
-
-