Class ADEBuilderHelper


  • public class ADEBuilderHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addADEProperty​(org.citygml4j.core.model.core.AbstractFeature feature, java.util.function.Function<org.w3c.dom.Element,​org.citygml4j.core.model.ade.ADEProperty> creator, org.xmlobjects.stream.XMLReader reader)  
      static boolean addADEProperty​(org.citygml4j.core.model.core.AbstractFeature feature, javax.xml.namespace.QName name, java.util.function.Function<org.w3c.dom.Element,​org.citygml4j.core.model.ade.ADEProperty> creator, org.xmlobjects.stream.XMLReader reader, javax.xml.namespace.QName... substitutionGroups)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ADEBuilderHelper

        public ADEBuilderHelper()
    • Method Detail

      • addADEProperty

        public static void addADEProperty​(org.citygml4j.core.model.core.AbstractFeature feature,
                                          java.util.function.Function<org.w3c.dom.Element,​org.citygml4j.core.model.ade.ADEProperty> creator,
                                          org.xmlobjects.stream.XMLReader reader)
                                   throws org.xmlobjects.builder.ObjectBuildException,
                                          org.xmlobjects.stream.XMLReadException
        Throws:
        org.xmlobjects.builder.ObjectBuildException
        org.xmlobjects.stream.XMLReadException
      • addADEProperty

        public static boolean addADEProperty​(org.citygml4j.core.model.core.AbstractFeature feature,
                                             javax.xml.namespace.QName name,
                                             java.util.function.Function<org.w3c.dom.Element,​org.citygml4j.core.model.ade.ADEProperty> creator,
                                             org.xmlobjects.stream.XMLReader reader,
                                             javax.xml.namespace.QName... substitutionGroups)
                                      throws org.xmlobjects.builder.ObjectBuildException,
                                             org.xmlobjects.stream.XMLReadException
        Throws:
        org.xmlobjects.builder.ObjectBuildException
        org.xmlobjects.stream.XMLReadException