public class LinkRefProcessorData extends Object
Modifier and Type | Field and Description |
---|---|
int |
maxNesting |
int[] |
nestingIndex |
List<LinkRefProcessorFactory> |
processors |
Constructor and Description |
---|
LinkRefProcessorData(List<LinkRefProcessorFactory> processors,
int maxNesting,
int[] nestingIndex) |
public final List<LinkRefProcessorFactory> processors
public final int maxNesting
public final int[] nestingIndex
public LinkRefProcessorData(List<LinkRefProcessorFactory> processors, int maxNesting, int[] nestingIndex)
Copyright © 2018. All rights reserved.