|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelma.doc.DocElement
helma.doc.DocResourceElement
public abstract class DocResourceElement
abstract class for extracting doc information from files. not used at the moment but left in for further extensions-
Field Summary | |
---|---|
protected Resource |
resource
|
Fields inherited from class helma.doc.DocElement |
---|
ACTION, APPLICATION, FUNCTION, MACRO, PROPERTIES, PROTOTYPE, SKIN, TEMPLATE, typeNames |
Constructor Summary | |
---|---|
protected |
DocResourceElement(java.lang.String name,
Resource res,
int type)
|
Method Summary | |
---|---|
int |
getStartLine()
Get the line number this element starts in. |
java.lang.String |
toString()
Get a string describing this element's location |
Methods inherited from class helma.doc.DocElement |
---|
addChild, addParameter, addTag, countChildren, debug, getChildElement, getChildren, getComment, getContent, getDocApplication, getElementName, getName, getParentElement, getPrototype, getType, getTypeName, hasParameter, listChildren, listParameters, listTags, listTags, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Resource resource
Constructor Detail |
---|
protected DocResourceElement(java.lang.String name, Resource res, int type)
Method Detail |
---|
public java.lang.String toString()
toString
in class DocElement
public int getStartLine()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |