Package org.jboss.weld.xml
Class BeansXmlHandler.Container
- java.lang.Object
-
- org.jboss.weld.xml.BeansXmlHandler.Container
-
- Enclosing class:
- BeansXmlHandler
public abstract class BeansXmlHandler.Container extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalName()Collection<String>getNestedElements()Set<String>getUris()voidhandleMultiple()protected booleanisInNamespace(String namespace)voidprocessEndChildElement(String uri, String localName, String qName, String nestedText)Called by endElement, the nested content is not availablevoidprocessStartChildElement(String uri, String localName, String qName, Attributes attributes)Called by startElement, the nested content is not availableStringtoString()
-
-
-
Method Detail
-
getLocalName
public String getLocalName()
-
processStartChildElement
public void processStartChildElement(String uri, String localName, String qName, Attributes attributes)
Called by startElement, the nested content is not available
-
processEndChildElement
public void processEndChildElement(String uri, String localName, String qName, String nestedText)
Called by endElement, the nested content is not available
-
handleMultiple
public void handleMultiple()
-
getNestedElements
public Collection<String> getNestedElements()
-
isInNamespace
protected boolean isInNamespace(String namespace)
-
-