com.plumtree.server.treeiterator
Class PT_TREE_ITERATOR_STYLES
java.lang.Object
|
+--com.plumtree.server.treeiterator.PT_TREE_ITERATOR_STYLES
- public final class PT_TREE_ITERATOR_STYLES
- extends java.lang.Object
An instance of a tree iterator has a style, which determines how strings will
be returned.
- See Also:
IPTTreeIterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_TREE_ITERATOR_STYLE_PLAIN_TEXT
public static final int PT_TREE_ITERATOR_STYLE_PLAIN_TEXT
- Return strings in plain text
PT_TREE_ITERATOR_STYLE_HTML
public static final int PT_TREE_ITERATOR_STYLE_HTML
- Return strings as HTML (for example, formatting tags are allowed)
PT_TREE_ITERATOR_STYLE_INVALID
public static final int PT_TREE_ITERATOR_STYLE_INVALID
- invalid style
PT_TREE_ITERATOR_STYLES
public PT_TREE_ITERATOR_STYLES()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.