com.gomjabbar.xml.doctypes.dtd
Class LeafSpecs

java.lang.Object
  |
  +--com.gomjabbar.xml.doctypes.dtd.ElementSpec
        |
        +--com.gomjabbar.xml.doctypes.dtd.LeafSpecs
All Implemented Interfaces:
ContentDescriptor, LeafDescriptor

public class LeafSpecs
extends ElementSpec
implements LeafDescriptor


Constructor Summary
LeafSpecs()
           
 
Method Summary
 java.lang.String getElementName()
           
 boolean isTextNode()
           
 org.w3c.dom.Element toDocument(org.w3c.dom.Document d)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LeafSpecs

public LeafSpecs()
Method Detail

getElementName

public java.lang.String getElementName()
Specified by:
getElementName in interface LeafDescriptor

isTextNode

public boolean isTextNode()
Specified by:
isTextNode in interface LeafDescriptor

toString

public java.lang.String toString()
Overrides:
toString in class ElementSpec

toDocument

public org.w3c.dom.Element toDocument(org.w3c.dom.Document d)
Overrides:
toDocument in class ElementSpec