org.mindswap.xmlparser.xml
Class XMLRestriction

java.lang.Object
  |
  +--org.mindswap.xmlparser.xml.XMLResource
        |
        +--org.mindswap.xmlparser.xml.XMLRestriction

public class XMLRestriction
extends XMLResource


Constructor Summary
XMLRestriction()
           
 
Method Summary
 void addElement(XMLResource r)
           
 java.lang.String getBase()
           
 XMLResourceList getElements()
           
 void setBase(java.lang.String s)
           
 
Methods inherited from class org.mindswap.xmlparser.xml.XMLResource
getFriendlyName, getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLRestriction

public XMLRestriction()
Method Detail

getBase

public java.lang.String getBase()

setBase

public void setBase(java.lang.String s)

addElement

public void addElement(XMLResource r)

getElements

public XMLResourceList getElements()