|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.parser.LySAXParser
public abstract class LySAXParser
This class represents our abstract Xml Sax parser.
LyXmlNode
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static java.lang.String |
COMMENTS_END_KEY
When parsing the meta model, comments are usually ignored. |
static java.lang.String |
COMMENTS_START_KEY
When parsing the meta model, comments are usually ignored. |
static boolean |
RESOLVE_XML_ENTITIES
Indicates that the XML parser should search in the CLASSPATH for entities. |
Constructor Summary | |
---|---|
LySAXParser()
Constructs a validating SAX parser. |
|
LySAXParser(boolean validating)
Constructs a SAX parser. |
Method Summary | |
---|---|
java.lang.Object |
getRootElement()
Gets the parser root element. |
boolean |
isValidating()
Checks whether this parser is validating or not. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
public static boolean RESOLVE_XML_ENTITIES
public static java.lang.String COMMENTS_START_KEY
public static java.lang.String COMMENTS_END_KEY
Constructor Detail |
---|
public LySAXParser()
public LySAXParser(boolean validating)
validating
- indicates if the parser is validating or not.Method Detail |
---|
public java.lang.Object getRootElement()
public boolean isValidating()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |