jaxp/src/com/sun/org/apache/xml/internal/serializer/SerializationHandler.java
changeset 12458 d601e4bba306
parent 12457 c348e06f0e82
child 25834 aba3efbf4ec5
equal deleted inserted replaced
12457:c348e06f0e82 12458:d601e4bba306
   122      * @param expand true if DTD entities are to be expanded,
   122      * @param expand true if DTD entities are to be expanded,
   123      * false if they are to be left as DTD entity references.
   123      * false if they are to be left as DTD entity references.
   124      */
   124      */
   125     public void setDTDEntityExpansion(boolean expand);
   125     public void setDTDEntityExpansion(boolean expand);
   126 
   126 
       
   127     /**
       
   128      * Specify if the output will be treated as a standalone  property
       
   129      * @param isStandalone true if the http://www.oracle.com/xml/is-standalone is set to yes
       
   130      * @see OutputPropertiesFactory ORACLE_IS_STANDALONE
       
   131      */
       
   132     public void setIsStandalone(boolean b);
   127 
   133 
   128 }
   134 }