Java Doc for HTMLElements.java in  » HTML-Parser » jericho-html » au » id » jericho » lib » html » 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 » HTML Parser » jericho html » au.id.jericho.lib.html 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   au.id.jericho.lib.html.HTMLElements

HTMLElements
final public class HTMLElements implements HTMLElementName(Code)
Contains static methods which group by the characteristics of their associated elements.

An HTML element is a normal element with a that matches one of the (ignoring case). This type of element spans the logical HTML element as described in the HTML 4.01 specification section 3.2.1, which may be implicitly terminated if it specifies an .

The term Non-HTML element refers to a normal element with a that does not match one of the . This type of element must be either a single tag element or explicitly terminated.

All of the sets returned by the methods in this class may be modified to customise the behaviour of the parser. Care must be taken however to ensure that the sets only contain tag names in lower case.

Below is a table summarising the default characteristics of each HTML element. See also the index of elements in the HTML 4.01 specification for the official table containing similar information.

Box Type Description / Specification
HTMLElementName.A A    anchor
HTMLElementName.ABBR ABBR     abbreviated form (e.g., WWW, HTTP, etc.)
HTMLElementName.ACRONYM ACRONYM     acronym
HTMLElementName.ADDRESS ADDRESS    information on author
HTMLElementName.APPLET APPLET   DJava applet
HTMLElementName.AREA AREA     client-side image map area
HTMLElementName.B B     bold text style
HTMLElementName.BASE BASE     document base URI
HTMLElementName.BASEFONT BASEFONT   Dbase font size
HTMLElementName.BDO BDO     I18N BiDi over-ride
HTMLElementName.BIG BIG     large text style
HTMLElementName.BLOCKQUOTE BLOCKQUOTE     long quotation
HTMLElementName.BODY BODY    (details)  document body
HTMLElementName.BR BR    forced line break
HTMLElementName.BUTTON BUTTON    push button
HTMLElementName.CAPTION CAPTION     table caption
HTMLElementName.CENTER CENTER    Dshorthand for DIV align=center
HTMLElementName.CITE CITE     citation
HTMLElementName.CODE CODE     computer code fragment
HTMLElementName.COL COL     table column
HTMLElementName.COLGROUP COLGROUP     (details)  table column group
HTMLElementName.DD DD     (details)  definition description
HTMLElementName.DEL DEL     deleted text
HTMLElementName.DFN DFN     instance definition
HTMLElementName.DIR DIR    Ddirectory list
HTMLElementName.DIV DIV     generic language/style container
HTMLElementName.DL DL     definition list
HTMLElementName.DT DT     (details)  definition term
HTMLElementName.EM EM     emphasis
HTMLElementName.FIELDSET FIELDSET     form control group
HTMLElementName.FONT FONT    Dlocal change to font
HTMLElementName.FORM FORM    interactive form
HTMLElementName.FRAME FRAME     subwindow
HTMLElementName.FRAMESET FRAMESET      window subdivision
HTMLElementName.H1 H1     heading
HTMLElementName.H2 H2     heading
HTMLElementName.H3 H3     heading
HTMLElementName.H4 H4     heading
HTMLElementName.H5 H5     heading
HTMLElementName.H6 H6     heading
HTMLElementName.HEAD HEAD    (details)  document head
HTMLElementName.HR HR    horizontal rule
HTMLElementName.HTML HTML    (details)  document root element
HTMLElementName.I I     italic text style
HTMLElementName.IFRAME IFRAME    inline subwindow
HTMLElementName.IMG IMG    Embedded image
HTMLElementName.INPUT INPUT    form control
HTMLElementName.INS INS     inserted text
HTMLElementName.ISINDEX ISINDEX   Dsingle line prompt
HTMLElementName.KBD KBD     text to be entered by the user
HTMLElementName.LABEL LABEL    form field label text
HTMLElementName.LEGEND LEGEND     fieldset legend
HTMLElementName.LI LI     (details)  list item
HTMLElementName.LINK LINK     a media-independent link
HTMLElementName.MAP MAP     client-side image map
HTMLElementName.MENU MENU    Dmenu list
HTMLElementName.META META     generic metainformation
HTMLElementName.NOFRAMES NOFRAMES     alternate content container for non frame-based rendering
HTMLElementName.NOSCRIPT NOSCRIPT     alternate content container for non script-based rendering
HTMLElementName.OBJECT OBJECT     generic embedded object
HTMLElementName.OL OL     ordered list
HTMLElementName.OPTGROUP OPTGROUP     option group
HTMLElementName.OPTION OPTION     (details)  selectable choice
HTMLElementName.P P    (details)  paragraph
HTMLElementName.PARAM PARAM     named property value
HTMLElementName.PRE PRE     preformatted text
HTMLElementName.Q Q     short inline quotation
HTMLElementName.S S    Dstrike-through text style
HTMLElementName.SAMP SAMP     sample program output, scripts, etc.
HTMLElementName.SCRIPT SCRIPT    script statements
HTMLElementName.SELECT SELECT    option selector
HTMLElementName.SMALL SMALL     small text style
HTMLElementName.SPAN SPAN     generic language/style container
HTMLElementName.STRIKE STRIKE    Dstrike-through text
HTMLElementName.STRONG STRONG     strong emphasis
HTMLElementName.STYLE STYLE     style info
HTMLElementName.SUB SUB     subscript
HTMLElementName.SUP SUP     superscript
HTMLElementName.TABLE TABLE     table
HTMLElementName.TBODY TBODY    (details)  table body
HTMLElementName.TD TD     (details)  table data cell
HTMLElementName.TEXTAREA TEXTAREA    multi-line text field
HTMLElementName.TFOOT TFOOT     (details)  table footer
HTMLElementName.TH TH     (details)  table header cell
HTMLElementName.THEAD THEAD     (details)  table header
HTMLElementName.TITLE TITLE     document title
HTMLElementName.TR TR     (details)  table row
HTMLElementName.TT TT     teletype or monospaced text style
HTMLElementName.U U    Dunderlined text style
HTMLElementName.UL UL     unordered list
HTMLElementName.VAR VAR     instance of a variable or program argument

See Also:   HTMLElementName
See Also:   Element



Field Summary
final static  HTMLElementNameSetEND_TAG_REQUIRED_NESTING_FORBIDDEN_SET
    


Method Summary
public static  SetgetBlockLevelElementNames()
     Returns a set containing the of all the block-level elements.

The element names contained in this set are:
HTMLElements.ADDRESS ADDRESS , HTMLElements.BLOCKQUOTE BLOCKQUOTE , HTMLElements.CENTER CENTER , HTMLElements.DIR DIR , HTMLElements.DIV DIV , HTMLElements.DL DL , HTMLElements.FIELDSET FIELDSET , HTMLElements.FORM FORM , HTMLElements.H1 H1 , HTMLElements.H2 H2 , HTMLElements.H3 H3 , HTMLElements.H4 H4 , HTMLElements.H5 H5 , HTMLElements.H6 H6 , HTMLElements.HR HR , HTMLElements.ISINDEX ISINDEX , HTMLElements.MENU MENU , HTMLElements.NOFRAMES NOFRAMES , HTMLElements.NOSCRIPT NOSCRIPT , HTMLElements.OL OL , HTMLElements.P P , HTMLElements.PRE PRE , HTMLElements.TABLE TABLE , HTMLElements.UL UL

This set is defined in the HTML 4.01 Transitional DTD, but more detailed information can be found in the HTML 4.01 specification section 7.5.3 - Block-level and inline elements and the CSS2 specification section 9.2.1 - Block-level elements and block boxes.

final static  StringgetConstantElementName(String elementName)
    
public static  SetgetDeprecatedElementNames()
     Returns a set containing the of all deprecated elements in HTML 4.01.
final public static  ListgetElementNames()
     Returns a list containing all of the .
public static  SetgetEndTagForbiddenElementNames()
     Returns a set containing the of all of the HTML elements for which the is forbidden.
public static  SetgetEndTagOptionalElementNames()
     Returns a set containing the of all of the HTML elements for which the is optional.
public static  SetgetEndTagRequiredElementNames()
     Returns a set containing the of all of the HTML elements for which the is required.
public static  SetgetInlineLevelElementNames()
     Returns a set containing the of all the inline-level elements.

The element names contained in this set are:
HTMLElements.A A , HTMLElements.ABBR ABBR , HTMLElements.ACRONYM ACRONYM , HTMLElements.APPLET APPLET , HTMLElements.B B , HTMLElements.BASEFONT BASEFONT , HTMLElements.BDO BDO , HTMLElements.BIG BIG , HTMLElements.BR BR , HTMLElements.BUTTON BUTTON , HTMLElements.CITE CITE , HTMLElements.CODE CODE , HTMLElements.DEL DEL , HTMLElements.DFN DFN , HTMLElements.EM EM , HTMLElements.FONT FONT , HTMLElements.I I , HTMLElements.IFRAME IFRAME , HTMLElements.IMG IMG , HTMLElements.INPUT INPUT , HTMLElements.INS INS , HTMLElements.KBD KBD , HTMLElements.LABEL LABEL , HTMLElements.MAP MAP , HTMLElements.OBJECT OBJECT , HTMLElements.Q Q , HTMLElements.S S , HTMLElements.SAMP SAMP , HTMLElements.SCRIPT SCRIPT , HTMLElements.SELECT SELECT , HTMLElements.SMALL SMALL , HTMLElements.SPAN SPAN , HTMLElements.STRIKE STRIKE , HTMLElements.STRONG STRONG , HTMLElements.SUB SUB , HTMLElements.SUP SUP , HTMLElements.TEXTAREA TEXTAREA , HTMLElements.TT TT , HTMLElements.U U , HTMLElements.VAR VAR

This set is defined in the HTML 4.01 Transitional DTD, but more detailed information can be found in the HTML 4.01 specification section 7.5.3 - Block-level and inline elements and the CSS2 specification section 9.2.2 - Inline-level elements and inline boxes.

public static  SetgetNestingForbiddenElementNames()
     Returns a set containing the of all of the HTML elements which should never contain elements of the same name, either as direct or indirect descendants.
public static  SetgetNonterminatingElementNames(String endTagOptionalElementName)
     Returns the of elements that do NOT implicitly terminate an HTML element with the specified name. Neither can any tag nested inside any of these elements implicitly terminate the specified element, even if it is listed as one of the or .

This method is only relevant to HTML elements for which the . It returns null if
HTMLElements.getEndTagOptionalElementNames() .contains(endTagOptionalElementName.toLowerCase())==null.
Parameters:
  endTagOptionalElementName - the of an element for which the .

public static  SetgetStartTagOptionalElementNames()
     Returns a set containing the of all of the HTML elements for which the is optional.

Elements with optional start tags must be present in the document object model (DOM) in certain locations, either forming part of the structure of the HTML document as a whole (e.g.

public static  SetgetTerminatingEndTagNames(String endTagOptionalElementName)
     Returns the of end tags that implicitly terminate an HTML element with the specified name.

This method is only relevant to HTML elements for which the . It returns null if
HTMLElements.getEndTagOptionalElementNames() .contains(endTagOptionalElementName.toLowerCase())==null.

Note that removing the tag name matching the specified element has no effect on the behaviour of the parser, as it is always assumed that a start tag is terminated by an end tag with a matching name.
Parameters:
  endTagOptionalElementName - the of an element for which the .

public static  SetgetTerminatingStartTagNames(String endTagOptionalElementName)
     Returns the of start tags that implicitly terminate an HTML element with the specified name.

This method is only relevant to HTML elements for which the . It returns null if
HTMLElements.getEndTagOptionalElementNames() .contains(endTagOptionalElementName.toLowerCase())==null.
Parameters:
  endTagOptionalElementName - the of an element for which the .

final static  HTMLElementTerminatingTagNameSetsgetTerminatingTagNameSets(String endTagOptionalElementName)
    
final static  booleanisClosingSlashIgnored(String elementName)
    

Field Detail
END_TAG_REQUIRED_NESTING_FORBIDDEN_SET
final static HTMLElementNameSet END_TAG_REQUIRED_NESTING_FORBIDDEN_SET(Code)





Method Detail
getBlockLevelElementNames
public static Set getBlockLevelElementNames()(Code)
Returns a set containing the of all the block-level elements.

The element names contained in this set are:
HTMLElements.ADDRESS ADDRESS , HTMLElements.BLOCKQUOTE BLOCKQUOTE , HTMLElements.CENTER CENTER , HTMLElements.DIR DIR , HTMLElements.DIV DIV , HTMLElements.DL DL , HTMLElements.FIELDSET FIELDSET , HTMLElements.FORM FORM , HTMLElements.H1 H1 , HTMLElements.H2 H2 , HTMLElements.H3 H3 , HTMLElements.H4 H4 , HTMLElements.H5 H5 , HTMLElements.H6 H6 , HTMLElements.HR HR , HTMLElements.ISINDEX ISINDEX , HTMLElements.MENU MENU , HTMLElements.NOFRAMES NOFRAMES , HTMLElements.NOSCRIPT NOSCRIPT , HTMLElements.OL OL , HTMLElements.P P , HTMLElements.PRE PRE , HTMLElements.TABLE TABLE , HTMLElements.UL UL

This set is defined in the HTML 4.01 Transitional DTD, but more detailed information can be found in the HTML 4.01 specification section 7.5.3 - Block-level and inline elements and the CSS2 specification section 9.2.1 - Block-level elements and block boxes.

The CSS2 display property can be used to override the normal box type of an element. a set containing the of all the block-level elements.
See Also:   HTMLElements.getInlineLevelElementNames()




getConstantElementName
final static String getConstantElementName(String elementName)(Code)



getDeprecatedElementNames
public static Set getDeprecatedElementNames()(Code)
Returns a set containing the of all deprecated elements in HTML 4.01. a set containing the of all deprecated elements in HTML 4.01.



getElementNames
final public static List getElementNames()(Code)
Returns a list containing all of the .

The returned list is in alphabetical order. a list containing of all the .




getEndTagForbiddenElementNames
public static Set getEndTagForbiddenElementNames()(Code)
Returns a set containing the of all of the HTML elements for which the is forbidden.

See the element parsing rules for HTML elements with forbidden end tags for more information.

The index of elements in the HTML 4.01 specification includes the letter 'F' in the "End Tag" column for elements whose end tag is forbidden. a set containing the of all of the HTML elements for which the is forbidden.
See Also:   HTMLElements.getEndTagOptionalElementNames()
See Also:   HTMLElements.getEndTagRequiredElementNames()




getEndTagOptionalElementNames
public static Set getEndTagOptionalElementNames()(Code)
Returns a set containing the of all of the HTML elements for which the is optional.

Elements with these names may be implicitly terminated by a subsequent or . A list of the these terminating tags, and the names of that can be nested within the element, can be found in the documentation of each relevant element in the HTMLElementName class.

See the element parsing rules for HTML elements with optional end tags for more information.

The index of elements in the HTML 4.01 specification includes the letter 'O' in the "End Tag" column for elements whose end tag is optional. a set containing the of all of the HTML elements for which the is optional.
See Also:   HTMLElements.getEndTagForbiddenElementNames()
See Also:   HTMLElements.getEndTagRequiredElementNames()




getEndTagRequiredElementNames
public static Set getEndTagRequiredElementNames()(Code)
Returns a set containing the of all of the HTML elements for which the is required.

See the element parsing rules for HTML elements with required end tags for more information.

The index of elements in the HTML 4.01 specification leaves the "End Tag" column blank for elements whose end tag is required. a set containing the of all of the HTML elements for which the is required.
See Also:   HTMLElements.getEndTagForbiddenElementNames()
See Also:   HTMLElements.getEndTagOptionalElementNames()




getInlineLevelElementNames
public static Set getInlineLevelElementNames()(Code)
Returns a set containing the of all the inline-level elements.

The element names contained in this set are:
HTMLElements.A A , HTMLElements.ABBR ABBR , HTMLElements.ACRONYM ACRONYM , HTMLElements.APPLET APPLET , HTMLElements.B B , HTMLElements.BASEFONT BASEFONT , HTMLElements.BDO BDO , HTMLElements.BIG BIG , HTMLElements.BR BR , HTMLElements.BUTTON BUTTON , HTMLElements.CITE CITE , HTMLElements.CODE CODE , HTMLElements.DEL DEL , HTMLElements.DFN DFN , HTMLElements.EM EM , HTMLElements.FONT FONT , HTMLElements.I I , HTMLElements.IFRAME IFRAME , HTMLElements.IMG IMG , HTMLElements.INPUT INPUT , HTMLElements.INS INS , HTMLElements.KBD KBD , HTMLElements.LABEL LABEL , HTMLElements.MAP MAP , HTMLElements.OBJECT OBJECT , HTMLElements.Q Q , HTMLElements.S S , HTMLElements.SAMP SAMP , HTMLElements.SCRIPT SCRIPT , HTMLElements.SELECT SELECT , HTMLElements.SMALL SMALL , HTMLElements.SPAN SPAN , HTMLElements.STRIKE STRIKE , HTMLElements.STRONG STRONG , HTMLElements.SUB SUB , HTMLElements.SUP SUP , HTMLElements.TEXTAREA TEXTAREA , HTMLElements.TT TT , HTMLElements.U U , HTMLElements.VAR VAR

This set is defined in the HTML 4.01 Transitional DTD, but more detailed information can be found in the HTML 4.01 specification section 7.5.3 - Block-level and inline elements and the CSS2 specification section 9.2.2 - Inline-level elements and inline boxes.

The CSS2 display property can be used to override the normal box type of an element.

The HTML Document Type Definitions forbid the presence of inside inline-level elements, but it is tolerated by all popular browsers in various situations, even in XHTML documents. The most notorious example of this is the common inclusion of block-level elements inside HTMLElementName.FONT FONT elements. a set containing the of all the inline-level elements.
See Also:   HTMLElements.getBlockLevelElementNames()




getNestingForbiddenElementNames
public static Set getNestingForbiddenElementNames()(Code)
Returns a set containing the of all of the HTML elements which should never contain elements of the same name, either as direct or indirect descendants. a set containing the of all of the HTML elements which should never contain elements of the same name.



getNonterminatingElementNames
public static Set getNonterminatingElementNames(String endTagOptionalElementName)(Code)
Returns the of elements that do NOT implicitly terminate an HTML element with the specified name. Neither can any tag nested inside any of these elements implicitly terminate the specified element, even if it is listed as one of the or .

This method is only relevant to HTML elements for which the . It returns null if
HTMLElements.getEndTagOptionalElementNames() .contains(endTagOptionalElementName.toLowerCase())==null.
Parameters:
  endTagOptionalElementName - the of an element for which the . the of elements that do NOT implicitly terminate an HTML element with the specified name, or null if the name does not identify an element for which the .
See Also:   HTMLElements.getTerminatingStartTagNames(String endTagOptionalElementName)
See Also:   HTMLElements.getTerminatingEndTagNames(String endTagOptionalElementName)




getStartTagOptionalElementNames
public static Set getStartTagOptionalElementNames()(Code)
Returns a set containing the of all of the HTML elements for which the is optional.

Elements with optional start tags must be present in the document object model (DOM) in certain locations, either forming part of the structure of the HTML document as a whole (e.g. the HTMLElementName.HTML HTML , HTMLElementName.HEAD HEAD , and HTMLElementName.BODY BODY elements), or forming part of the structure of a HTMLElementName.TABLE TABLE element (e.g. the HTMLElementName.TBODY TBODY element). The location of an omitted start tag in the document's object model can be inferred from the surrounding elements.

This library does not use this property in any way when parsing documents, and does not construct a document object model from the source, so no implied element is created where an optional start tag is omitted.

When the start tag has been omitted in the document text, the corresponding end tag should also be omitted.

The index of elements in the HTML 4.01 specification includes the letter 'O' in the "Start Tag" column for elements whose start tag is optional. a set containing the of all of the HTML elements for which the is optional.




getTerminatingEndTagNames
public static Set getTerminatingEndTagNames(String endTagOptionalElementName)(Code)
Returns the of end tags that implicitly terminate an HTML element with the specified name.

This method is only relevant to HTML elements for which the . It returns null if
HTMLElements.getEndTagOptionalElementNames() .contains(endTagOptionalElementName.toLowerCase())==null.

Note that removing the tag name matching the specified element has no effect on the behaviour of the parser, as it is always assumed that a start tag is terminated by an end tag with a matching name.
Parameters:
  endTagOptionalElementName - the of an element for which the . the of end tags that implicitly terminate an HTML element with the specified name, or null if the name does not identify an element for which the .
See Also:   HTMLElements.getTerminatingStartTagNames(String endTagOptionalElementName)
See Also:   HTMLElements.getNonterminatingElementNames(String endTagOptionalElementName)




getTerminatingStartTagNames
public static Set getTerminatingStartTagNames(String endTagOptionalElementName)(Code)
Returns the of start tags that implicitly terminate an HTML element with the specified name.

This method is only relevant to HTML elements for which the . It returns null if
HTMLElements.getEndTagOptionalElementNames() .contains(endTagOptionalElementName.toLowerCase())==null.
Parameters:
  endTagOptionalElementName - the of an element for which the . the of start tags that implicitly terminate an HTML element with the specified name, or null if the name does not identify an element for which the .
See Also:   HTMLElements.getTerminatingEndTagNames(String endTagOptionalElementName)
See Also:   HTMLElements.getNonterminatingElementNames(String endTagOptionalElementName)




getTerminatingTagNameSets
final static HTMLElementTerminatingTagNameSets getTerminatingTagNameSets(String endTagOptionalElementName)(Code)



isClosingSlashIgnored
final static boolean isClosingSlashIgnored(String elementName)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.