public class SbXmlTag extends Inventor
Let's suppose the following XML text appears in the LDM file header: Output:
The following code will produce the output below:
Inventor.ConstructorCommandVERBOSE_LEVEL, ZeroHandle| Modifier and Type | Method and Description |
|---|---|
boolean |
exist()
Indicates if this XML tag is valid.
|
SbXmlTag |
getFirstChildTag()
Returns the first XML child tag.
|
java.lang.String |
getName()
Returns the name of the XML tag.
|
SbXmlTag |
getNextSiblingTag()
Returns the next sibling XML child.
|
java.lang.String |
getText()
Returns the text associated with the XML tag.
|
void |
setValue(SbXmlTag copyFrom) |
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic boolean exist()
public void setValue(SbXmlTag copyFrom)
public SbXmlTag getFirstChildTag()
public SbXmlTag getNextSiblingTag()
public java.lang.String getName()
public java.lang.String getText()
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com