ProtoObjectObjectWAHtmlDocument
| root |
| instance | class |
|---|---|
| as yet unclassified | as yet unclassified |
| root |
|---|
|
|
| as yet unclassified |
|---|
| close |
| closeTag: aString |
self subclassResponsibility |
| initializeWithRoot: aRoot |
root _ aRoot |
| openTag: aString attributes: anAttributes |
self subclassResponsibility |
| root |
^ root |
| shouldPrintCloseTagFor: aString |
^(#('hr' 'br' 'input' 'img' 'link') includes: aString) not
|
| as yet unclassified |
|---|
| new |
^ self root: WAHtmlRoot new |
| root: anHtmlRoot |
^ self basicNew initializeWithRoot: anHtmlRoot |