Package org.opencyc.xml

Class Summary
ExportDaml DAML+OIL export for OpenCyc.
ExportHtml HTML ontology export for OpenCyc.
Marshaller Provides the behavior of a CYC-ML marshaller.
NameNodeFilter Provides a implementation of org.w3c.dom.traversal.NodeFilter that allows a TreeWalker to select nodes of a DOM tree based on their tag name.
TextUtil Provides utility methods for XML text processing.
UnitTest Provides a suite of JUnit test cases for the org.opencyc.xml package.
XMLFileWriter Implements an XMLFileWriter with facilities for surrounding data elements with tags appropriately named and indented.
XMLPrintWriter Implements an XMLPrintWriter with facilities for surrounding data elements with tags appropriately named and indented.
XMLStringWriter Implements an XMLStringWriter with facilities for surrounding data elements with tags appropriately named and indented.
XMLWriter Implements an XMLWriter with facilities for surrounding data elements with tags appropriately named and indented.
XpathComputer Implements static methods for computing Xpath strings (www.w3.org/TR/xpath) for DOM Nodes (www.w3.org/DOM/)