org.jboss.seam.xml.model
Class ModifiesXmlItem

java.lang.Object
  extended by org.jboss.seam.xml.model.AbstractXmlItem
      extended by org.jboss.seam.xml.model.ModifiesXmlItem
All Implemented Interfaces:
XmlItem

public class ModifiesXmlItem
extends AbstractXmlItem


Field Summary
 
Fields inherited from class org.jboss.seam.xml.model.AbstractXmlItem
attributes, document, innerText, javaClass, lineno, parent, type
 
Constructor Summary
ModifiesXmlItem(XmlItem parent, String document, int lineno)
           
 
Method Summary
 Set<TypeOccuranceInformation> getAllowedItem()
           
 
Methods inherited from class org.jboss.seam.xml.model.AbstractXmlItem
addChild, getAttributes, getChildren, getChildrenOfType, getDocument, getInnerText, getJavaClass, getLineno, getParent, getType, resolveChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifiesXmlItem

public ModifiesXmlItem(XmlItem parent,
                       String document,
                       int lineno)
Method Detail

getAllowedItem

public Set<TypeOccuranceInformation> getAllowedItem()


Copyright © 2010 Seam Framework. All Rights Reserved.