|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openoffice.xmerge.util.OfficeUtil
Class providing utility methods for OpenOffice plugins.
Constructor Summary | |
OfficeUtil()
|
Method Summary | |
static org.w3c.dom.Node[] |
parseText(java.lang.String text,
org.w3c.dom.Document parentDoc)
Method to replace whitespace character within text with appropriate OpenOffice tags. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OfficeUtil()
Method Detail |
public static org.w3c.dom.Node[] parseText(java.lang.String text, org.w3c.dom.Document parentDoc)
Method to replace whitespace character within text with appropriate OpenOffice tags.
text
- The text to parse for whitespace.Node
array containing OpenOffice XML nodes
representing the text.
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |