Uses of Class
org.onemind.jxp.parser.AstJxpDocument

Packages that use AstJxpDocument
org.onemind.jxp   
org.onemind.jxp.parser   
 

Uses of AstJxpDocument in org.onemind.jxp
 

Fields in org.onemind.jxp declared as AstJxpDocument
private  AstJxpDocument JxpPage._doc
          the document *
 

Methods in org.onemind.jxp that return AstJxpDocument
 AstJxpDocument JxpPage.getDocument()
          Return the doc
 AstJxpDocument JxpPage.getJxpDocument()
          Get the JxpDocument tree structure
 AstJxpDocument MultiSourcePageSource.getJxpDocument(JxpPage page)
          Get the jxp document for the JxpPage
abstract  AstJxpDocument JxpPageSource.getJxpDocument(JxpPage page)
          Get the jxp document for the JxpPage
 AstJxpDocument CachingPageSource.getJxpDocument(JxpPage page)
          Get the jxp document for the JxpPage
protected  AstJxpDocument ByteArrayPageSource.parseJxpDocument(JxpPage page)
           
 

Methods in org.onemind.jxp with parameters of type AstJxpDocument
 void JxpPage.setDocument(AstJxpDocument doc)
          Set the doc
 java.lang.Object JxpProcessor.visit(AstJxpDocument node, java.lang.Object data)
           
 

Uses of AstJxpDocument in org.onemind.jxp.parser
 

Methods in org.onemind.jxp.parser that return AstJxpDocument
 AstJxpDocument JxpParser.JxpDocument()
          THE SJI GRAMMER START HERE *
 

Methods in org.onemind.jxp.parser with parameters of type AstJxpDocument
 java.lang.Object JxpParserVisitor.visit(AstJxpDocument node, java.lang.Object data)