Java Doc for ElemDesc.java in  » XML » xalan » org » apache » xml » serializer » 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 » XML » xalan » org.apache.xml.serializer 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.xml.serializer.ElemDesc

ElemDesc
final public class ElemDesc (Code)
This class has a series of flags (bit values) that describe an HTML element This class is public because XSLTC uses it, it is not a public API.


Field Summary
final static  intASPECIAL
     Bit position if this element type is ???.
final public static  intATTREMPTY
     Bit position if this attribute type is an empty type.
final public static  intATTRURL
     Bit position if this attribute type is a URL.
final static  intBLOCK
     Bit position if this element type is a block.
final static  intBLOCKFORM
     Bit position if this element type is a block form.
final static  intBLOCKFORMFIELDSET
     Bit position if this element type is a block form field set.
final static  intEMPTY
     Bit position if this element type is empty.
final static  intFONTSTYLE
     Bit position if this element type is a font style.
final static  intFORMCTRL
     Bit position if this element type is a form control.
final static  intHEAD
     Bit position if this element type is a head element (i.e.
final static  intHEADELEM
     Bit position if this element type is a header element (i.e.
final static  intHEADMISC
     Bit position if this element type is an odd header element.
final static  intINLINELABEL
     Bit position if this element type is an inline label.
final static  intLIST
     Bit position if this element type is a list.
final static  intPHRASE
     Bit position if this element type is a phrase.
final static  intPREFORMATTED
     Bit position if this element type is a preformatted type.
final static  intRAW
     Bit position if this element type is should be raw characters.
final static  intSPECIAL
     Bit position if this element type is ???.
final static  intWHITESPACESENSITIVE
     Bit position if this element type is whitespace sensitive.

Constructor Summary
 ElemDesc(int flags)
     Construct an ElemDesc from a set of bit flags.

Method Summary
 intgetFlags()
    
public  booleanisAttrFlagSet(String name, int flags)
     Tell if any of the bits of interest are set for a named attribute type.
Parameters:
  name - non-null reference to attribute name, in any case.
Parameters:
  flags - flag mask.
 voidsetAttr(String name, int flags)
     Set an attribute name and it's bit properties.

Field Detail
ASPECIAL
final static int ASPECIAL(Code)
Bit position if this element type is ???.



ATTREMPTY
final public static int ATTREMPTY(Code)
Bit position if this attribute type is an empty type.



ATTRURL
final public static int ATTRURL(Code)
Bit position if this attribute type is a URL.



BLOCK
final static int BLOCK(Code)
Bit position if this element type is a block.



BLOCKFORM
final static int BLOCKFORM(Code)
Bit position if this element type is a block form.



BLOCKFORMFIELDSET
final static int BLOCKFORMFIELDSET(Code)
Bit position if this element type is a block form field set.



EMPTY
final static int EMPTY(Code)
Bit position if this element type is empty.



FONTSTYLE
final static int FONTSTYLE(Code)
Bit position if this element type is a font style.



FORMCTRL
final static int FORMCTRL(Code)
Bit position if this element type is a form control.



HEAD
final static int HEAD(Code)
Bit position if this element type is a head element (i.e. H1, H2, etc.)



HEADELEM
final static int HEADELEM(Code)
Bit position if this element type is a header element (i.e. HEAD).



HEADMISC
final static int HEADMISC(Code)
Bit position if this element type is an odd header element.



INLINELABEL
final static int INLINELABEL(Code)
Bit position if this element type is an inline label.



LIST
final static int LIST(Code)
Bit position if this element type is a list.



PHRASE
final static int PHRASE(Code)
Bit position if this element type is a phrase.



PREFORMATTED
final static int PREFORMATTED(Code)
Bit position if this element type is a preformatted type.



RAW
final static int RAW(Code)
Bit position if this element type is should be raw characters.



SPECIAL
final static int SPECIAL(Code)
Bit position if this element type is ???.



WHITESPACESENSITIVE
final static int WHITESPACESENSITIVE(Code)
Bit position if this element type is whitespace sensitive.




Constructor Detail
ElemDesc
ElemDesc(int flags)(Code)
Construct an ElemDesc from a set of bit flags.
Parameters:
  flags - Bit flags that describe the basic properties of this element type.




Method Detail
getFlags
int getFlags()(Code)



isAttrFlagSet
public boolean isAttrFlagSet(String name, int flags)(Code)
Tell if any of the bits of interest are set for a named attribute type.
Parameters:
  name - non-null reference to attribute name, in any case.
Parameters:
  flags - flag mask. true if any of the flags are set for the named attribute.



setAttr
void setAttr(String name, int flags)(Code)
Set an attribute name and it's bit properties.
Parameters:
  name - non-null name of attribute, in upper case.
Parameters:
  flags - flag bits.



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.