Uses of Class
org.exoplatform.services.html.Name

Packages that use Name
org.exoplatform.services.html   
org.exoplatform.services.html.parser   
org.exoplatform.services.html.path   
org.exoplatform.services.html.util   
 

Uses of Name in org.exoplatform.services.html
 

Fields in org.exoplatform.services.html declared as Name
protected  Name HTMLNode.name
           
 

Methods in org.exoplatform.services.html that return Name
 Name HTMLNode.getName()
           
static Name Name.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Name[] Name.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.exoplatform.services.html with parameters of type Name
 boolean HTMLNode.isNode(Name n)
           
 void HTMLNode.setName(Name name)
           
 

Constructors in org.exoplatform.services.html with parameters of type Name
HTMLNode(char[] value, Name name)
           
 

Uses of Name in org.exoplatform.services.html.parser
 

Methods in org.exoplatform.services.html.parser that return Name
static Name HTML.getName(java.lang.String value)
           
 

Methods in org.exoplatform.services.html.parser with parameters of type Name
static NodeConfig HTML.getConfig(Name key)
           
 

Constructors in org.exoplatform.services.html.parser with parameters of type Name
NodeImpl(char[] value, Name name)
           
NodeImpl(char[] value, Name name, int type)
           
 

Uses of Name in org.exoplatform.services.html.path
 

Methods in org.exoplatform.services.html.path that return Name
 Name NodePath.Index.getName()
           
 

Methods in org.exoplatform.services.html.path with parameters of type Name
 void NodePath.Index.setName(Name name)
           
 

Constructors in org.exoplatform.services.html.path with parameters of type Name
NodePath.Index(Name name, int idx)
           
 

Uses of Name in org.exoplatform.services.html.util
 

Methods in org.exoplatform.services.html.util with parameters of type Name
 void ContentBuilder.setIgnores(Name[] ignores)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.