public abstract class DocumentChangeFactory extends Object
| Constructor and Description | 
|---|
| DocumentChangeFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract DocumentChange | convert(ComponentChange compChange)Converts a ComponentChange to a DocumentChange, returning
  nullif no such conversion is possible. | 
public abstract DocumentChange convert(ComponentChange compChange)
null if no such conversion is possible.compChange - ComponentChange to convert.null if no
 conversion is possible.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.