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

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

static class XmlParser.AttributeDecl
extends Object


Field Summary
(package private)  String defaultValue
           
(package private)  String enumeration
           
(package private)  String type
           
(package private)  String value
           
(package private)  int valueType
           
 
Constructor Summary
XmlParser.AttributeDecl()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

String type

value

String value

valueType

int valueType

enumeration

String enumeration

defaultValue

String defaultValue
Constructor Detail

XmlParser.AttributeDecl

XmlParser.AttributeDecl()