You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2004/08/27 23:43:55 UTC

cvs commit: xml-xalan/java/src/org/apache/xml/serializer ElemDesc.java

minchau     2004/08/27 14:43:55

  Modified:    java/src/org/apache/xml/serializer ElemDesc.java
  Log:
  Added HTMLELEM constant.
  
  Revision  Changes    Path
  1.5       +4 -1      xml-xalan/java/src/org/apache/xml/serializer/ElemDesc.java
  
  Index: ElemDesc.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/serializer/ElemDesc.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ElemDesc.java	17 Feb 2004 04:18:19 -0000	1.4
  +++ ElemDesc.java	27 Aug 2004 21:43:55 -0000	1.5
  @@ -99,6 +99,9 @@
   
       /** Bit position if this element type is a header element (i.e. HEAD). */
       public static final int HEADELEM = (1 << 22);
  +    
  +    /** Bit position if this element is the "HTML" element */
  +    public static final int HTMLELEM = (1 << 23);
   
       /** Bit position if this attribute type is a URL. */
       public static final int ATTRURL = (1 << 1);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org