|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.platform.web.WebTextBoxDepictor.CachedDocument
protected static class WebTextBoxDepictor.CachedDocument
Cached information associating a pre-parsed XML document with a string.
| Constructor Summary | |
|---|---|
WebTextBoxDepictor.CachedDocument(java.lang.String text,
org.w3c.dom.Document document)
Text and XML document constructor. |
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
getDocument()
|
java.lang.String |
getText()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebTextBoxDepictor.CachedDocument(java.lang.String text,
org.w3c.dom.Document document)
text - The text for which there is a cached XML document.document - The cached XML document.| Method Detail |
|---|
public java.lang.String getText()
public org.w3c.dom.Document getDocument()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||