|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.basicxsd.preprocessing.PreprocessingResult
public final class PreprocessingResult
Represents a result of preprocessing.
Method Summary | |
---|---|
Element |
getElementByName(String elementName)
Returns an element reference by its name. |
List<Element> |
getGlobalElements()
Returns a list of global elements. |
Element |
getRootElement()
Returns the root element. |
boolean |
isElementGlobal(String elementName)
Decides whether a given element's type can be considered a global type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Element getElementByName(String elementName)
elementName
- Name of a desired element.
null
if the element is not present in the grammar.public boolean isElementGlobal(String elementName)
elementName
- Name of an element.public List<Element> getGlobalElements()
public Element getRootElement()
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |