Package | Description |
---|---|
org.zkoss.idom.input |
SAX builder and factory for iDOM.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIDOMFactory
The default iDOM factory.
|
Modifier and Type | Field and Description |
---|---|
protected IDOMFactory |
SAXHandler._factory
The iDOM factory.
|
Modifier and Type | Method and Description |
---|---|
IDOMFactory |
SAXHandler.getIDOMFactory()
Gets the iDOM factory.
|
IDOMFactory |
SAXBuilder.getIDOMFactory()
Gets the iDOM factory.
|
Modifier and Type | Method and Description |
---|---|
void |
SAXHandler.setIDOMFactory(IDOMFactory factory)
Sets the iDOM factory.
|
void |
SAXBuilder.setIDOMFactory(IDOMFactory factory)
Sets the iDOM factory.
|
Constructor and Description |
---|
SAXHandler(IDOMFactory factory)
Constructor.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.