public class EntryXmlItem extends AbstractXmlItem
attributes, document, innerText, javaClass, lineno, parent, type| Constructor and Description |
|---|
EntryXmlItem(XmlItem parent,
String document,
int lineno) |
| Modifier and Type | Method and Description |
|---|---|
Set<TypeOccuranceInformation> |
getAllowedItem() |
Set<BeanResult<?>> |
getBeanResults(javax.enterprise.inject.spi.BeanManager manager)
get the inline beans for the value and the key
|
KeyXmlItem |
getKey() |
ValueXmlItem |
getValue() |
boolean |
resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
attempts to resolve any information that is not available at parse time
|
addChild, getAttributes, getChildren, getChildrenOfType, getDocument, getInnerText, getJavaClass, getLineno, getParent, getTypepublic Set<TypeOccuranceInformation> getAllowedItem()
public boolean resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
XmlItemresolveChildren in interface XmlItemresolveChildren in class AbstractXmlItempublic KeyXmlItem getKey()
public ValueXmlItem getValue()
public Set<BeanResult<?>> getBeanResults(javax.enterprise.inject.spi.BeanManager manager)
manager - Copyright © 2008-2013 Seam Framework. All Rights Reserved.