Uses of Class
org.zkoss.idom.Namespace

Packages that use Namespace
org.zkoss.idom The iDOM representation of XML DOM tree. 
org.zkoss.idom.input SAX builder and factory for iDOM. 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
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. 
 

Uses of Namespace in org.zkoss.idom
 

Fields in org.zkoss.idom declared as Namespace
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.
 

Fields in org.zkoss.idom with type parameters of type Namespace
protected  java.util.Map<java.lang.String,Namespace> Element._addNamespaces
          Additional namespaces.
 

Methods in org.zkoss.idom that return Namespace
 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.
 

Methods in org.zkoss.idom that return types with arguments of type Namespace
 java.util.Collection<Namespace> Element.getDeclaredNamespaces()
          Returns namespace declared on this element.
 

Methods in org.zkoss.idom with parameters of type Namespace
 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.
 

Constructors in org.zkoss.idom with parameters of type Namespace
Attribute(Namespace ns, java.lang.String lname, java.lang.String value)
          Constructor.
Element(Namespace ns, java.lang.String lname)
          Constructor.
 

Uses of Namespace in org.zkoss.idom.input
 

Fields in org.zkoss.idom.input with type parameters of type Namespace
protected  java.util.List<Namespace> SAXHandler._declNamespaces
          The namespaces in between startPrefixMapping and endPrefixMapping.
 

Methods in org.zkoss.idom.input with parameters of type Namespace
 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)
           
 

Uses of Namespace in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return types with arguments of type Namespace
 java.util.List<Namespace> HtmlNativeComponent.getDeclaredNamespaces()
           
 

Methods in org.zkoss.zk.ui with parameters of type Namespace
 void HtmlNativeComponent.addDeclaredNamespace(Namespace ns)
           
 

Method parameters in org.zkoss.zk.ui with type arguments of type Namespace
 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)
           
 

Uses of Namespace in org.zkoss.zk.ui.ext
 

Methods in org.zkoss.zk.ui.ext that return types with arguments of type Namespace
 java.util.List<Namespace> Native.getDeclaredNamespaces()
          Returns a readonly list of the declared namespaces (Namespace), or empty if no declared namespace.
 

Methods in org.zkoss.zk.ui.ext with parameters of type Namespace
 void Native.addDeclaredNamespace(Namespace ns)
          Adds a declared namespace.
 

Method parameters in org.zkoss.zk.ui.ext with type arguments of type Namespace
 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.
 

Uses of Namespace in org.zkoss.zk.ui.impl
 

Method parameters in org.zkoss.zk.ui.impl with type arguments of type Namespace
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.
 

Uses of Namespace in org.zkoss.zk.ui.metainfo
 

Methods in org.zkoss.zk.ui.metainfo that return types with arguments of type Namespace
 java.util.List<Namespace> NativeInfo.getDeclaredNamespaces()
          Returns a readonly list of the declared namespaces (never null).
 

Methods in org.zkoss.zk.ui.metainfo with parameters of type Namespace
 void NativeInfo.addDeclaredNamespace(Namespace ns)
          Adds a declared namespace.
 

Uses of Namespace in org.zkoss.zml
 

Methods in org.zkoss.zml that return types with arguments of type Namespace
 java.util.List<Namespace> XmlNativeComponent.getDeclaredNamespaces()
           
 

Methods in org.zkoss.zml with parameters of type Namespace
 void XmlNativeComponent.addDeclaredNamespace(Namespace ns)
           
 

Method parameters in org.zkoss.zml with type arguments of type Namespace
 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-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo