|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.provider.gxl.GxlParser
public class GxlParser
GXL parser
Constructor Summary | |
---|---|
GxlParser()
|
Method Summary | |
---|---|
private static java.util.List<MenuItem> |
allocate(java.util.List<MenuItem> thisList,
int i)
Allocate |
private static org.w3c.dom.Element |
getFirstElementByTagName(org.w3c.dom.Element thisElement,
java.lang.String thisTagName)
Find DOM element with given tag |
private static org.w3c.dom.Element |
getFirstLevel1ElementByTagName(org.w3c.dom.Element thisElement,
java.lang.String thisTagName)
Find DOM element with given tag among first level children |
private static java.util.List<org.w3c.dom.Element> |
getLevel1ChildElementsByTagName(org.w3c.dom.Element thisElement,
java.lang.String thisTagName)
Find DOM elements with given tag among first level children |
static Model |
parseModel(java.net.URL thisUrl)
Parse model |
private static Settings |
parseSettings(org.w3c.dom.Document thisDocument)
Parse |
private static Tree |
parseTree(org.w3c.dom.Document thisDocument)
Parse tree |
static Tree |
parseTree(java.net.URL thisUrl)
Parse tree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GxlParser()
Method Detail |
---|
public static Model parseModel(java.net.URL thisUrl)
public static Tree parseTree(java.net.URL thisUrl)
private static Tree parseTree(org.w3c.dom.Document thisDocument)
private static Settings parseSettings(org.w3c.dom.Document thisDocument)
private static java.util.List<MenuItem> allocate(java.util.List<MenuItem> thisList, int i)
thisList
- menu item listi
- index
private static org.w3c.dom.Element getFirstElementByTagName(org.w3c.dom.Element thisElement, java.lang.String thisTagName)
thisElement
- starting DOM elementthisTagName
- tag
private static org.w3c.dom.Element getFirstLevel1ElementByTagName(org.w3c.dom.Element thisElement, java.lang.String thisTagName)
thisElement
- starting DOM elementthisTagName
- tag
private static java.util.List<org.w3c.dom.Element> getLevel1ChildElementsByTagName(org.w3c.dom.Element thisElement, java.lang.String thisTagName)
thisElement
- starting DOM elementthisTagName
- tag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |