org.tm4j.topicmap.utils .LTMBuilder

Inheritance Hierarchy

Interfaces

Method Summary
void build(java.io.InputStream src,org.tm4j.net.Locator srcLoc,org.tm4j.topicmap.TopicMap baseTM)
void build(java.io.InputStream src,org.tm4j.net.Locator srcLoc,org.tm4j.topicmap.TopicMap baseTM,org.tm4j.topicmap.TopicMapProvider provider)
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)
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 baseTM)
void build(java.io.Reader src,org.tm4j.net.Locator srcLoc,org.tm4j.topicmap.TopicMap baseTM,org.tm4j.topicmap.TopicMapProvider provider)
IDGenerator getIDGenerator()
Returns the IDGenerator used by this LTMBuilder.
void isSupportedProperty(java.lang.String propertyName)
org.tm4j.topicmap.TopicMap read(java.io.File src)
void setIDGenerator(org.tm4j.topicmap.utils.IDGenerator idgen)
Sets the IDGenerator used by this LTMBuilder (and its LTMParser).
void setProperty(java.lang.String propertyName,java.lang.Object value)