Package com.predic8.membrane.core.config
Class GenericComplexElement
java.lang.Object
com.predic8.membrane.core.config.AbstractXmlElement
com.predic8.membrane.core.config.GenericComplexElement
- All Implemented Interfaces:
XMLElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) getAttributeOrDefault(String name, String def) protected Stringprotected voidparseAttributes(XMLStreamReader token) protected voidparseChildren(XMLStreamReader token, String child) voidsetChildParser(AbstractXmlElement childParser) Methods inherited from class com.predic8.membrane.core.config.AbstractXmlElement
doAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseCharacters, toXml, write, writeIfNotNull
-
Constructor Details
-
GenericComplexElement
public GenericComplexElement() -
GenericComplexElement
-
-
Method Details
-
parseChildren
- Overrides:
parseChildrenin classAbstractXmlElement- Throws:
Exception
-
parseAttributes
- Overrides:
parseAttributesin classAbstractXmlElement- Throws:
XMLStreamException
-
getAttributeOrDefault
-
getAttribute
-
getChildParser
-
setChildParser
-
getElementName
- Overrides:
getElementNamein classAbstractXmlElement
-