public abstract class BeansXmlHandler.Container extends Object
Constructor and Description |
---|
Container(Set<String> uris,
String localName,
String... nestedElements) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalName() |
Collection<String> |
getNestedElements() |
Set<String> |
getUris() |
void |
handleMultiple() |
protected boolean |
isInNamespace(String namespace) |
void |
processEndChildElement(String uri,
String localName,
String qName,
String nestedText)
Called by endElement, the nested content is not available
|
void |
processStartChildElement(String uri,
String localName,
String qName,
Attributes attributes)
Called by startElement, the nested content is not available
|
String |
toString() |
public String getLocalName()
public void processStartChildElement(String uri, String localName, String qName, Attributes attributes)
public void processEndChildElement(String uri, String localName, String qName, String nestedText)
public void handleMultiple()
public Collection<String> getNestedElements()
protected boolean isInNamespace(String namespace)
Copyright © 2016. All rights reserved.