|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringifierIF | |
---|---|
net.ontopia.topicmaps.nav2.utils | Provides utility classes for the Navigator Tag Libraries and Framework. |
net.ontopia.topicmaps.schema.utils | Contains classes containing useful utilities that make working with schemas easier. |
net.ontopia.topicmaps.utils | This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces. |
net.ontopia.utils | Contains utility classes and generic interfaces. |
Uses of StringifierIF in net.ontopia.topicmaps.nav2.utils |
---|
Classes in net.ontopia.topicmaps.nav2.utils that implement StringifierIF | |
---|---|
class |
NoEscapeStringifier
INTERNAL: Stringifier that stringifies occurrences to their internal string value and all other objects using obj.toString(). |
Uses of StringifierIF in net.ontopia.topicmaps.schema.utils |
---|
Methods in net.ontopia.topicmaps.schema.utils that return StringifierIF | |
---|---|
StringifierIF |
TextValidationHandler.getStringifier()
PUBLIC: Gets the stringifier implementation used to write out topics related to errors. |
Methods in net.ontopia.topicmaps.schema.utils with parameters of type StringifierIF | |
---|---|
void |
TextValidationHandler.setStringifier(StringifierIF stringifier)
PUBLIC: Sets the stringifier implementation used to write out topics related to errors. |
Uses of StringifierIF in net.ontopia.topicmaps.utils |
---|
Classes in net.ontopia.topicmaps.utils that implement StringifierIF | |
---|---|
class |
NameStringifier
INTERNAL: Stringifier that stringifies TopicNameIFs and VariantNameIFs by calling their getValue() method. |
class |
ObjectIdStringifier
INTERNAL: Stringifier that returns the object id of a topic map object. |
class |
TypedIFStringifier
INTERNAL: Stringifier that generates a string representation of the type property of the object given to it. |
Methods in net.ontopia.topicmaps.utils that return StringifierIF | |
---|---|
static StringifierIF |
TopicStringifiers.getDefaultStringifier()
PUBLIC: Gets a stringifier that will return a default name for each topic it is applied to. |
static StringifierIF |
TopicStringifiers.getSortNameStringifier()
PUBLIC: Gets a stringifier that will return the sort names of topics, when they have one. |
static StringifierIF |
TopicStringifiers.getStringifier(java.util.Collection tnscope,
java.util.Collection vnscope)
PUBLIC: Gets a stringifier that will return the name it determines matches the given scopes best. |
static StringifierIF |
TopicStringifiers.getTopicNameStringifier(java.util.Collection scope)
PUBLIC: Gets a stringifier that will return the topic name it determines to match the given scope best. |
static StringifierIF |
TopicStringifiers.getVariantNameStringifier(java.util.Collection scope)
PUBLIC: Gets a stringifier that will return the variant that it determines to match the given scope best. |
Methods in net.ontopia.topicmaps.utils with parameters of type StringifierIF | |
---|---|
static java.util.Comparator |
TopicComparators.getCaseInsensitiveComparator(StringifierIF stringifier)
|
Constructors in net.ontopia.topicmaps.utils with parameters of type StringifierIF | |
---|---|
TopicComparators.CaseInsensitiveStringifierComparator(StringifierIF stringifier)
|
|
TypedIFStringifier(StringifierIF topic_stringifier)
|
Uses of StringifierIF in net.ontopia.utils |
---|
Classes in net.ontopia.utils that implement StringifierIF | |
---|---|
class |
CachedStringifier
INTERNAL: Stringifier that maintains a cache of previously stringified objects. |
class |
CollectionStringifier
INTERNAL: Stringifier that stringifies collections. |
class |
DefaultStringifier
INTERNAL: Stringifier that calls the toString method on the object. |
class |
GrabberStringifier
INTERNAL: Stringifies the object that the grabber grabs. |
Methods in net.ontopia.utils that return StringifierIF | |
---|---|
StringifierIF |
StringifierGrabber.getStringifier()
Gets the stringifier which is to be used. |
StringifierIF |
CachedStringifier.getStringifier()
Gets the stringifier that is to be cached. |
Methods in net.ontopia.utils with parameters of type StringifierIF | |
---|---|
static java.lang.String |
StringUtils.join(java.util.Collection objects,
java.lang.String separator,
StringifierIF stringifier)
INTERNAL: Joins the objects in a collection (turned into strings by the stringifier) with a separator string. |
void |
StringifierGrabber.setStringifier(StringifierIF stringifier)
Sets the stringifier which is to be used. |
void |
GrabberStringifier.setStringifier(StringifierIF stringifier)
Set the stringifier which is to be used. |
void |
CachedStringifier.setStringifier(StringifierIF stringifier)
Sets the stringifier that is to be cached. |
Constructors in net.ontopia.utils with parameters of type StringifierIF | |
---|---|
CachedStringifier(StringifierIF stringifier)
|
|
CollectionStringifier(StringifierIF stringifier)
|
|
CollectionStringifier(StringifierIF stringifier,
java.util.Comparator comparator)
|
|
GrabberStringifier(GrabberIF grabber,
StringifierIF stringifier)
|
|
Stringified(java.lang.Object object,
StringifierIF stringifier)
|
|
StringifierComparator(StringifierIF stringifier)
|
|
StringifierComparator(StringifierIF stringifier,
java.util.Comparator comparator)
|
|
StringifierDecider(StringifierIF stringifier,
DeciderIF decider)
|
|
StringifierGrabber(StringifierIF stringifier)
|
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |