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, getType
public Set<TypeOccuranceInformation> getAllowedItem()
public boolean resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
XmlItem
resolveChildren
in interface XmlItem
resolveChildren
in class AbstractXmlItem
public KeyXmlItem getKey()
public ValueXmlItem getValue()
public Set<BeanResult<?>> getBeanResults(javax.enterprise.inject.spi.BeanManager manager)
manager
- Copyright © 2008-2013 Seam Framework. All Rights Reserved.