fi.iki.hsivonen.gnu.xml.aelfred2
Class XmlParser.ElementDecl

java.lang.Object
  extended by fi.iki.hsivonen.gnu.xml.aelfred2.XmlParser.ElementDecl
Enclosing class:
XmlParser

static class XmlParser.ElementDecl
extends Object


Field Summary
(package private)  HashMap<String,XmlParser.AttributeDecl> attributes
           
(package private)  String contentModel
           
(package private)  int contentType
           
 
Constructor Summary
XmlParser.ElementDecl()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentType

int contentType

contentModel

String contentModel

attributes

HashMap<String,XmlParser.AttributeDecl> attributes
Constructor Detail

XmlParser.ElementDecl

XmlParser.ElementDecl()