Package | Description |
---|---|
org.onemind.jxp | |
org.onemind.jxp.parser |
Modifier and Type | Field and Description |
---|---|
private AstJxpDocument |
JxpPage._doc
the document *
|
Modifier and Type | Method and Description |
---|---|
AstJxpDocument |
JxpPage.getDocument()
Return the doc
|
AstJxpDocument |
JxpPage.getJxpDocument()
Get the JxpDocument tree structure
|
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
|
AstJxpDocument |
MultiSourcePageSource.getJxpDocument(JxpPage page)
Get the jxp document for the JxpPage
|
protected AstJxpDocument |
ByteArrayPageSource.parseJxpDocument(JxpPage page) |
Modifier and Type | Method and Description |
---|---|
void |
JxpPage.setDocument(AstJxpDocument doc)
Set the doc
|
java.lang.Object |
JxpProcessor.visit(AstJxpDocument node,
java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
AstJxpDocument |
JxpParser.JxpDocument()
THE SJI GRAMMER START HERE *
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JxpParserVisitor.visit(AstJxpDocument node,
java.lang.Object data) |