Class PamguardXMLReader
java.lang.Object
PamController.settings.output.xml.PamguardXMLReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindSettingsForClass
(String className) getAttrString
(NamedNodeMap attrMap, String attName) modulesForClass
(String className) Find all module nodes which are for a particular parameter class.modulesForType
(String unitType) Find all module nodes which are for a particular module type.Object[]
unpackModuleNode
(ModuleNode moduleNode) Unpack a module node, creating a class and settings it's data.unpackSettingsNode
(Node settingsNode)
-
Constructor Details
-
PamguardXMLReader
-
PamguardXMLReader
-
-
Method Details
-
unpackModuleNode
Unpack a module node, creating a class and settings it's data. -
unpackSettingsNode
-
modulesForClass
Find all module nodes which are for a particular parameter class.- Parameters:
className
-- Returns:
- module nodes
-
findSettingsForClass
-
modulesForType
Find all module nodes which are for a particular module type.- Parameters:
unitType
- PAMGuard unit type- Returns:
- module nodes
-
getAttrString
-
getModuleNodes
- Returns:
- the moduleNodes
-