Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.idom |
The iDOM representation of XML DOM tree.
|
org.zkoss.idom.input |
SAX builder and factory for iDOM.
|
org.zkoss.zk.ui.metainfo |
Metainfo representing pages and languages (implementation only).
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClientBinderCommandParser.parse(Attribute attr,
ComponentInfo compInfo,
PageDefinition pgdef) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Attribute> |
Element._attrs
The attributes.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Element.getAttributeItem(java.lang.String tname) |
Attribute |
Attributable.getAttributeItem(java.lang.String tname)
Gets the attribute with the tag name.
|
Attribute |
Element.getAttributeItem(java.lang.String namespace,
java.lang.String name,
int mode) |
Attribute |
Attributable.getAttributeItem(java.lang.String namespace,
java.lang.String name,
int mode)
Gets the first attribute that matches the specified criteria.
|
Attribute |
Element.setAttribute(Attribute attr) |
Attribute |
Attributable.setAttribute(Attribute attr)
Adds the giving attribute.
|
Attribute |
Element.setAttributeValue(java.lang.String tname,
java.lang.String value) |
Attribute |
Attributable.setAttributeValue(java.lang.String tname,
java.lang.String value)
Sets the value of the attribute with the giving tag name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
Element.getAttributeItems() |
java.util.List<Attribute> |
Attributable.getAttributeItems()
Returns all attributes of this object.
|
java.util.List<Attribute> |
Element.getAttributes(java.lang.String namespace,
java.lang.String name,
int mode) |
java.util.List<Attribute> |
Attributable.getAttributes(java.lang.String namespace,
java.lang.String name,
int mode)
Gets a list of attributes of the specified criteria.
|
protected java.util.List<Attribute> |
Element.newAttrArray()
Creates an empty list of attributes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Element.AttrArray.onAdd(Attribute newElement,
Attribute followingElement) |
protected void |
Element.AttrArray.onRemove(Attribute item) |
protected void |
Element.AttrArray.onSet(Attribute newElement,
Attribute replaced) |
Attribute |
Element.setAttribute(Attribute attr) |
Attribute |
Attributable.setAttribute(Attribute attr)
Adds the giving attribute.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
IDOMFactory.newAttribute(Namespace ns,
java.lang.String lname,
java.lang.String value)
Creates an Attribute with namespace.
|
Attribute |
DefaultIDOMFactory.newAttribute(Namespace ns,
java.lang.String lname,
java.lang.String value) |
Attribute |
IDOMFactory.newAttribute(java.lang.String lname,
java.lang.String value)
Creates an Attribute without namespace.
|
Attribute |
DefaultIDOMFactory.newAttribute(java.lang.String lname,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
NamespaceParser.parse(Attribute attr,
ComponentInfo compInfo,
PageDefinition pgdef)
Parses the the content with the current namespace parser.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.