org.w3c.tools.resources.serialization.xml
Class XMLFastSerializer

java.lang.Object
  |
  +--org.w3c.tools.resources.serialization.xml.XMLSerializer
        |
        +--org.w3c.tools.resources.serialization.xml.XMLFastSerializer
All Implemented Interfaces:
JigXML, Serializer

public class XMLFastSerializer
extends XMLSerializer


Field Summary
protected  java.lang.Class parser_class
           
static java.lang.String PARSER_P
           
 
Fields inherited from interface org.w3c.tools.resources.serialization.xml.JigXML
ARRAY_TAG, ATTRIBUTE_TAG, CHILD_TAG, CHILDREN_TAG, CLASS_ATTR, DESCR_TAG, dtd, FLAG_ATTR, iARRAY_TAG, iATTRIBUTE_TAG, iCHILD_TAG, iCHILDREN_TAG, iCLASS_ATTR, iDESCR_TAG, idtd, iFLAG_ATTR, iIMPLEMENTS_TAG, iINHERIT_TAG, iJXML_TAG, iLENGTH_ATTR, IMPLEMENTS_TAG, iNAME_ATTR, INHERIT_TAG, ins, iNULL, iRESARRAY_TAG, iRESOURCE_TAG, iVALUE_TAG, iversion, JXML_TAG, LENGTH_ATTR, NAME_ATTR, ns, NULL, RESARRAY_TAG, RESOURCE_TAG, VALUE_TAG, version
 
Constructor Summary
XMLFastSerializer()
           
 
Methods inherited from class org.w3c.tools.resources.serialization.xml.XMLSerializer
getParser, readAttributeHolders, readAttributes, readResourceDescriptions, readResources, writeResourceDescriptions, writeResourceDescriptions, writeResources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER_P

public static final java.lang.String PARSER_P
See Also:
Constant Field Values

parser_class

protected java.lang.Class parser_class
Constructor Detail

XMLFastSerializer

public XMLFastSerializer()