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. 
 

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  Map<String,Namespace> Element._addNamespaces
          Additional namespaces.
 

Methods in org.zkoss.idom that return Namespace
 Namespace Element.getNamespace()
           
 Namespace Namespaceable.getNamespace()
          Gets the namespace.
 Namespace Attribute.getNamespace()
           
 Namespace Element.getNamespace(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(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
 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 Element.setNamespace(Namespace ns)
          Sets the namespace.
 void Namespaceable.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, String lname, String value)
          Constructor.
Element(Namespace ns, String lname)
          Constructor.
 

Uses of Namespace in org.zkoss.idom.input
 

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

Methods in org.zkoss.idom.input with parameters of type Namespace
 Attribute DefaultIDOMFactory.newAttribute(Namespace ns, String lname, String value)
           
 Attribute IDOMFactory.newAttribute(Namespace ns, String lname, String value)
          Creates an Attribute with namespace.
 Element DefaultIDOMFactory.newElement(Namespace ns, String lname)
           
 Element IDOMFactory.newElement(Namespace ns, String lname)
          Creates an Element with a namespace.
 



Copyright © 2013. All rights reserved.