|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.util.xmac.TagParser
byucc.jhdl.util.xmac.ConstructorParser
Parse the constructor tag.
The tag form is as follows:
<constructor>
. . .
Constructor stuff goes here
. . .
</constructor>
The constructor tag has an optional attribute set.
If present, this will pull the constructor set of that name out
of the configuration file and use that, instead of the default set.
Example:
<constructor name="myconstructor">
Field Summary |
Fields inherited from class byucc.jhdl.util.xmac.TagParser |
docInfo |
Constructor Summary | |
ConstructorParser(DocInfo docInfo)
The default constructor for this class. |
Method Summary | |
void |
parse(org.w3c.dom.Node docRoot)
This is the actual method that does the parsing of the tag. |
Methods inherited from class byucc.jhdl.util.xmac.TagParser |
checkParent, countLines, decreaseIndent, increaseIndent, indentBlock, indentLine, indentLine, outmsg, parse, strBlockToArray, writeOutput |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConstructorParser(DocInfo docInfo) throws java.lang.Exception
docInfo
- The DocInfo
object that contains the
current settings and parameters.Method Detail |
public void parse(org.w3c.dom.Node docRoot) throws java.lang.Exception
parse
in class TagParser
docRoot
- The Node
of the constructor tag.
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |