|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jsxe.dom.completion.ElementDecl
Nested Class Summary | |
static class |
ElementDecl.AttributeDecl
|
static class |
ElementDecl.Compare
|
Field Summary | |
boolean |
any
|
CompletionInfo |
completionInfo
|
Set |
content
|
boolean |
empty
|
String |
name
|
Constructor Summary | |
ElementDecl(CompletionInfo completionInfo,
String name,
boolean empty,
boolean any,
List attributes,
Map attributeHash,
Set content)
|
|
ElementDecl(CompletionInfo completionInfo,
String name,
String content)
|
Method Summary | |
void |
addAttribute(ElementDecl.AttributeDecl attribute)
|
ElementDecl.AttributeDecl |
getAttribute(String name)
|
List |
getAttributes()
Gets all the attribute declarations for this element |
List |
getChildElements(String prefix)
|
String |
getRequiredAttributesString()
|
void |
setContent(String content)
|
String |
toString()
|
ElementDecl |
withPrefix(String prefix)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public CompletionInfo completionInfo
public String name
public boolean empty
public boolean any
public Set content
Constructor Detail |
public ElementDecl(CompletionInfo completionInfo, String name, String content)
public ElementDecl(CompletionInfo completionInfo, String name, boolean empty, boolean any, List attributes, Map attributeHash, Set content)
Method Detail |
public void setContent(String content)
public ElementDecl withPrefix(String prefix)
public List getChildElements(String prefix)
public ElementDecl.AttributeDecl getAttribute(String name)
public void addAttribute(ElementDecl.AttributeDecl attribute)
public List getAttributes()
public String getRequiredAttributesString()
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |