Searched refs:serialize (Results 1 - 25 of 53) sorted by relevance

123

/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 DElementState.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 DXHTMLSerializer.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 DSerializerFactoryImpl.java22 package com.sun.org.apache.xml.internal.serialize;
H A DDOMSerializerImpl.java21 package com.sun.org.apache.xml.internal.serialize;
473 * SERIALIZE_ERR: Unable to serialize the node. DOM applications should
511 ser.serialize((Document)wnode);
514 ser.serialize((DocumentFragment)wnode);
517 ser.serialize((Element)wnode);
524 ser.serialize(wnode);
529 "unable-to-serialize-node", null);
532 error.fType = "unable-to-serialize-node";
680 * @param node The node to serialize.
808 ser.serialize((Documen
[all...]
H A DSecuritySupport.java21 package com.sun.org.apache.xml.internal.serialize;
/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/hotspot/src/share/vm/memory/
H A Dserialize.cpp40 _ro_bts->serialize(soc, readonly_bottom, readonly_end);
41 _rw_bts->serialize(soc, readwrite_bottom, readwrite_end);
90 vmSymbols::serialize(soc);
/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/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/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/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/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/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
/openjdk7/jdk/make/common/internal/
H A DDefs-jaxp.gmk46 com/sun/org/apache/xml/internal/serialize \
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DXML_DOM_FI.java53 s.serialize(d);
/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

Completed in 49 milliseconds

123