protected class LagartoParser.XmlDeclaration
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected State | 
AFTER_XML_ATTRIBUTE_NAME  | 
protected char | 
attrQuote  | 
protected State | 
BEFORE_XML_ATTRIBUTE_VALUE  | 
protected State | 
CDATA  | 
protected java.lang.CharSequence | 
encoding  | 
protected java.lang.CharSequence | 
standalone  | 
protected java.lang.CharSequence | 
version  | 
protected State | 
XML_ATTRIBUTE_VALUE  | 
protected State | 
XML_BETWEEN  | 
protected State | 
XML_CLOSE  | 
protected int | 
xmlAttrCount  | 
protected int | 
xmlAttrStartNdx  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
XmlDeclaration()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
reset()  | 
protected int xmlAttrCount
protected int xmlAttrStartNdx
protected java.lang.CharSequence version
protected java.lang.CharSequence encoding
protected java.lang.CharSequence standalone
protected char attrQuote
protected State XML_BETWEEN
protected State AFTER_XML_ATTRIBUTE_NAME
protected State BEFORE_XML_ATTRIBUTE_VALUE
protected State XML_ATTRIBUTE_VALUE
protected State XML_CLOSE
protected State CDATA
Copyright © 2003-present Jodd Team