Modifier and Type | Method and Description |
---|---|
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.
|
public List getChildElements(String elementName)
elementName
- Element name.String
s).public List getElementAttributes(String elementName) throws ElementNotDefined
elementName
- The element name.String
s) 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()
Copyright © 2020. All rights reserved.