public class NARSetContext extends ElementContext
Constructor and Description |
---|
NARSetContext() |
Modifier and Type | Method and Description |
---|---|
void |
add_nar(ElementContext e) |
org.xml.sax.Attributes |
getAttributes() |
static ElementContextFactory |
getFactory() |
java.util.List |
getNARs() |
void |
setNARs(java.util.List NARs) |
void |
setSchemaLocation(java.lang.String location) |
void |
writeContent(XMLWriter writer,
NamedContextFactory factory) |
addChild, characters, end, getElementName, setElementName, write
public void setSchemaLocation(java.lang.String location)
public static ElementContextFactory getFactory()
public org.xml.sax.Attributes getAttributes()
getAttributes
in class ElementContext
public java.util.List getNARs()
public void setNARs(java.util.List NARs)
public void add_nar(ElementContext e)
public void writeContent(XMLWriter writer, NamedContextFactory factory) throws org.xml.sax.SAXException
writeContent
in class ElementContext
org.xml.sax.SAXException