Uses of Class
de.iip_ecosphere.platform.configuration.opcua.parser.ElementType
-
Packages that use ElementType Package Description de.iip_ecosphere.platform.configuration.opcua.parser -
-
Uses of ElementType in de.iip_ecosphere.platform.configuration.opcua.parser
Fields in de.iip_ecosphere.platform.configuration.opcua.parser declared as ElementType Modifier and Type Field Description private ElementTypeDomParser.TypeListAndType. typeMethods in de.iip_ecosphere.platform.configuration.opcua.parser that return ElementType Modifier and Type Method Description static ElementTypeElementType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ElementType[]ElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.iip_ecosphere.platform.configuration.opcua.parser with parameters of type ElementType Modifier and Type Method Description private voidDomParser. addElement(BaseType element, ElementType type)Adds an element to the hierarchy.private voidDomParser. createElement(ElementType type, org.w3c.dom.Element element, java.lang.String id, java.lang.String displayName, java.lang.String description, java.lang.String documentation, java.util.ArrayList<FieldType> subFields, java.util.ArrayList<FieldType> objectFields, java.util.ArrayList<EnumLiteral> literals, java.util.ArrayList<DataLiteral> dataLiterals, java.lang.String typeDef, boolean optional)Creates an element.private DomParser.TypeListAndTypeDomParser. getTypeListAndTypeRootNs(java.lang.String refId, java.lang.String reference, ElementType type)Extracts the type list and type for a given root namespacerefId.private java.lang.StringDomParser. identifySpecificReference(java.lang.String reference, org.w3c.dom.Node node, ElementType type)Identifies a specific reference.private voidDomParser. retrieveAttributes(org.w3c.dom.Element element, java.util.ArrayList<FieldType> subFields, ElementType type, java.lang.String externNodeId)Retrieves the attributes and creates respective elements.private voidDomParser. retrieveAttributesForRefElement(java.util.ArrayList<FieldType> fields, java.lang.String refId, org.w3c.dom.Element refElement, ElementType elementType)Retrieves attribute for a reference element.private voidDomParser. retrieveRootElement(org.w3c.dom.Element object, ElementType type)Retrieves the root element.
-