Searched refs:fictional (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DTagElement.java46 public TagElement (Element elem, boolean fictional) { argument
52 insertedByErrorRecovery = fictional;
71 public boolean fictional() { method in class:TagElement
H A DDocumentParser.java146 if (tag.fictional()) {
153 if (tag.fictional()) {
199 if (tag.fictional()) {
206 if (tag.fictional()) {
H A DParser.java227 protected TagElement makeTag(Element elem, boolean fictional) { argument
228 return new TagElement(elem, fictional);

Completed in 46 milliseconds