|
|||||||||
| Home >> All >> com >> nwalsh >> [ saxon overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.nwalsh.saxon
Class FormatCallout

java.lang.Objectcom.nwalsh.saxon.FormatCallout
- Direct Known Subclasses:
- FormatGraphicCallout, FormatTextCallout, FormatUnicodeCallout
- public abstract class FormatCallout
- extends java.lang.Object
Utility class for the Verbatim extension (ignore this).
Copyright (C) 2000, 2001 Norman Walsh.
Change Log:
- 1.0
Initial release.
| Field Summary | |
protected boolean |
foStylesheet
|
protected static java.lang.String |
foURI
|
protected NamePool |
namePool
|
protected static java.lang.String |
xhURI
|
| Constructor Summary | |
FormatCallout(NamePool nPool,
boolean fo)
|
|
| Method Summary | |
java.lang.String |
areaLabel(org.w3c.dom.Element area)
|
void |
endSpan(Emitter rtf)
|
abstract void |
formatCallout(Emitter rtfEmitter,
Callout callout)
|
void |
formatTextCallout(Emitter rtfEmitter,
Callout callout)
|
void |
startSpan(Emitter rtf)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
foURI
protected static final java.lang.String foURI
- See Also:
- Constant Field Values
xhURI
protected static final java.lang.String xhURI
- See Also:
- Constant Field Values
foStylesheet
protected boolean foStylesheet
namePool
protected NamePool namePool
| Constructor Detail |
FormatCallout
public FormatCallout(NamePool nPool,
boolean fo)
| Method Detail |
areaLabel
public java.lang.String areaLabel(org.w3c.dom.Element area)
startSpan
public void startSpan(Emitter rtf)
throws javax.xml.transform.TransformerException
endSpan
public void endSpan(Emitter rtf)
throws javax.xml.transform.TransformerException
formatTextCallout
public void formatTextCallout(Emitter rtfEmitter,
Callout callout)
formatCallout
public abstract void formatCallout(Emitter rtfEmitter,
Callout callout)
|
|||||||||
| Home >> All >> com >> nwalsh >> [ saxon overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.nwalsh.saxon.FormatCallout