Package ro.sync.ecss.extensions.api.node
Interface ArtificialNode
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface ArtificialNode
Marker interface for artificial elements which wrap Processing Instructions, CData and Comments allowing access to the wrapped node. Call backs with implementations of the interface are made on theStylesFilter
when requesting styles for processing instructions, comments and CData.- Since:
- 13
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorNode
getWrappedNode()
Get the real node wrapped by this interface.
-
-
-
Method Detail
-
getWrappedNode
AuthorNode getWrappedNode()
Get the real node wrapped by this interface.- Returns:
- The wrapped node.
-
-