Uses of Interface
org.egothor.dockyard.EventEncoder

Packages that use EventEncoder
org.egothor.html This package contains a specific implementation of core objects for HTML with "home" and "content" support. 
 

Uses of EventEncoder in org.egothor.html
 

Methods in org.egothor.html with parameters of type EventEncoder
 CharStream HTMLParser.getReader(java.io.Reader i, java.lang.String baseURL, EventEncoder encoder)
          Return a StringReader that will use the given input stream and read from the given URL.
 java.lang.String HTMLField.initialize(java.io.Reader i, java.lang.String location, DocumentData meta, EventEncoder encoder)
           
 

Constructors in org.egothor.html with parameters of type EventEncoder
SAXListener(java.lang.String baseURL, EventEncoder encoder)