org.tm4j.topicmap.utils .TopicMapBuilder

Description

The interface for a process which parses a topic map in a specific syntax and creates TopicMapObjects from it.

Implementations of this interface

Field Summary
OPTION_ADDED_THEMES Common TopicMapBuilder property used to set the themes to be added to the scope of all topic characteristics during the parsing process.
Method Summary
void build(java.io.InputStream src,org.tm4j.net.Locator srcLoc,org.tm4j.topicmap.TopicMap tm)
Build topic map constructs from the specified source stream.
void build(java.io.InputStream src,org.tm4j.net.Locator srcLoc,org.tm4j.topicmap.TopicMap tm,org.tm4j.topicmap.TopicMapProvider provider)
Build topic map constructs from the specified source stream.
void build(java.io.InputStream src,org.tm4j.net.Locator srcLoc,org.tm4j.topicmap.TopicMap tm,org.tm4j.topicmap.TopicMapProvider provider,org.tm4j.topicmap.Topic[] addedThemes)
void build(java.io.InputStream src,org.tm4j.net.Locator srcLoc,org.tm4j.topicmap.TopicMap tm,org.tm4j.topicmap.Topic[] addedThemes)
Build topic map constructs from the specified source stream.
void build(java.io.Reader source,org.tm4j.net.Locator base,org.tm4j.topicmap.TopicMap existing,org.tm4j.topicmap.TopicMapProvider provider,org.tm4j.topicmap.Topic[] addedThemes)
void build(java.io.Reader source,org.tm4j.net.Locator base,org.tm4j.topicmap.TopicMap existing,org.tm4j.topicmap.Topic[] addedThemes)
void build(java.io.Reader src,org.tm4j.net.Locator srcLoc,org.tm4j.topicmap.TopicMap tm)
Build topic map constructs from the specified Reader.
void build(java.io.Reader src,org.tm4j.net.Locator srcLoc,org.tm4j.topicmap.TopicMap tm,org.tm4j.topicmap.TopicMapProvider provider)
Build topic map constructs from the specified Reader.
void isSupportedProperty(java.lang.String propertyName)
Determines whether or not a specific property is supported by the TopicMapBuilder implementation.
void setProperty(java.lang.String propertyName,java.lang.Object value)
Set a configuration property for the builder which will be applied to the processing of subsequent invocations of the build() method.