|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.generator.ConfigurableImpl de.ispsoft.jaxme.generator.SchemaReaderImpl de.ispsoft.jaxme.generator.dtd.DTDSchemaReader
A SchemaReader reading a DTD (Document Type Declaration).
Constructor Summary | |
DTDSchemaReader()
Constructor for DTDSchemaReader. |
Method Summary | |
protected SchemaComplexElement |
createSchema(Schema pSchema,
DTDElement pDtdElement,
java.util.List pStack)
|
protected void |
createSchema(Schema pSchema,
java.util.List pDeclarations)
|
protected void |
getInfo(SchemaElement pElement,
DTDObject pDtdElement)
|
java.lang.String |
getTemporaryElement()
Returns the name of the RootNodeReaders invisible element node. |
Schema |
parse(org.xml.sax.InputSource pSource)
Reads and parses a DTD from the given Reader pReader. |
protected void |
removeEmptyElements(java.util.List pDeclarations)
Creates the Schema which has been read by the DTDSchemaHandler. |
void |
setTemporaryElement(java.lang.String pTemporaryElement)
Sets the name of the RootNodeReaders invisible element node. |
Methods inherited from class de.ispsoft.jaxme.generator.SchemaReaderImpl |
getGenerator, parse, setGenerator |
Methods inherited from class de.ispsoft.jaxme.generator.ConfigurableImpl |
getOption, getOptions, getOptionValue, setOption |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.ispsoft.jaxme.generator.Configurable |
getOption, getOptions, getOptionValue, setOption |
Constructor Detail |
public DTDSchemaReader()
Method Detail |
protected void removeEmptyElements(java.util.List pDeclarations)
Creates the Schema which has been read by the DTDSchemaHandler.
protected void getInfo(SchemaElement pElement, DTDObject pDtdElement)
protected SchemaComplexElement createSchema(Schema pSchema, DTDElement pDtdElement, java.util.List pStack) throws SchemaException
SchemaException
protected void createSchema(Schema pSchema, java.util.List pDeclarations) throws SchemaException
SchemaException
public Schema parse(org.xml.sax.InputSource pSource) throws java.lang.Exception
Reads and parses a DTD from the given Reader pReader.
parse
in interface SchemaReader
parse
in class SchemaReaderImpl
java.lang.Exception
public void setTemporaryElement(java.lang.String pTemporaryElement)
Sets the name of the RootNodeReaders invisible element node. Must be different from any other element name.
public java.lang.String getTemporaryElement()
Returns the name of the RootNodeReaders invisible element node. Must be different from any other element name.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |