Uses of Interface
org.apache.cocoon.parser.Parser

Packages that use Parser
org.apache.cocoon.parser   
org.apache.cocoon.processor.xsp   
org.apache.cocoon.producer   
 

Uses of Parser in org.apache.cocoon.parser
 

Classes in org.apache.cocoon.parser that implement Parser
 class AbstractParser
          This class implements all the common methods used by the XML parsers.
 class SunXMLParser
          This class implements an XML parser using the Sun ProjectX parser 'Technology Release 1'.
 class XercesParser
          This class implements an XML parser using the Apache Xerces XML parser.
 

Uses of Parser in org.apache.cocoon.processor.xsp
 

Fields in org.apache.cocoon.processor.xsp declared as Parser
protected  Parser XSPProcessor.parser
           
protected  Parser XSPPage.xspParser
           
 

Constructors in org.apache.cocoon.processor.xsp with parameters of type Parser
XSPTemplate.XSPTemplate(Transformer transformer, Parser parser, java.lang.String templateBase)
           
 

Uses of Parser in org.apache.cocoon.producer
 

Methods in org.apache.cocoon.producer with parameters of type Parser
 org.w3c.dom.Document ProducerFromMap.getDocument(Parser parser, org.w3c.dom.Document sitemap, org.w3c.dom.Element url_element, java.lang.String path, java.lang.String relative_url)
           
 



Copyright © 1999-2000 Apache Software Foundation. All Rights Reserved.