private static class CBuilderXProjectWriter.PropertyWriter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private org.xml.sax.ContentHandler |
content
Content handler.
|
private org.xml.sax.helpers.AttributesImpl |
propertyAttributes
Attributes list.
|
Constructor and Description |
---|
PropertyWriter(org.xml.sax.ContentHandler contentHandler)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
write(java.lang.String category,
java.lang.String name,
java.lang.String value)
Write property element.
|
private org.xml.sax.ContentHandler content
private org.xml.sax.helpers.AttributesImpl propertyAttributes
public PropertyWriter(org.xml.sax.ContentHandler contentHandler)
contentHandler
- ContentHandler content handlerpublic final void write(java.lang.String category, java.lang.String name, java.lang.String value) throws org.xml.sax.SAXException
category
- String categoryname
- String property namevalue
- String property valueorg.xml.sax.SAXException
- if I/O error or illegal content