com.sun.xml.bind.validator
Class SchemaDeserializer

java.lang.Object
  extended by com.sun.xml.bind.validator.SchemaDeserializer

public class SchemaDeserializer
extends java.lang.Object

Extracts a grammar from a string-encoded byte stream.

Since:
JAXB1.0

Constructor Summary
SchemaDeserializer()
           
 
Method Summary
static Grammar deserialize(java.lang.String str)
           
static Grammar deserializeCompressed(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaDeserializer

public SchemaDeserializer()
Method Detail

deserialize

public static Grammar deserialize(java.lang.String str)

deserializeCompressed

public static Grammar deserializeCompressed(java.lang.String str)