|
|||||||||||
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.PropagateParser
Parse the Propagate tag. This class takes and propagate tags from the
input and parses them. This tag is valid only within the class tag.
This tag encloses the propagate method of the cell. The correct form is:
<propagate>
. . .
Method stuff goes here
. . .
</propagate>
Field Summary |
Fields inherited from class byucc.jhdl.util.xmac.TagParser |
docInfo |
Constructor Summary | |
PropagateParser(DocInfo docInfo)
Construct a new PropagateParser. |
Method Summary | |
void |
parse(org.w3c.dom.Node docRoot)
Start the parser on this 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 PropagateParser(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 propagate tag.
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |