Construct a factory create rule that will use the specified class name to create an {@link ObjectCreationFactory}which will then be used to create an object and push it on the stack.
@param className Java class name of the object creation factory class
@return this builder instance
{@link NodeCreateRule} instance will be created either a DOM {@link org.w3c.dom.Element Element}or a DOM {@link org.w3c.dom.DocumentFragment DocumentFragment}, depending on the value of the nodeType parameter.
@param nodeType the type of node to create, which can be either{@link org.w3c.dom.Node#ELEMENT_NODE Node.ELEMENT_NODE} or{@link org.w3c.dom.Node#DOCUMENT_FRAGMENT_NODE Node.DOCUMENT_FRAGMENT_NODE}
@return this builder instance
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.