Module org.citygml4j.xml
Class GenericAttributeSetAdapter
- java.lang.Object
-
- org.citygml4j.xml.adapter.core.AbstractGenericAttributeAdapter<org.citygml4j.core.model.generics.GenericAttributeSet>
-
- org.citygml4j.xml.adapter.generics.GenericAttributeSetAdapter
-
- All Implemented Interfaces:
org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.generics.GenericAttributeSet>,org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.generics.GenericAttributeSet>
@XMLElement(name="GenericAttributeSet",namespaceURI="http://www.opengis.net/citygml/generics/3.0") @XMLElement(name="genericAttributeSet",namespaceURI="http://www.opengis.net/citygml/generics/2.0") @XMLElement(name="genericAttributeSet",namespaceURI="http://www.opengis.net/citygml/generics/1.0") public class GenericAttributeSetAdapter extends AbstractGenericAttributeAdapter<org.citygml4j.core.model.generics.GenericAttributeSet>
-
-
Constructor Summary
Constructors Constructor Description GenericAttributeSetAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildChildObject(org.citygml4j.core.model.generics.GenericAttributeSet object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)org.xmlobjects.xml.ElementcreateElement(org.citygml4j.core.model.generics.GenericAttributeSet object, org.xmlobjects.xml.Namespaces namespaces)org.citygml4j.core.model.generics.GenericAttributeSetcreateObject(javax.xml.namespace.QName name, java.lang.Object parent)voidinitializeElement(org.xmlobjects.xml.Element element, org.citygml4j.core.model.generics.GenericAttributeSet object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)voidinitializeObject(org.citygml4j.core.model.generics.GenericAttributeSet object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)voidwriteChildElements(org.citygml4j.core.model.generics.GenericAttributeSet object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)
-
-
-
Method Detail
-
createObject
public org.citygml4j.core.model.generics.GenericAttributeSet createObject(javax.xml.namespace.QName name, java.lang.Object parent) throws org.xmlobjects.builder.ObjectBuildException- Throws:
org.xmlobjects.builder.ObjectBuildException
-
initializeObject
public void initializeObject(org.citygml4j.core.model.generics.GenericAttributeSet object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader) throws org.xmlobjects.builder.ObjectBuildException, org.xmlobjects.stream.XMLReadException- Specified by:
initializeObjectin interfaceorg.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.generics.GenericAttributeSet>- Overrides:
initializeObjectin classAbstractGenericAttributeAdapter<org.citygml4j.core.model.generics.GenericAttributeSet>- Throws:
org.xmlobjects.builder.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
buildChildObject
public void buildChildObject(org.citygml4j.core.model.generics.GenericAttributeSet object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader) throws org.xmlobjects.builder.ObjectBuildException, org.xmlobjects.stream.XMLReadException- Specified by:
buildChildObjectin interfaceorg.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.generics.GenericAttributeSet>- Overrides:
buildChildObjectin classAbstractGenericAttributeAdapter<org.citygml4j.core.model.generics.GenericAttributeSet>- Throws:
org.xmlobjects.builder.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
createElement
public org.xmlobjects.xml.Element createElement(org.citygml4j.core.model.generics.GenericAttributeSet object, org.xmlobjects.xml.Namespaces namespaces) throws org.xmlobjects.serializer.ObjectSerializeException- Throws:
org.xmlobjects.serializer.ObjectSerializeException
-
initializeElement
public void initializeElement(org.xmlobjects.xml.Element element, org.citygml4j.core.model.generics.GenericAttributeSet object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer) throws org.xmlobjects.serializer.ObjectSerializeException, org.xmlobjects.stream.XMLWriteException- Specified by:
initializeElementin interfaceorg.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.generics.GenericAttributeSet>- Overrides:
initializeElementin classAbstractGenericAttributeAdapter<org.citygml4j.core.model.generics.GenericAttributeSet>- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
writeChildElements
public void writeChildElements(org.citygml4j.core.model.generics.GenericAttributeSet object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer) throws org.xmlobjects.serializer.ObjectSerializeException, org.xmlobjects.stream.XMLWriteException- Specified by:
writeChildElementsin interfaceorg.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.generics.GenericAttributeSet>- Overrides:
writeChildElementsin classAbstractGenericAttributeAdapter<org.citygml4j.core.model.generics.GenericAttributeSet>- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
-