|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.icl.saxon.PreviewManager
PreviewManager handles the registration of preview elements for use by the Builder
Constructor Summary | |
PreviewManager()
|
Method Summary | |
int |
getPreviewMode()
|
boolean |
isPreviewElement(int fingerprint)
Determine whether an element is a preview element. |
void |
setPreviewElement(int fingerprint)
Register an element as a preview element. |
void |
setPreviewMode(int mode)
Define the mode that will be used for previewing elements. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PreviewManager()
Method Detail |
public void setPreviewMode(int mode)
mode
- The nameCode of the mode to be usedpublic final int getPreviewMode()
public void setPreviewElement(int fingerprint)
public boolean isPreviewElement(int fingerprint)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |