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 the
StylesFilter
when requesting
styles for processing instructions, comments and CData.- Since:
- 13
-
Method Summary
Modifier and TypeMethodDescriptionGet the real node wrapped by this interface.
-
Method Details
-
getWrappedNode
AuthorNode getWrappedNode()Get the real node wrapped by this interface.- Returns:
- The wrapped node.
-