OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getserializer
(Results
1 - 7
of
7
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
SerializerSwitcher.java
85
// Serializer oldSerializer = transformer.
getSerializer
();
91
SerializerFactory.
getSerializer
(htmlProperties);
181
SerializerFactory.
getSerializer
(htmlProperties);
TransformerIdentityImpl.java
261
SerializerFactory.
getSerializer
(m_outputFormat.getProperties());
[
all
...]
TransformerImpl.java
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java
35
* The properties object passed to the
getSerializer
() method should be created by
90
public static Serializer
getSerializer
(Properties format)
Serializer.java
42
* Serializer ser = SerializerFactory.
getSerializer
(props);
69
* Serializer ser = SerializerFactory.
getSerializer
(props);
ToUnknownStream.java
987
SerializerFactory.
getSerializer
(htmlProperties);
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java
240
fXMLSerializer = SerializerFactory.
getSerializer
(configProps);
[
all
...]
Completed in 258 milliseconds