Uses of Class
org.newsml.toolkit.NewsMLException

Packages that use NewsMLException
org.newsml.toolkit Interfaces for Accessing NewsML Information (v2.0) 
org.newsml.toolkit.conformance NewsML Conformance Testing (v2.0) 
org.newsml.toolkit.dom.unittests Unit Tests for DOM NewsML Toolkit Implementation (v2.0) 
 

Uses of NewsMLException in org.newsml.toolkit
 

Methods in org.newsml.toolkit that throw NewsMLException
 void DataContent.setXMLString(String xml)
          Parse the supplied string as XML and use it as the inline data.
 void BaseNode.removeSelf()
          Remove this node from the NewsML tree.
 BaseNode[] NewsMLSession.getNodesByXPath(BaseNode contextNode, String xpath)
          Look up nodes in the current document by XPath.
 BaseNode NewsMLSession.getNodeByXPath(BaseNode contextNode, String xpath)
          Get the first node matching an XPath expression.
 BaseNode[] EquivalentNode.getBasisForChoiceNodes()
          Get the nodes that are the basis for choosing among the members.
 

Uses of NewsMLException in org.newsml.toolkit.conformance
 

Subclasses of NewsMLException in org.newsml.toolkit.conformance
 class ConformanceWarning
          Exception for a non-fatal warning.
 

Methods in org.newsml.toolkit.conformance with parameters of type NewsMLException
 void ErrorVisitor.warning(BaseNode node, NewsMLException e)
          Report a warning.
 void ErrorVisitor.error(BaseNode node, NewsMLException e)
          Report an error.
 

Methods in org.newsml.toolkit.conformance that throw NewsMLException
abstract  void TestBase.run(BaseNode contextNode, boolean useExternal)
          Run tests.
static void TestBase.error(String message)
          Report an error.
 void RevisionStatusTest.run(BaseNode node, boolean useExternal)
          Run tests for a RevisionStatus node.
 void DefaultVocabularyForTest.run(BaseNode node, boolean useExternal)
          Run tests for a DefaultVocabularyFor node.
 void NewsComponentTest.run(BaseNode node, boolean useExternal)
          Run tests for a NewsComponent node.
 void NewsLineTest.run(BaseNode node, boolean useExternal)
          Run tests for a NewsLine node.
 void NewsIdentifierTest.run(BaseNode node, boolean useExternal)
          Run tests for a NewsIdentifier node.
 void DateTimeTest.run(BaseNode node, boolean useExternal)
          Run tests for a text node containing ISO 8601 Date/Time data.
 void PropertyTest.run(BaseNode node, boolean useExternal)
          Run tests for a Property node.
 void ErrorVisitor.warning(BaseNode node, NewsMLException e)
          Report a warning.
 void ErrorVisitor.error(BaseNode node, NewsMLException e)
          Report an error.
 void TopicUseTest.run(BaseNode node, boolean useExternal)
          Run tests for a TopicUse node.
 void XMLLangTest.run(BaseNode node, boolean useExternal)
          Run tests for a Text node with a language code.
 void TopicSetTest.run(BaseNode node, boolean useExternal)
          Run tests for a TopicSet node.
 void PatternTest.run(BaseNode node, boolean useExternal)
          Test a pattern against a Text node.
 void NewsMLTestManager.runTests(BaseNode contextNode, boolean useExternal)
          Run all registered tests against a context node.
 void NewsItemTest.run(BaseNode node, boolean useExternal)
          Run tests for a NewsItem node.
 void ContentItemTest.run(BaseNode node, boolean useExternal)
          Run tests for a ContentItem node.
 void TopicTest.run(BaseNode node, boolean useExternal)
          Run tests for a Topic node.
 void RevisionIdTest.run(BaseNode node, boolean useExternal)
          Run tests for a RevisionId node.
 void ResourceTest.run(BaseNode node, boolean useExternal)
          Run tests for a Resource node.
 void FormalNameTest.run(BaseNode node, boolean useExternal)
          Run tests for a FormalNameNode.
 void CatalogTest.run(BaseNode node, boolean useExternal)
          Run tests for a Catalog node.
 void EuidTest.run(BaseNode node, boolean useExternal)
          Run tests for a Euid node.
 void RefTest.run(BaseNode node, boolean useExternal)
          Test a reference.
 

Uses of NewsMLException in org.newsml.toolkit.dom.unittests
 

Methods in org.newsml.toolkit.dom.unittests that throw NewsMLException
 void NewsMLSessionTest.testXPath()
           
 void EquivalentNodeTest.testBasisForChoiceNodes()