Uses of Interface
org.zkoss.idom.input.IDOMFactory
-
Packages that use IDOMFactory Package Description org.zkoss.idom.input -
-
Uses of IDOMFactory in org.zkoss.idom.input
Classes in org.zkoss.idom.input that implement IDOMFactory Modifier and Type Class Description class
DefaultIDOMFactory
The default iDOM factory.Fields in org.zkoss.idom.input declared as IDOMFactory Modifier and Type Field Description protected IDOMFactory
SAXHandler. _factory
The iDOM factory.Methods in org.zkoss.idom.input that return IDOMFactory Modifier and Type Method Description IDOMFactory
SAXBuilder. getIDOMFactory()
Gets the iDOM factory.IDOMFactory
SAXHandler. getIDOMFactory()
Gets the iDOM factory.Methods in org.zkoss.idom.input with parameters of type IDOMFactory Modifier and Type Method Description void
SAXBuilder. setIDOMFactory(IDOMFactory factory)
Sets the iDOM factory.void
SAXHandler. setIDOMFactory(IDOMFactory factory)
Sets the iDOM factory.Constructors in org.zkoss.idom.input with parameters of type IDOMFactory Constructor Description SAXHandler(IDOMFactory factory)
Constructor.
-