|
DimDom v0.8.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: XHTMLSiteData
Description: This is the client interface of the DimDom engine. Each class
that shall serve values/commands has to implement at least those interfaces,
although it is absolutely recommended to extend AbstractSiteData or even
SimpleSiteData, unless you'd like to completely rewrite the DimDom engine.
Note: The methods defined in this interface are those needed by the DimDom
class only . Each further code is implementation specified and
therefore not listed here.
Method Summary | |
String |
getIdentifier()
Returns the identifier which is used by the DimDom to know which template source is now to be filled with dynamic data. |
DimDomNode |
getNextDimDomNode()
Returns the next implementing object of the DimDomNode interface, to allow the DimDom engine to process the next node (or the next clone of a micro-template node). |
String |
getString()
Returns the source string to be parsed. |
String |
getTemplateFileName()
Returns the template's file name of the template file to be parsed. |
URL |
getURL()
Returns the source URL to parse from. |
String |
getXHTMLDocumentClassName()
This method returns the fully qualified class name of the XHTMLDocument implementing class. |
Method Detail |
public String getIdentifier()
public String getXHTMLDocumentClassName()
public DimDomNode getNextDimDomNode()
public String getString()
public String getTemplateFileName()
public URL getURL()
|
Copyright (c) 2001/02 by Florian Steinsiepe | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |