java.lang.Object
org.xmlobjects.util.composite.CompositeObjectBuilder<T>
- All Implemented Interfaces:
ObjectBuilder<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildChildObject(T object, QName name, Attributes attributes, XMLReader reader) voidinitializeObject(T object, QName name, Attributes attributes, XMLReader reader) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xmlobjects.builder.ObjectBuilder
createObject
-
Constructor Details
-
CompositeObjectBuilder
-
-
Method Details
-
initializeObject
public void initializeObject(T object, QName name, Attributes attributes, XMLReader reader) throws ObjectBuildException, XMLReadException - Specified by:
initializeObjectin interfaceObjectBuilder<T>- Throws:
ObjectBuildExceptionXMLReadException
-
buildChildObject
public void buildChildObject(T object, QName name, Attributes attributes, XMLReader reader) throws ObjectBuildException, XMLReadException - Specified by:
buildChildObjectin interfaceObjectBuilder<T>- Throws:
ObjectBuildExceptionXMLReadException
-