NetKernel APIs


Uses of Interface
com.ten60.netkernel.urii.representation.ITransrepresentor

Packages that use ITransrepresentor
com.ten60.netkernel.module   
org.ten60.netkernel.layer1.nkf.impl   
org.ten60.netkernel.layer1.transrepresentation   
org.ten60.netkernel.xml.transrepresentation   
 

Uses of ITransrepresentor in com.ten60.netkernel.module
 

Methods in com.ten60.netkernel.module that return ITransrepresentor
 ITransrepresentor ModuleDefinition.getTransrepresentorFor(IURRepresentation aFrom, Class aTo, List aLookedAtModules)
           
 ITransrepresentor ModuleManager.getTransrepresentorFor(IURRepresentation aFrom, Class aTo, URRequest aRequest)
           
 

Uses of ITransrepresentor in org.ten60.netkernel.layer1.nkf.impl
 

Classes in org.ten60.netkernel.layer1.nkf.impl that implement ITransrepresentor
 class NKFTransreptorImpl
          NKF based Transreptor implementation base class
 

Uses of ITransrepresentor in org.ten60.netkernel.layer1.transrepresentation
 

Classes in org.ten60.netkernel.layer1.transrepresentation that implement ITransrepresentor
 class BinaryStreamToString
          Read and input stream, assuming character data, into an in-memory String
 class BooleanSerializer
          Transrepresent a boolean to a String true/false
 class ComplexTransreptorImpl
          SimpleTransreptorImpl provides implementation of ITransrepresentor with no knowledge of where it is.
 class SimpleTransreptorImpl
          SimpleTransreptorImpl provides implementation of ITransrepresentor with no knowledge of where it is.
 class VoidAspectToErrorTransreptor
          A catch all VoidAspect to XXXX Transreptor - you can't convert nothing into something! Try to be informative about why this has happened.
 

Uses of ITransrepresentor in org.ten60.netkernel.xml.transrepresentation
 

Classes in org.ten60.netkernel.xml.transrepresentation that implement ITransrepresentor
 class BinaryStreamToSAX
          Parses a binary stream into a SAX stream
 class BooleanToCanonicalXML
          Transrept a boolean to a canonical XML boolean document
 class CanonicalBooleanToBoolean
          transrepresent a canonical boolean document to a boolean
 class DOM2SAX
          Parses a binary stream into a SAX stream
 class DOMXDAParser
          Parses a binary stream into a DOM
 class DOMXDASerializer
          Serialise DOM to a binary stream
 class JDOM2DOMXDA
          Converts a JDOM to a DOM
 class JDOM2SAX
          Converts a JDOM to JDOMSAXAspect SAX event generator
 class JDOMSerializer
          Serialise JDOM to a binary stream, use special serializer if content is HTML.
 class NodeList2XML
          Attempts to map a node list to a primary XML type
 class NVPToXML
          Transrepresent Name Value Pair Proxy to XML
 class NVPToXMLBinaryStream
          Serialize a NVP to an XML binary stream
 class SAX2DOM
          Creates a DOMXDA Aspect from a SAX Stream
 class SAX2XmlObject
          Creates a XMLObject Aspect from a SAX Stream
 class SAXToBinaryStream
          Serialises a SAX stream into a binary stream
 class StAXReaderToXXX
          StAXReader transreptor - attempts to convert a StAXReader to any desired type.
 class URIToCanonicalURI
          Transrepresent a URI Aspect to a canonical URI document
 class XmlObject2DOMXDA
          Converts a XmlObject to a DOM
 class XmlObject2SAX
          Convert an XMLObject into a SAX stream
 class XmlObjectParser
          Parses a binary stream into a XMLObject
 class XmlObjectSerializer
          Serialise XMLObject to a binary stream
 class XMLToNVP
          Transrepresent From XML (first child elements - text values) to Name Value Pair
 class XXX2JDOM
          Converts several XML object models to JDOMAspect
 class XXX2XmlObject
          Converts several XML object models to XmlObjectAspect
 class XXXToStAXReader
          StAXReader transreptor - attempts to produce a StAXReaderAspect from any resource.
 


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.