Class CBuilderXProjectWriter.PropertyWriter
- java.lang.Object
-
- net.sf.antcontrib.cpptasks.borland.CBuilderXProjectWriter.PropertyWriter
-
- Enclosing class:
- CBuilderXProjectWriter
private static class CBuilderXProjectWriter.PropertyWriter extends java.lang.Object
Utility class to generate property elements.
-
-
Field Summary
Fields Modifier and Type Field Description private org.xml.sax.ContentHandler
content
Content handler.private org.xml.sax.helpers.AttributesImpl
propertyAttributes
Attributes list.
-
Constructor Summary
Constructors Constructor Description PropertyWriter(org.xml.sax.ContentHandler contentHandler)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(java.lang.String category, java.lang.String name, java.lang.String value)
Write property element.
-
-
-
Method Detail
-
write
public final void write(java.lang.String category, java.lang.String name, java.lang.String value) throws org.xml.sax.SAXException
Write property element.- Parameters:
category
- String categoryname
- String property namevalue
- String property value- Throws:
org.xml.sax.SAXException
- if I/O error or illegal content
-
-