Uses of Class
com.openinventor.ldm.xml.SbXmlTag
-
Packages that use SbXmlTag Package Description com.openinventor.ldm.readers com.openinventor.ldm.xml -
-
Uses of SbXmlTag in com.openinventor.ldm.readers
Methods in com.openinventor.ldm.readers that return SbXmlTag Modifier and Type Method Description SbXmlTag
SoLDMReader. getXmlTag(java.lang.String tagName)
Gets the first occurrence of the XML element whose tag name is specified by tagName. -
Uses of SbXmlTag in com.openinventor.ldm.xml
Methods in com.openinventor.ldm.xml that return SbXmlTag Modifier and Type Method Description SbXmlTag
SbXmlTag. getFirstChildTag()
Returns the first XML child tag.SbXmlTag
SbXmlTag. getNextSiblingTag()
Returns the next sibling XML child.Methods in com.openinventor.ldm.xml with parameters of type SbXmlTag Modifier and Type Method Description void
SbXmlTag. setValue(SbXmlTag copyFrom)
-