Package | Description |
---|---|
org.zkoss.idom |
The iDOM representation of XML DOM tree.
|
org.zkoss.idom.input |
SAX builder and factory for iDOM.
|
org.zkoss.zk.ui | |
org.zkoss.zk.ui.ext |
Additional Interfaces that might be implemented by special components,
such as AfterCompose.
|
org.zkoss.zk.ui.impl |
Implementation of user interfaces and factories (implementation only).
|
org.zkoss.zk.ui.metainfo |
Metainfo representing pages and languages (implementation only).
|
org.zkoss.zml |
The ZK XML Component Set.
|
Modifier and Type | Field and Description |
---|---|
protected Namespace |
Element._ns
The namespace.
|
protected Namespace |
Attribute._ns
The namespace.
|
static Namespace |
Namespace.NO_NAMESPACE
The
Namespace for when not in a namespace |
static Namespace |
Namespace.XML_NAMESPACE
The xml namespace.
|
static Namespace |
Namespace.XMLNS_NAMESPACE
The xmlns namespace.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,Namespace> |
Element._addNamespaces
Additional namespaces.
|
Modifier and Type | Method and Description |
---|---|
Namespace |
Namespaceable.getNamespace()
Gets the namespace.
|
Namespace |
Element.getNamespace() |
Namespace |
Attribute.getNamespace() |
Namespace |
Element.getNamespace(java.lang.String prefix)
Returns the Namespace in scope on this element for the given
prefix (this involves searching up the tree, so the results depend
on the current location of the element), or null if not found.
|
static Namespace |
Namespace.getSpecial(java.lang.String prefix)
Returns the special namespace if prefix is special, or null if not.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Namespace> |
Element.getDeclaredNamespaces()
Returns namespace declared on this element.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Element.addDeclaredNamespace(Namespace ns)
Adds a namespace to the namespace declaration.
|
boolean |
Namespace.equalsAll(Namespace ns)
Tests whether two namespace are the same in both prefix
and namespace URI.
|
void |
Namespaceable.setNamespace(Namespace ns)
Sets the namespace.
|
void |
Element.setNamespace(Namespace ns)
Sets the namespace.
|
void |
Attribute.setNamespace(Namespace ns)
Sets the namespace.
|
Constructor and Description |
---|
Attribute(Namespace ns,
java.lang.String lname,
java.lang.String value)
Constructor.
|
Element(Namespace ns,
java.lang.String lname)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Namespace> |
SAXHandler._declNamespaces
The namespaces in between startPrefixMapping and endPrefixMapping.
|
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) |
Element |
IDOMFactory.newElement(Namespace ns,
java.lang.String lname)
Creates an Element with a namespace.
|
Element |
DefaultIDOMFactory.newElement(Namespace ns,
java.lang.String lname) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Namespace> |
HtmlNativeComponent.getDeclaredNamespaces() |
Modifier and Type | Method and Description |
---|---|
void |
HtmlNativeComponent.addDeclaredNamespace(Namespace ns) |
Modifier and Type | Method and Description |
---|---|
void |
HtmlNativeComponent.HtmlHelper.getFirstHalf(java.lang.StringBuffer sb,
java.lang.String tag,
java.util.Map<java.lang.String,java.lang.Object> props,
java.util.Collection<Namespace> namespaces) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Namespace> |
Native.getDeclaredNamespaces()
Returns a readonly list of the declared namespaces
(
Namespace ), or empty if no declared namespace. |
Modifier and Type | Method and Description |
---|---|
void |
Native.addDeclaredNamespace(Namespace ns)
Adds a declared namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
Native.Helper.getFirstHalf(java.lang.StringBuffer sb,
java.lang.String tag,
java.util.Map<java.lang.String,java.lang.Object> props,
java.util.Collection<Namespace> namespaces)
Generates the first half of the device-dependent content
for the specified tag and properties, and appends it to
the specified string buffer.
|
Modifier and Type | Method and Description |
---|---|
static void |
NativeHelpers.getAttributes(java.lang.StringBuffer sb,
java.util.Map<java.lang.String,java.lang.Object> props,
java.util.Collection<Namespace> namespaces)
Generates the attributes for the specified properties
and namespaces.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Namespace> |
NativeInfo.getDeclaredNamespaces()
Returns a readonly list of the declared namespaces (never null).
|
Modifier and Type | Method and Description |
---|---|
void |
NativeInfo.addDeclaredNamespace(Namespace ns)
Adds a declared namespace.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Namespace> |
XmlNativeComponent.getDeclaredNamespaces() |
Modifier and Type | Method and Description |
---|---|
void |
XmlNativeComponent.addDeclaredNamespace(Namespace ns) |
Modifier and Type | Method and Description |
---|---|
void |
XmlNativeComponent.XmlHelper.getFirstHalf(java.lang.StringBuffer sb,
java.lang.String tag,
java.util.Map<java.lang.String,java.lang.Object> props,
java.util.Collection<Namespace> namespaces) |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.