org.fopps.xml
Class XMLImport.ConstraintLink

java.lang.Object
  |
  +--org.fopps.xml.XMLImport.Link
        |
        +--org.fopps.xml.XMLImport.ConstraintLink
Enclosing class:
XMLImport

public class XMLImport.ConstraintLink
extends XMLImport.Link

Represents a constraint link


Constructor Summary
XMLImport.ConstraintLink(java.lang.String from, java.lang.String to, boolean exclude)
           
 
Method Summary
 boolean resolve()
          Fetches the corresponding instances to the given ID's and glues them together
 
Methods inherited from class org.fopps.xml.XMLImport.Link
getFrom, getTo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLImport.ConstraintLink

public XMLImport.ConstraintLink(java.lang.String from,
                                java.lang.String to,
                                boolean exclude)
Method Detail

resolve

public boolean resolve()
Fetches the corresponding instances to the given ID's and glues them together

Specified by:
resolve in class XMLImport.Link


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.