Interface ICOSVisitor<T>

  • Type Parameters:
    T - return type produced by a visit
    All Known Implementing Classes:
    COSWriter

    public interface ICOSVisitor<T>
    Visitor over the COS object graph, e.g. for serializing a document back out to PDF syntax, or for walking the tree for diagnostics.