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

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

static class XmlParser.EntityInfo
extends Object


Field Summary
(package private)  XmlParser.ExternalIdentifiers ids
           
(package private)  String notationName
           
(package private)  int type
           
(package private)  String value
           
 
Constructor Summary
XmlParser.EntityInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

int type

ids

XmlParser.ExternalIdentifiers ids

value

String value

notationName

String notationName
Constructor Detail

XmlParser.EntityInfo

XmlParser.EntityInfo()