jaxp/src/com/sun/org/apache/xml/internal/serializer/SerializerBase.java
changeset 25834 aba3efbf4ec5
parent 24888 2e493ac78624
equal deleted inserted replaced
25833:054a597b18f8 25834:aba3efbf4ec5
  1557     public String getOutputPropertyNonDefault(String name) {
  1557     public String getOutputPropertyNonDefault(String name) {
  1558         return getProp(name,false);
  1558         return getProp(name,false);
  1559     }
  1559     }
  1560 
  1560 
  1561     /**
  1561     /**
       
  1562      * Return a {@link DOM3Serializer} interface into this serializer. If the
       
  1563      * serializer does not support the {@link DOM3Serializer} interface, it should
       
  1564      * return null.
       
  1565      *
       
  1566      * @return A {@link DOM3Serializer} interface into this serializer,  or null
       
  1567      * if the serializer is not DOM capable
       
  1568      * @throws IOException An I/O exception occured
       
  1569      * @see org.apache.xml.serializer.Serializer#asDOM3Serializer()
       
  1570      */
       
  1571     public Object asDOM3Serializer() throws IOException
       
  1572     {
       
  1573         return new com.sun.org.apache.xml.internal.serializer.dom3.DOM3SerializerImpl(this);
       
  1574     }
       
  1575 
       
  1576     /**
  1562      * Get the default value of an xsl:output property,
  1577      * Get the default value of an xsl:output property,
  1563      * which would be null only if no default value exists
  1578      * which would be null only if no default value exists
  1564      * for the property.
  1579      * for the property.
  1565      */
  1580      */
  1566     public String getOutputPropertyDefault(String name) {
  1581     public String getOutputPropertyDefault(String name) {