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 Detail

      • getWrappedNode

        AuthorNode getWrappedNode()
        Get the real node wrapped by this interface.
        Returns:
        The wrapped node.