lapis.parsers
Class HTMLFakeElement

java.lang.Object
  extended bylapis.RegionSet
      extended bylapis.SingleDocRegionSet
          extended bylapis.Region
              extended bylapis.parsers.HTMLElement
                  extended bylapis.parsers.HTMLFakeElement
All Implemented Interfaces:
Serializable

public class HTMLFakeElement
extends HTMLElement

Fake HTML element, filling in for a missing element needed by the Swing renderer.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class lapis.RegionSet
RegionSet.IntersectOp
 
Field Summary
 
Fields inherited from class lapis.parsers.HTMLElement
child, empty, endTag, parent, sibling, startTag
 
Fields inherited from class lapis.Region
debug, EMPTY, end, start, version
 
Fields inherited from class lapis.SingleDocRegionSet
FUZZY_HIGH, FUZZY_LOW
 
Fields inherited from class lapis.RegionSet
DISJOINT, EQUAL, MAX_INDEX, MIN_INDEX, SUBSET, SUPERSET, UNRELATED
 
Constructor Summary
HTMLFakeElement(String tagName, Document doc)
           
HTMLFakeElement(String tagName, DocumentVersion ver)
           
 
Methods inherited from class lapis.parsers.HTMLElement
changeHTMLAttribute, getChild, getEndTag, getHTMLAttribute, getHTMLAttribute, getNext, getParent, getSibling, getStartTag, getTagName, hasHTMLAttribute, setEnd
 
Methods inherited from class lapis.Region
after, afterDelimited, afterIn, and, before, beforeDelimited, beforeIn, contains, convert, convert, convert, convert, convertToLatest, crispen, ending, endingContains, endingDelimited, endingIn, equals, equalTo, extract, flatten, freeze, fromTo, fuzzify, getBoundingBox, getDocument, getEnd, getEndHigh, getEndLow, getLength, getSingleDocRegionSet, getSize, getStart, getStartHigh, getStartLow, getVersion, getVersions, in, include, intersect, intersects, isAllPoints, isCrisp, isEmpty, isFlat, isPoint, justAfter, justAfterDelimited, justBefore, justBeforeDelimited, lessThan, make, max, melt, min, overlaps, overlapsEnd, overlapsStart, regions, regions, regions, singleDocize, starting, startingContains, startingDelimited, startingIn, toString, trim
 
Methods inherited from class lapis.RegionSet
afterDelimited, ancestor, balancedWith, beforeDelimited, butnot, compareTo, convert, countIntersection, descendant, endingDelimited, endOf, getDocuments, getUniversal, hashCode, highlight, intersects, justAfterDelimited, justBeforeDelimited, mightEnclose, mightIntersect, nextTo, nth, or, separatedBy, slowEquals, startingDelimited, startOf, stripEmptyRegions, subsets, toStringWithContent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLFakeElement

public HTMLFakeElement(String tagName,
                       DocumentVersion ver)

HTMLFakeElement

public HTMLFakeElement(String tagName,
                       Document doc)