Java Doc for Head.java in » IDE-Netbeans » visualweb.api.designer » org » netbeans » modules » visualweb » xhtml » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
IDE Netbeans
»
visualweb.api.designer
»
org.netbeans.modules.visualweb.xhtml
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.netbeans.modules.visualweb.xhtml
.Object
org.netbeans.modules.visualweb.xhtml
.Head
Head
public
class Head
(Code)
Head
is generated from xhtml.rng by Relaxer. This class is derived from:
<element name="head"> <ref name="head.attlist"/> <ref name="head.content"/> </element>
version:
xhtml.rng (Tue Apr 20 01:31:08 PDT 2004)
author:
Relaxer 1.1b (http://www.relaxer.org)
Field Summary
final
public
static
String
DIR_LTR
final
public
static
String
DIR_RTL
Constructor Summary
public
Head
()
Creates a
Head
.
Method Summary
public
Base
getBase
()
Gets the Base property
base
.
public
String
getDir
()
Gets the String property
dir
.
public
Isindex
getIsindex
()
Gets the Isindex property
isindex
.
public
String
getLang
()
Gets the java.util.Locale property
lang
.
public
String
getProfile
()
Gets the String property
profile
.
public
Title
getTitle
()
Gets the Title property
title
.
public
String
getXmlLang
()
Gets the java.util.Locale property
xmlLang
.
public
void
setBase
(
Base
base)
Sets the Base property
base
.
public
void
setDir
(
String
dir)
Sets the String property
dir
.
public
void
setIsindex
(
Isindex
isindex)
Sets the Isindex property
isindex
.
public
void
setLang
(
String
lang)
Sets the java.util.Locale property
lang
.
public
void
setProfile
(
String
profile)
Sets the String property
profile
.
public
void
setTitle
(
Title
title)
Sets the Title property
title
.
public
void
setXmlLang
(
String
xmlLang)
Sets the java.util.Locale property
xmlLang
.
Field Detail
DIR_LTR
final
public
static
String
DIR_LTR
(Code)
DIR_RTL
final
public
static
String
DIR_RTL
(Code)
Constructor Detail
Head
public
Head()
(Code)
Creates a
Head
.
Method Detail
getBase
public
Base
getBase()
(Code)
Gets the Base property
base
. Base
getDir
public
String
getDir()
(Code)
Gets the String property
dir
. String
getIsindex
public
Isindex
getIsindex()
(Code)
Gets the Isindex property
isindex
. Isindex
getLang
public
String
getLang()
(Code)
Gets the java.util.Locale property
lang
. java.util.Locale
getProfile
public
String
getProfile()
(Code)
Gets the String property
profile
. String
getTitle
public
Title
getTitle()
(Code)
Gets the Title property
title
. Title
getXmlLang
public
String
getXmlLang()
(Code)
Gets the java.util.Locale property
xmlLang
. java.util.Locale
setBase
public
void setBase(
Base
base)
(Code)
Sets the Base property
base
.
Parameters:
base -
setDir
public
void setDir(
String
dir)
(Code)
Sets the String property
dir
.
Parameters:
dir -
setIsindex
public
void setIsindex(
Isindex
isindex)
(Code)
Sets the Isindex property
isindex
.
Parameters:
isindex -
setLang
public
void setLang(
String
lang)
(Code)
Sets the java.util.Locale property
lang
.
Parameters:
lang -
setProfile
public
void setProfile(
String
profile)
(Code)
Sets the String property
profile
.
Parameters:
profile -
setTitle
public
void setTitle(
Title
title)
(Code)
Sets the Title property
title
.
Parameters:
title -
setXmlLang
public
void setXmlLang(
String
xmlLang)
(Code)
Sets the java.util.Locale property
xmlLang
.
Parameters:
xmlLang -
Fields inherited from
org.netbeans.modules.visualweb.xhtml.Object
final
public
static
String
ALIGN_BOTTOM
(Code)
(Java Doc)
final
public
static
String
ALIGN_LEFT
(Code)
(Java Doc)
final
public
static
String
ALIGN_MIDDLE
(Code)
(Java Doc)
final
public
static
String
ALIGN_RIGHT
(Code)
(Java Doc)
final
public
static
String
ALIGN_TOP
(Code)
(Java Doc)
final
public
static
String
DECLARE_DECLARE
(Code)
(Java Doc)
final
public
static
String
DIR_LTR
(Code)
(Java Doc)
final
public
static
String
DIR_RTL
(Code)
(Java Doc)
Methods inherited from
org.netbeans.modules.visualweb.xhtml.Object
public
String
getAlign()
(Code)
(Java Doc)
public
String
getArchive()
(Code)
(Java Doc)
public
String
getBorder()
(Code)
(Java Doc)
public
String
getClassValue()
(Code)
(Java Doc)
public
String
getClassid()
(Code)
(Java Doc)
public
String
getCodebase()
(Code)
(Java Doc)
public
String
getCodetype()
(Code)
(Java Doc)
public
String
getData()
(Code)
(Java Doc)
public
String
getDeclare()
(Code)
(Java Doc)
public
String
getDir()
(Code)
(Java Doc)
public
String
getHeight()
(Code)
(Java Doc)
public
String
getHspace()
(Code)
(Java Doc)
public
String
getId()
(Code)
(Java Doc)
public
String
getLang()
(Code)
(Java Doc)
public
String
getName()
(Code)
(Java Doc)
public
String
getOnclick()
(Code)
(Java Doc)
public
String
getOndblclick()
(Code)
(Java Doc)
public
String
getOnkeydown()
(Code)
(Java Doc)
public
String
getOnkeypress()
(Code)
(Java Doc)
public
String
getOnkeyup()
(Code)
(Java Doc)
public
String
getOnmousedown()
(Code)
(Java Doc)
public
String
getOnmousemove()
(Code)
(Java Doc)
public
String
getOnmouseout()
(Code)
(Java Doc)
public
String
getOnmouseover()
(Code)
(Java Doc)
public
String
getOnmouseup()
(Code)
(Java Doc)
public
String
getStandby()
(Code)
(Java Doc)
public
String
getStyle()
(Code)
(Java Doc)
public
String
getTabindex()
(Code)
(Java Doc)
public
String
getTitle()
(Code)
(Java Doc)
public
String
getType()
(Code)
(Java Doc)
public
String
getUsemap()
(Code)
(Java Doc)
public
String
getVspace()
(Code)
(Java Doc)
public
String
getWidth()
(Code)
(Java Doc)
public
String
getXmlLang()
(Code)
(Java Doc)
public
void setAlign(
String
align)
(Code)
(Java Doc)
public
void setArchive(
String
archive)
(Code)
(Java Doc)
public
void setBorder(
String
border)
(Code)
(Java Doc)
public
void setClassValue(
String
classValue)
(Code)
(Java Doc)
public
void setClassid(
String
classid)
(Code)
(Java Doc)
public
void setCodebase(
String
codebase)
(Code)
(Java Doc)
public
void setCodetype(
String
codetype)
(Code)
(Java Doc)
public
void setData(
String
data)
(Code)
(Java Doc)
public
void setDeclare(
String
declare)
(Code)
(Java Doc)
public
void setDir(
String
dir)
(Code)
(Java Doc)
public
void setHeight(
String
height)
(Code)
(Java Doc)
public
void setHspace(
String
hspace)
(Code)
(Java Doc)
public
void setId(
String
id)
(Code)
(Java Doc)
public
void setLang(
String
lang)
(Code)
(Java Doc)
public
void setName(
String
name)
(Code)
(Java Doc)
public
void setOnclick(
String
onclick)
(Code)
(Java Doc)
public
void setOndblclick(
String
ondblclick)
(Code)
(Java Doc)
public
void setOnkeydown(
String
onkeydown)
(Code)
(Java Doc)
public
void setOnkeypress(
String
onkeypress)
(Code)
(Java Doc)
public
void setOnkeyup(
String
onkeyup)
(Code)
(Java Doc)
public
void setOnmousedown(
String
onmousedown)
(Code)
(Java Doc)
public
void setOnmousemove(
String
onmousemove)
(Code)
(Java Doc)
public
void setOnmouseout(
String
onmouseout)
(Code)
(Java Doc)
public
void setOnmouseover(
String
onmouseover)
(Code)
(Java Doc)
public
void setOnmouseup(
String
onmouseup)
(Code)
(Java Doc)
public
void setStandby(
String
standby)
(Code)
(Java Doc)
public
void setStyle(
String
style)
(Code)
(Java Doc)
public
void setTabindex(
String
tabindex)
(Code)
(Java Doc)
public
void setTitle(
String
title)
(Code)
(Java Doc)
public
void setType(
String
type)
(Code)
(Java Doc)
public
void setUsemap(
String
usemap)
(Code)
(Java Doc)
public
void setVspace(
String
vspace)
(Code)
(Java Doc)
public
void setWidth(
String
width)
(Code)
(Java Doc)
public
void setXmlLang(
String
xmlLang)
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.