edu.byu.deg.osmx.binding.impl.runtime
Interface XMLSerializable
- All Known Subinterfaces:
- ValidatableObject
- All Known Implementing Classes:
- AggregationImpl, AggregationTypeImpl, AnchorImpl, AnchorTypeImpl, AssociationImpl, AssociationTypeImpl, BasicConnectionImpl, ConditionTypeImpl, ConjunctionConnectionImpl, ConjunctionConnectionTypeImpl, ConjunctionImpl, ConjunctionTypeImpl, CoOccurrenceConstraintImpl, CoOccurrenceConstraintTypeImpl, DataFrameExpressionImpl, DataFrameExpressionImpl.MatchedTextTypeImpl, DataFrameImpl, DataFrameTypeImpl, DataInstanceImpl, DataInstanceTypeImpl, DataTypeImpl, DataTypeTypeImpl, FontImpl, FontTypeImpl, GeneralConstraintImpl, GeneralizationConnectionImpl, GenSpecImpl, GenSpecTypeImpl, KeywordPhraseImpl, KeywordPhraseListImpl, KeywordPhraseListTypeImpl, KeywordPhraseTypeImpl, LexiconImpl, LexiconTypeImpl, LineImpl, LineTypeImpl, MacroImpl, MacroTypeImpl, MethodImpl, MethodListImpl, MethodListTypeImpl, MethodTypeImpl, ModelElementImpl, NoteImpl, ObjectBindingImpl, ObjectBindingTypeImpl, ObjectSetImpl, ObjectSetReferenceImpl, ObjectSetReferenceTypeImpl, ObjectSetTypeImpl, ObjectTypeImpl, OSMImpl, OSMObjectImpl, OSMTypeImpl, ParameterImpl, ParameterListImpl, ParameterListTypeImpl, ParameterTypeImpl, ParticipationConstraintImpl, ParticipationConstraintTypeImpl, PositionedTextImpl, RealTimeConstraintImpl, RealTimeConstraintTypeImpl, RelationshipImpl, RelationshipSetImpl, RelationshipSetTypeImpl, RelationshipTypeImpl, RelSetConnectionImpl, RelSetConnectionTypeImpl, SourceDocumentImpl, SourceDocumentTypeImpl, SpecializationConnectionImpl, StateImpl, StateTypeImpl, StyleImpl, StyleTypeImpl, TransitionImpl, TransitionTypeImpl, TypeSpecificationImpl, ValuePhraseImpl, ValuePhraseListImpl, ValuePhraseListTypeImpl, ValuePhraseTypeImpl
- public interface XMLSerializable
For a generated class to be serializable, it has to
implement this interface.
serializeElementBody
public void serializeElementBody(XMLSerializer target)
throws SAXException
- Serializes child elements and texts into the specified target.
- Throws:
SAXException
serializeAttributeBody
public void serializeAttributeBody(XMLSerializer target)
throws SAXException
- Serializes itself as an attribute body into the specified target.
- Throws:
SAXException
serializeAttributes
public void serializeAttributes(XMLSerializer target)
throws SAXException
- Serializes attributes into the specified target.
- Throws:
SAXException
serializeURIs
public void serializeURIs(XMLSerializer target)
throws SAXException
- Declares all the namespace URIs this object is using at
its top-level scope into the specified target.
- Throws:
SAXException