Home | History | Annotate | Download | only in serializer

Lines Matching refs:Properties

31 import java.util.Properties;
463 val = Encodings.DEFAULT_MIME_ENCODING; // to store the modified value into the properties a little later
561 public void setOutputFormat(Properties format)
593 // get default properties.
617 public Properties getOutputFormat() {
618 Properties def = new Properties();
629 Properties props = new Properties(def);
701 * The encoding specified in the output properties is used, or
2707 * Searches for the list of qname properties with the specified key in the
2713 * @param props the list of properties to search in.
2722 private void setCdataSectionElements(String key, Properties props)