|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.allcolor.yahp.cl.converter.CDocumentCut.PbDocument
private static class CDocumentCut.PbDocument
Represend a part of a document between two pagebreak.
Field Summary | |
---|---|
(package private) org.w3c.dom.Element |
pbEnd
end pagebreak |
(package private) org.w3c.dom.Element |
pbStart
start pagebreak |
Constructor Summary | |
---|---|
CDocumentCut.PbDocument(org.w3c.dom.Element pbStart,
org.w3c.dom.Element pbEnd)
Creates a new PbDocument object. |
Method Summary | |
---|---|
org.w3c.dom.Element |
getPbEnd()
return the end pagebreak |
org.w3c.dom.Element |
getPbStart()
return the start pagebreak |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
org.w3c.dom.Element pbEnd
org.w3c.dom.Element pbStart
Constructor Detail |
---|
public CDocumentCut.PbDocument(org.w3c.dom.Element pbStart, org.w3c.dom.Element pbEnd)
pbStart
- DOCUMENT ME!pbEnd
- DOCUMENT ME!Method Detail |
---|
public org.w3c.dom.Element getPbEnd()
public org.w3c.dom.Element getPbStart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |