Searched refs:ISimpleElement (Results 1 – 3 of 3) sorted by relevance
18 interface ISimpleElement extends IContent interface23 ISimpleElement setClass (String classID); in setClass()28 public static ISimpleElement create (final Tag tag) in create()33 public static ISimpleElement create (final Tag tag, final AttributeSet attrs) in create()38 static class SimpleElementImpl implements ISimpleElement50 public ISimpleElement setClass (final String classID) in setClass()
38 final ISimpleElement meta = ISimpleElement.Factory.create (Tag.META); in HTMLDocument()140 final ISimpleElement link = ISimpleElement.Factory.create (Tag.LINK); in addLINK()
20 interface IElement extends ISimpleElement, IElementList39 static class ElementImpl extends ISimpleElement.Factory.SimpleElementImpl