org.jboss.seam.xml.model
Class KeyXmlItem

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

public class KeyXmlItem
extends AbstractValueXmlItem


Field Summary
 
Fields inherited from class org.jboss.seam.xml.model.AbstractXmlItem
attributes, document, innerText, javaClass, lineno, parent, type
 
Constructor Summary
KeyXmlItem(XmlItem parent, String innerText, String document, int lineno)
           
 
Method Summary
 Set<TypeOccuranceInformation> getAllowedItem()
           
 
Methods inherited from class org.jboss.seam.xml.model.AbstractValueXmlItem
getBeanResult, getSyntheticQualifierId, getValue
 
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

KeyXmlItem

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

getAllowedItem

public Set<TypeOccuranceInformation> getAllowedItem()
Specified by:
getAllowedItem in interface XmlItem
Overrides:
getAllowedItem in class AbstractValueXmlItem


Copyright © 2010 Seam Framework. All Rights Reserved.