📄 nodetype2.java
字号:
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_controller" );
}
public org.w3c.dom.Node getAdvancedinstance_controllerCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_controller", curNode );
}
public instance_controllerType getinstance_controllerValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new instance_controllerType(curNode);
}
public instance_controllerType getinstance_controller() throws Exception
{
return getinstance_controllerAt(0);
}
public void removeinstance_controllerAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_controller", index);
}
public void removeinstance_controller() {
while (hasinstance_controller())
removeinstance_controllerAt(0);
}
public org.w3c.dom.Node addinstance_controller(instance_controllerType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "instance_controller", value);
}
public void insertinstance_controllerAt(instance_controllerType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_controller", index, value);
}
public void replaceinstance_controllerAt(instance_controllerType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_controller", index, value);
}
public static int getinstance_geometryMinCount() {
return 0;
}
public static int getinstance_geometryMaxCount() {
return Integer.MAX_VALUE;
}
public int getinstance_geometryCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_geometry");
}
public boolean hasinstance_geometry() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_geometry");
}
public instance_geometryType newinstance_geometry() {
return new instance_geometryType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "instance_geometry"));
}
public instance_geometryType getinstance_geometryAt(int index) throws Exception {
return new instance_geometryType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_geometry", index));
}
public org.w3c.dom.Node getStartinginstance_geometryCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_geometry" );
}
public org.w3c.dom.Node getAdvancedinstance_geometryCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_geometry", curNode );
}
public instance_geometryType getinstance_geometryValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new instance_geometryType(curNode);
}
public instance_geometryType getinstance_geometry() throws Exception
{
return getinstance_geometryAt(0);
}
public void removeinstance_geometryAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_geometry", index);
}
public void removeinstance_geometry() {
while (hasinstance_geometry())
removeinstance_geometryAt(0);
}
public org.w3c.dom.Node addinstance_geometry(instance_geometryType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "instance_geometry", value);
}
public void insertinstance_geometryAt(instance_geometryType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_geometry", index, value);
}
public void replaceinstance_geometryAt(instance_geometryType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_geometry", index, value);
}
public static int getinstance_lightMinCount() {
return 0;
}
public static int getinstance_lightMaxCount() {
return Integer.MAX_VALUE;
}
public int getinstance_lightCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_light");
}
public boolean hasinstance_light() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_light");
}
public InstanceWithExtra newinstance_light() {
return new InstanceWithExtra(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "instance_light"));
}
public InstanceWithExtra getinstance_lightAt(int index) throws Exception {
return new InstanceWithExtra(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_light", index));
}
public org.w3c.dom.Node getStartinginstance_lightCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_light" );
}
public org.w3c.dom.Node getAdvancedinstance_lightCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_light", curNode );
}
public InstanceWithExtra getinstance_lightValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new InstanceWithExtra(curNode);
}
public InstanceWithExtra getinstance_light() throws Exception
{
return getinstance_lightAt(0);
}
public void removeinstance_lightAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_light", index);
}
public void removeinstance_light() {
while (hasinstance_light())
removeinstance_lightAt(0);
}
public org.w3c.dom.Node addinstance_light(InstanceWithExtra value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "instance_light", value);
}
public void insertinstance_lightAt(InstanceWithExtra value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_light", index, value);
}
public void replaceinstance_lightAt(InstanceWithExtra value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_light", index, value);
}
public static int getinstance_nodeMinCount() {
return 0;
}
public static int getinstance_nodeMaxCount() {
return Integer.MAX_VALUE;
}
public int getinstance_nodeCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_node");
}
public boolean hasinstance_node() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_node");
}
public InstanceWithExtra newinstance_node() {
return new InstanceWithExtra(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "instance_node"));
}
public InstanceWithExtra getinstance_nodeAt(int index) throws Exception {
return new InstanceWithExtra(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_node", index));
}
public org.w3c.dom.Node getStartinginstance_nodeCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_node" );
}
public org.w3c.dom.Node getAdvancedinstance_nodeCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_node", curNode );
}
public InstanceWithExtra getinstance_nodeValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new InstanceWithExtra(curNode);
}
public InstanceWithExtra getinstance_node() throws Exception
{
return getinstance_nodeAt(0);
}
public void removeinstance_nodeAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_node", index);
}
public void removeinstance_node() {
while (hasinstance_node())
removeinstance_nodeAt(0);
}
public org.w3c.dom.Node addinstance_node(InstanceWithExtra value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "instance_node", value);
}
public void insertinstance_nodeAt(InstanceWithExtra value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_node", index, value);
}
public void replaceinstance_nodeAt(InstanceWithExtra value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_node", index, value);
}
public static int getnodeMinCount() {
return 0;
}
public static int getnodeMaxCount() {
return Integer.MAX_VALUE;
}
public int getnodeCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "node");
}
public boolean hasnode() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "node");
}
public nodeType2 newnode() {
return new nodeType2(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "node"));
}
public nodeType2 getnodeAt(int index) throws Exception {
return new nodeType2(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "node", index));
}
public org.w3c.dom.Node getStartingnodeCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "node" );
}
public org.w3c.dom.Node getAdvancednodeCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "node", curNode );
}
public nodeType2 getnodeValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new nodeType2(curNode);
}
public nodeType2 getnode() throws Exception
{
return getnodeAt(0);
}
public void removenodeAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "node", index);
}
public void removenode() {
while (hasnode())
removenodeAt(0);
}
public org.w3c.dom.Node addnode(nodeType2 value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "node", value);
}
public void insertnodeAt(nodeType2 value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "node", index, value);
}
public void replacenodeAt(nodeType2 value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "node", index, value);
}
public static int getextraMinCount() {
return 0;
}
public static int getextraMaxCount() {
return Integer.MAX_VALUE;
}
public int getextraCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "extra");
}
public boolean hasextra() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "extra");
}
public extraType newextra() {
return new extraType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "extra"));
}
public extraType getextraAt(int index) throws Exception {
return new extraType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "extra", index));
}
public org.w3c.dom.Node getStartingextraCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "extra" );
}
public org.w3c.dom.Node getAdvancedextraCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "extra", curNode );
}
public extraType getextraValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new extraType(curNode);
}
public extraType getextra() throws Exception
{
return getextraAt(0);
}
public void removeextraAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "extra", index);
}
public void removeextra() {
while (hasextra())
removeextraAt(0);
}
public org.w3c.dom.Node addextra(extraType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "extra", value);
}
public void insertextraAt(extraType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "extra", index, value);
}
public void replaceextraAt(extraType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "extra", index, value);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -