org.tm4j.topicmap.TopicMapProviderBase .readTopicMap(java.io.InputStream tmStream)
Description
Reads a topic map from the given input stream. Note that when using this method, one of the following conditions must be true or an exception will be thrown:
tmStreamrepresents an XML document that does not contain a!DOCTYPEdeclaration, i.e. can't be validated (not recommended); ortmStreamrepresents an XML document whose!DOCTYPEdeclaration, contains an absolute system ID.
| Parameters | ||
|---|---|---|
| java.io.InputStream | tmStream | The input stream to load the topic map from. This input stream must represent a well-formed XML document or the underlying SAX parser will fail. |
Meta Data (1)
Other Resources
Related Topics
Has Parameters
tmStream
[
Parameter #1
]
