Interface MetaDataObject_impl.Serializer
-
- Enclosing class:
- MetaDataObject_impl
public static interface MetaDataObject_impl.Serializer
methods used for serializing
-
-
Method Summary
-
-
-
Method Detail
-
outputStartElement
void outputStartElement(Node node, String nameSpace, String localName, String qname, Attributes attributes) throws SAXException
- Throws:
SAXException
-
outputEndElement
void outputEndElement(Node node, String aNamespace, String localname, String qname) throws SAXException
- Throws:
SAXException
-
outputStartElementForArrayElement
void outputStartElementForArrayElement(Node node, String nameSpace, String localName, String qname, Attributes attributes) throws SAXException
- Throws:
SAXException
-
outputEndElementForArrayElement
void outputEndElementForArrayElement(Node node, String aNamespace, String localname, String qname) throws SAXException
- Throws:
SAXException
-
insertNl
void insertNl()
-
shouldBeSkipped
boolean shouldBeSkipped(PropertyXmlInfo propInfo, Object val, MetaDataObject_impl mdo)
-
startElementProperty
boolean startElementProperty()
-
deleteNodeStore
void deleteNodeStore()
-
indentChildElements
boolean indentChildElements(XmlizationInfo info, MetaDataObject_impl mdo)
-
saveAndAddNodeStore
void saveAndAddNodeStore(Node infoset)
-
addNodeStore
void addNodeStore()
-
writeDelayedStart
void writeDelayedStart(String name) throws SAXException
- Throws:
SAXException
-
writeSimpleValue
void writeSimpleValue(Object val) throws SAXException
- Throws:
SAXException
-
writeSimpleValueWithTag
void writeSimpleValueWithTag(String className, Object value, Node node) throws SAXException
- Throws:
SAXException
-
shouldEncloseInArrayElement
boolean shouldEncloseInArrayElement(Class propClass)
-
isArrayHasIndentableElements
boolean isArrayHasIndentableElements(Object array)
-
maybeStartArraySymbol
void maybeStartArraySymbol() throws SAXException
- Throws:
SAXException
-
maybeEndArraySymbol
void maybeEndArraySymbol() throws SAXException
- Throws:
SAXException
-
-