Searched defs:serialize (Results 1 - 25 of 43) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializer.java22 package com.sun.org.apache.xml.internal.serialize;
47 * @param elem The element to serialize
51 public void serialize( Element elem ) method in interface:DOMSerializer
59 * @param doc The document to serialize
63 public void serialize( Document doc ) method in interface:DOMSerializer
71 * @param frag The document fragment to serialize
75 public void serialize( DocumentFragment frag ) method in interface:DOMSerializer
H A DLineSeparator.java22 package com.sun.org.apache.xml.internal.serialize;
H A DMethod.java22 package com.sun.org.apache.xml.internal.serialize;
H A DSerializer.java22 package com.sun.org.apache.xml.internal.serialize;
37 * To serialize a document using SAX events, create a compatible serializer
44 * To serialize a DOM document or DOM element, create a compatible
46 * DOMSerializer#serialize(Document)} or {@link DOMSerializer#serialize(Element)} methods.
52 * to serialize the document based on the specified method. If the output
H A DSerializerFactoryImpl.java22 package com.sun.org.apache.xml.internal.serialize;
H A DXHTMLSerializer.java22 package com.sun.org.apache.xml.internal.serialize;
H A DElementState.java22 package com.sun.org.apache.xml.internal.serialize;
H A DEncodings.java22 package com.sun.org.apache.xml.internal.serialize;
H A DSerializerFactory.java22 package com.sun.org.apache.xml.internal.serialize;
43 public static final String FactoriesProperty = "com.sun.org.apache.xml.internal.serialize.factories";
H A DSecuritySupport.java21 package com.sun.org.apache.xml.internal.serialize;
H A DTextSerializer.java28 package com.sun.org.apache.xml.internal.serialize;
50 * by calling {@link #serialize} and SAX serializing is done by firing
120 // If the first root element in the document, serialize
223 * Called to serialize the document's DOCTYPE by the root element.
226 * will serialize the document type declaration, and will serialize all
239 // Always serialize these, even if not te first root element.
245 * Called to serialize a DOM element. Equivalent to calling {@link
261 // If the first root element in the document, serialize
277 // If element has children, then serialize the
[all...]
H A DEncodingInfo.java21 package com.sun.org.apache.xml.internal.serialize;
H A DHTMLSerializer.java37 package com.sun.org.apache.xml.internal.serialize;
67 * by calling {@link #serialize} and SAX serializing is done by firing
77 * boundaries, indent lines, and serialize elements on separate
217 // If the first root element in the document, serialize
276 // For each attribute serialize it's name and value as one part,
497 // If the first root element in the document, serialize
528 // For each attribute serialize it's name and value as one part,
617 * Called to serialize the document's DOCTYPE by the root element.
623 * will serialize the document type declaration, and will serialize al
[all...]
H A DIndentPrinter.java22 package com.sun.org.apache.xml.internal.serialize;
/openjdk7/jdk/test/javax/management/descriptor/
H A DImmutableDescriptorSerialTest.java48 if (serialize(ImmutableDescriptor.EMPTY_DESCRIPTOR) !=
58 Descriptor d1 = serialize(d);
79 private static <T> T serialize(T x) throws Exception { method in class:ImmutableDescriptorSerialTest
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DDOMSerializer.java48 * dser.serialize(doc);
64 * @param node the DOM node to serialize
67 public void serialize(Node node) throws IOException; method in interface:DOMSerializer
H A DSerializationHandler.java74 public void serialize(Node node) throws IOException; method in interface:SerializationHandler
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest4165217.java55 return (JColorChooser) deserialize(serialize(chooser));
65 private static byte[] serialize(Object object) throws IOException { method in class:Test4165217
/openjdk7/jdk/test/java/io/Serializable/evolution/RenamePackage/install/
H A DSerialDriver.java57 static boolean serialize; field in class:SerialDriver
69 * The ability to deserialize or serialize allows
76 serialize = true;
87 if (serialize) {
136 System.out.println(" -s (in order to serialize)");
/openjdk7/jdk/test/java/io/Serializable/evolution/RenamePackage/test/
H A DSerialDriver.java55 static boolean serialize = false; field in class:SerialDriver
66 * The ability to deserialize or serialize allows
73 serialize = true;
84 if (serialize) {
132 System.out.println(" -s (in order to serialize)");
/openjdk7/jdk/test/java/nio/file/etc/
H A DExceptions.java55 exc = (FileSystemException)deserialize(serialize(exc));
83 exc = (DirectoryIteratorException)deserialize(serialize(exc));
91 deserialize(serialize(exc));
97 deserialize(serialize(exc));
113 static byte[] serialize(Object o) throws IOException { method in class:Exceptions
/openjdk7/jdk/test/sun/util/calendar/
H A DBug6653944.java40 Calendar deserialized = (Calendar) deserialize(serialize(buddhist));
73 private static byte[] serialize(Serializable obj) throws Exception { method in class:Bug6653944
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentSerializer.java45 * Instantiate this serializer to serialize a fast infoset document in accordance
54 * @param n the node to serialize.
56 public final void serialize(Node n) throws IOException { method in class:DOMDocumentSerializer
59 serialize((Document)n);
76 * @param d the document to serialize.
78 public final void serialize(Document d) throws IOException { method in class:DOMDocumentSerializer
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTestSerialization.java51 serialize(file, create());
54 byte[] array = serialize(create());
143 private static void serialize(String file, PropertyChangeSupport pcs) throws Exception { method in class:TestSerialization
155 private static byte[] serialize(PropertyChangeSupport pcs) throws Exception { method in class:TestSerialization
/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTestSerialization.java51 serialize(file, create());
54 byte[] array = serialize(create());
143 private static void serialize(String file, VetoableChangeSupport vcs) throws Exception { method in class:TestSerialization
155 private static byte[] serialize(VetoableChangeSupport vcs) throws Exception { method in class:TestSerialization

Completed in 118 milliseconds

12