public interface TagConfig
Passed to the constructor of TagHandler
subclass, it defines the document definition of the handler we are
instantiating.
Modifier and Type | Method and Description |
---|---|
FaceletHandler |
getNextHandler()
The next |
Tag |
getTag()
Return the |
String |
getTagId()
A document-unique id, follows the convention "_tagId##" |
Tag getTag()
Return the Tag
representing this handler.
Tag
instanceFaceletHandler getNextHandler()
The next FaceletHandler
(child or children) to be applied. This must never be null
.
FaceletHandler
to be appliedString getTagId()
A document-unique id, follows the convention "_tagId##"
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.