📄 fx_surface_init_planar_common.java
字号:
/**
* fx_surface_init_planar_common.java
*
* This file was generated by XMLSpy 2007sp2 Enterprise Edition.
*
* YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
* OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
*
* Refer to the XMLSpy Documentation for further details.
* http://www.altova.com/xmlspy
*/
package com.jmex.model.collada.schema;
public class fx_surface_init_planar_common extends com.jmex.xml.xml.Node {
public fx_surface_init_planar_common(fx_surface_init_planar_common node) {
super(node);
}
public fx_surface_init_planar_common(org.w3c.dom.Node node) {
super(node);
}
public fx_surface_init_planar_common(org.w3c.dom.Document doc) {
super(doc);
}
public fx_surface_init_planar_common(com.jmex.xml.xml.Document doc, String namespaceURI, String prefix, String name) {
super(doc, namespaceURI, prefix, name);
}
public void adjustPrefix() {
for ( org.w3c.dom.Node tmpNode = getDomFirstChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "all" );
tmpNode != null;
tmpNode = getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "all", tmpNode )
) {
internalAdjustPrefix(tmpNode, true);
new allType3(tmpNode).adjustPrefix();
}
}
public void setXsiType() {
org.w3c.dom.Element el = (org.w3c.dom.Element) domNode;
el.setAttributeNS("http://www.w3.org/2001/XMLSchema-instance", "xsi:type", "fx_surface_init_planar_common");
}
public static int getallMinCount() {
return 1;
}
public static int getallMaxCount() {
return 1;
}
public int getallCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "all");
}
public boolean hasall() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "all");
}
public allType3 newall() {
return new allType3(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "all"));
}
public allType3 getallAt(int index) throws Exception {
return new allType3(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "all", index));
}
public org.w3c.dom.Node getStartingallCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "all" );
}
public org.w3c.dom.Node getAdvancedallCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "all", curNode );
}
public allType3 getallValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new allType3(curNode);
}
public allType3 getall() throws Exception
{
return getallAt(0);
}
public void removeallAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "all", index);
}
public void removeall() {
removeallAt(0);
}
public org.w3c.dom.Node addall(allType3 value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "all", value);
}
public void insertallAt(allType3 value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "all", index, value);
}
public void replaceallAt(allType3 value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "all", index, value);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -