|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.dtd.DTDStore.DTDObjectContainer
public static class DTDStore.DTDObjectContainer
Container class for the underlying DTD implementation.
We're trying to hide the underlying implementation in the belief that it will probably change in the future.
| Method Summary | |
|---|---|
String[] |
getAnyElements()
Get the list of DTD elements whose content spec is defined as being ANY. |
List |
getChildElements(String elementName)
Get the child elements for the named element. |
List |
getElementAttributes(String elementName)
Get the defined element attributes for the named element. |
String[] |
getEmptyElements()
Get the list of DTD elements whose content spec is defined as being EMPTY. |
String[] |
getMixedElements()
Get the list of DTD elements whose content spec is defined as being MIXED. |
String[] |
getNonAnyElements()
Get the list of DTD elements whose content spec is not defined as being ANY. |
String[] |
getNonEmptyElements()
Get the list of DTD elements whose content spec is not defined as being EMPTY. |
String[] |
getNonMixedElements()
Get the list of DTD elements whose content spec is not defined as being MIXED. |
String[] |
getNonPCDataElements()
Get the list of DTD elements whose content spec is defined as being #PCDATA. |
String[] |
getPCDataElements()
Get the list of DTD elements whose content spec is defined as being #PCDATA. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public List getChildElements(String elementName)
elementName - Element name.
Strings).
public List getElementAttributes(String elementName)
throws ElementNotDefined
elementName - The element name.
Strings) for the named element.
ElementNotDefined - Element not defined. Calls shouldn't be made to this
function for undefined elements.public String[] getEmptyElements()
public String[] getNonEmptyElements()
public String[] getAnyElements()
public String[] getNonAnyElements()
public String[] getMixedElements()
public String[] getNonMixedElements()
public String[] getPCDataElements()
public String[] getNonPCDataElements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||