Home | History | Annotate | Download | only in generator

Lines Matching defs:ANCHOR

30   ANCHOR = 0       # Look for table title anchor
40 self._state = self.ANCHOR
78 in an anchor tag with a property 'name' set to 'bookmark#xxx. The title
88 current one - this is when the new anchor tag is used as a signal that the
99 if self._state == self.ANCHOR:
109 # This was not a valid table start, back to looking for the right anchor.
110 self._SetState(self.ANCHOR)
114 self._SetState(self.ANCHOR)
151 self._SetState(self.ANCHOR)
157 self._state = self.ANCHOR