Class AqdefObjectModel


  • public class AqdefObjectModel
    extends Object
    Object model of AQDEF content.

    Provides methods to

    • manipulate with the content (getXXX, putXXX, removeXXX, filterXXX)
    • iterate through the content forEachXXX

    Use AqdefParser to read AQDEF content and AqdefWriter to write this object model as AQDEF content.

    Author:
    Vlastimil Dolejs
    See Also:
    AqdefParser, AqdefWriter