public class InjectionXmlParser01 extends Object implements InjectionXmlParser
| Constructor and Description |
|---|
InjectionXmlParser01() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureInjection(InjectionContext ctx,
net.lecousin.framework.xml.XMLStreamReader xml)
Entry-point of the parser.
|
static ObjectAttribute |
readObjectAttribute(InjectionContext ctx,
net.lecousin.framework.xml.XMLStreamReader xml,
net.lecousin.framework.application.Application app)
Read an attribute from the given XML which must be on the attribute element.
|
static ObjectMethod |
readObjectMethod(InjectionContext ctx,
net.lecousin.framework.xml.XMLStreamReader xml,
net.lecousin.framework.application.Application app)
Read an object method from an XML stream.
|
static ObjectValue |
readObjectValue(InjectionContext ctx,
net.lecousin.framework.xml.XMLStreamReader xml,
net.lecousin.framework.application.Application app)
Read an ObjectValue from the given XML.
|
public void configureInjection(InjectionContext ctx, net.lecousin.framework.xml.XMLStreamReader xml) throws Exception
InjectionXmlParserconfigureInjection in interface InjectionXmlParserExceptionpublic static ObjectAttribute readObjectAttribute(InjectionContext ctx, net.lecousin.framework.xml.XMLStreamReader xml, net.lecousin.framework.application.Application app) throws Exception
Exceptionpublic static ObjectValue readObjectValue(InjectionContext ctx, net.lecousin.framework.xml.XMLStreamReader xml, net.lecousin.framework.application.Application app) throws Exception
Exceptionpublic static ObjectMethod readObjectMethod(InjectionContext ctx, net.lecousin.framework.xml.XMLStreamReader xml, net.lecousin.framework.application.Application app) throws Exception
ExceptionCopyright © 2018. All rights reserved.