TopicNamespace
32333435363738
* * @return DOCUMENT_ME */ public TopicNamespace createTopicNamespace( String targetNamespace ) { return new TopicNamespaceImpl( targetNamespace ); }
112113114115116117118119120121122
{ //System.out.println("start element "+qName); if ( qName.endsWith( "topicSpace" ) ) { tns = attrs.getValue( "targetNamespace" ); m_topicNs = new TopicNamespaceImpl( tns ); //System.out.println("topicspace "+tns); } if ( qName.endsWith( "topic" ) )