- addAttribute(String, boolean) - Method in class cdc.util.xml.XmlWriter
-
Adds a boolean attribute to current element.
- addAttribute(String, byte) - Method in class cdc.util.xml.XmlWriter
-
Adds a byte attribute to current element.
- addAttribute(String, char) - Method in class cdc.util.xml.XmlWriter
-
Adds a char attribute to current element.
- addAttribute(String, double) - Method in class cdc.util.xml.XmlWriter
-
Adds a double attribute to current element.
- addAttribute(String, float) - Method in class cdc.util.xml.XmlWriter
-
Adds a float attribute to current element.
- addAttribute(String, int) - Method in class cdc.util.xml.XmlWriter
-
Adds an int attribute to current element.
- addAttribute(String, long) - Method in class cdc.util.xml.XmlWriter
-
Adds a long attribute to current element.
- addAttribute(String, short) - Method in class cdc.util.xml.XmlWriter
-
Adds a short attribute to current element.
- addAttribute(String, Object) - Method in class cdc.util.xml.XmlWriter
-
Adds an Object attribute to current element.
- addAttribute(String, String) - Method in class cdc.util.xml.XmlWriter
-
Adds a String attribute to current element.
- addCData(String) - Method in class cdc.util.xml.XmlWriter
-
Inserts a CData section with a content.
- addCDataContent(String) - Method in class cdc.util.xml.XmlWriter
-
Adds content to current CData.
- addComment(String) - Method in class cdc.util.xml.XmlWriter
-
Inserts a comment section with a content.
- addCommentContent(String) - Method in class cdc.util.xml.XmlWriter
-
Adds content to current comment.
- addDefaultNamespace(String) - Method in class cdc.util.xml.XmlWriter
-
- addElement(String, String) - Method in class cdc.util.xml.XmlWriter
-
- addElementContent(String) - Method in class cdc.util.xml.XmlWriter
-
- addElementIfNonEmpty(String, String) - Method in class cdc.util.xml.XmlWriter
-
- addNamespace(String, String) - Method in class cdc.util.xml.XmlWriter
-
Adds a namespace declaration.
- addProcessingInstruction(String, String) - Method in class cdc.util.xml.XmlWriter
-
- addProcessingInstructionContent(String) - Method in class cdc.util.xml.XmlWriter
-
- addStyleSheet(String) - Method in class cdc.util.xml.XmlWriter
-
Helper function used to insert a StyleSheet Processing Instruction.
- APPEND_FINAL_EOL - cdc.util.xml.XmlWriter.Feature
-
If set, and PRETTY_PRINT is also enabled, appends EOL on last line.
- ATTRIBUTE_DOUBLE_QUOTE - cdc.util.xml.XmlUtil.Context
-
- ATTRIBUTE_SINGLE_QUOTE - cdc.util.xml.XmlUtil.Context
-