Searched refs:getOutputFormat (Results 1 – 11 of 11) sorted by relevance
176 public Properties getOutputFormat(); in getOutputFormat() method
101 public Properties getOutputFormat() in getOutputFormat() method in ToTextSAXHandler
170 public Properties getOutputFormat() in getOutputFormat() method in ToUnknownStream172 return m_handler.getOutputFormat(); in getOutputFormat()
63 public Properties getOutputFormat() in getOutputFormat() method in ToXMLSAXHandler
617 public Properties getOutputFormat() { in getOutputFormat() method in ToStream
120 …assertThat(shadowMediaRecorder.getOutputFormat(), not(equalTo(MediaRecorder.OutputFormat.MPEG_4))); in testOutputFormat()122 … assertThat(shadowMediaRecorder.getOutputFormat(), equalTo(MediaRecorder.OutputFormat.MPEG_4)); in testOutputFormat()
73 Properties prevProperties = transformer.getOutputFormat().getProperties(); in switchSerializerIfHTML()
723 OutputProperties props = getOutputFormat(); in getOutputProperty()754 OutputProperties props = getOutputFormat(); in getOutputPropertyNoDefault()914 return (Properties) getOutputFormat().getProperties().clone(); in getOutputProperties()933 createSerializationHandler(outputTarget, getOutputFormat()); in createSerializationHandler()1358 public OutputProperties getOutputFormat() in getOutputFormat() method in TransformerImpl
213 public int getOutputFormat() { in getOutputFormat() method in ShadowMediaRecorder
939 serializer.getOutputFormat().setProperty("version", xmlVersion); in write()1125 serializer.getOutputFormat().setProperty("version", xmlVersion); in writeToString()1229 serializer.getOutputFormat().setProperty("version", xmlVersion); in writeToURI()
219 fDOMConfigProperties = fSerializer.getOutputFormat(); in DOM3TreeWalker()