com.japisoft.dtdparser.document
Class AbstractDTDDocumentBuilder

java.lang.Object
  extended bycom.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
All Implemented Interfaces:
DTDDocumentBuilder
Direct Known Subclasses:
DefaultDTDDocumentBuilder, TraceDTDDocumentBuilder

public abstract class AbstractDTDDocumentBuilder
extends java.lang.Object
implements DTDDocumentBuilder

Abstract DTDDocumentBuilder

Version:
1.0
Author:
(c) 2002-2003 JAPISOFT

Field Summary
protected  DTDNodeFactory factory
           
protected  RootDTDNode root
           
 
Fields inherited from interface com.japisoft.dtdparser.document.DTDDocumentBuilder
CDATA_ATT_VAL, ENTITIES_ATT_VAL, ENTITY_ATT_VAL, FIXED_ATT, ID_ATT_VAL, IDREF_ATT_VAL, IMPLIED_ATT, INTERNAL_ENTITY, NMTOKEN_ATT_VAL, NMTOKENS_ATT_VAL, PUBLIC_ENTITY, REQUIRED_ATT, SYSTEM_ENTITY
 
Constructor Summary
AbstractDTDDocumentBuilder()
           
 
Method Summary
 void dump()
           
 RootDTDNode getRoot()
           
 void setNodeFactory(DTDNodeFactory factory)
          Factory for building DTDNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.japisoft.dtdparser.document.DTDDocumentBuilder
getFirstElement, notifyAttribute, notifyComment, notifyElementChoiceItem, notifyElementIncludeItem, notifyEntity, notifyOperator, notifyStartDTD, notifyStartElement, notifyStartElementChildren, notifyStopDTD, notifyStopElement, notifyStopElementChildren
 

Field Detail

factory

protected DTDNodeFactory factory

root

protected RootDTDNode root
Constructor Detail

AbstractDTDDocumentBuilder

public AbstractDTDDocumentBuilder()
Method Detail

getRoot

public RootDTDNode getRoot()
Specified by:
getRoot in interface DTDDocumentBuilder
Returns:
the root of the DTD document

setNodeFactory

public void setNodeFactory(DTDNodeFactory factory)
Description copied from interface: DTDDocumentBuilder
Factory for building DTDNode

Specified by:
setNodeFactory in interface DTDDocumentBuilder

dump

public void dump()


Copyright © 2006 JAPISoft. All Rights Reserved.