📄 effecttype.java
字号:
}
public org.w3c.dom.Node getAdvancedimageCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "image", curNode );
}
public imageType getimageValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new imageType(curNode);
}
public imageType getimage() throws Exception
{
return getimageAt(0);
}
public void removeimageAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "image", index);
}
public void removeimage() {
while (hasimage())
removeimageAt(0);
}
public org.w3c.dom.Node addimage(imageType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "image", value);
}
public void insertimageAt(imageType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "image", index, value);
}
public void replaceimageAt(imageType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "image", index, value);
}
public static int getnewparamMinCount() {
return 0;
}
public static int getnewparamMaxCount() {
return Integer.MAX_VALUE;
}
public int getnewparamCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "newparam");
}
public boolean hasnewparam() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "newparam");
}
public fx_newparam_common newnewparam() {
return new fx_newparam_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "newparam"));
}
public fx_newparam_common getnewparamAt(int index) throws Exception {
return new fx_newparam_common(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "newparam", index));
}
public org.w3c.dom.Node getStartingnewparamCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "newparam" );
}
public org.w3c.dom.Node getAdvancednewparamCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "newparam", curNode );
}
public fx_newparam_common getnewparamValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new fx_newparam_common(curNode);
}
public fx_newparam_common getnewparam() throws Exception
{
return getnewparamAt(0);
}
public void removenewparamAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "newparam", index);
}
public void removenewparam() {
while (hasnewparam())
removenewparamAt(0);
}
public org.w3c.dom.Node addnewparam(fx_newparam_common value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "newparam", value);
}
public void insertnewparamAt(fx_newparam_common value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "newparam", index, value);
}
public void replacenewparamAt(fx_newparam_common value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "newparam", index, value);
}
public static int getprofile_GLESMinCount() {
return 1;
}
public static int getprofile_GLESMaxCount() {
return Integer.MAX_VALUE;
}
public int getprofile_GLESCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLES");
}
public boolean hasprofile_GLES() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLES");
}
public profile_GLESType newprofile_GLES() {
return new profile_GLESType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "profile_GLES"));
}
public profile_GLESType getprofile_GLESAt(int index) throws Exception {
return new profile_GLESType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLES", index));
}
public org.w3c.dom.Node getStartingprofile_GLESCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLES" );
}
public org.w3c.dom.Node getAdvancedprofile_GLESCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLES", curNode );
}
public profile_GLESType getprofile_GLESValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new profile_GLESType(curNode);
}
public profile_GLESType getprofile_GLES() throws Exception
{
return getprofile_GLESAt(0);
}
public void removeprofile_GLESAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLES", index);
}
public void removeprofile_GLES() {
while (hasprofile_GLES())
removeprofile_GLESAt(0);
}
public org.w3c.dom.Node addprofile_GLES(profile_GLESType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "profile_GLES", value);
}
public void insertprofile_GLESAt(profile_GLESType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "profile_GLES", index, value);
}
public void replaceprofile_GLESAt(profile_GLESType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "profile_GLES", index, value);
}
public static int getprofile_COMMONMinCount() {
return 1;
}
public static int getprofile_COMMONMaxCount() {
return Integer.MAX_VALUE;
}
public int getprofile_COMMONCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_COMMON");
}
public boolean hasprofile_COMMON() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_COMMON");
}
public profile_COMMONType newprofile_COMMON() {
return new profile_COMMONType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "profile_COMMON"));
}
public profile_COMMONType getprofile_COMMONAt(int index) throws Exception {
return new profile_COMMONType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_COMMON", index));
}
public org.w3c.dom.Node getStartingprofile_COMMONCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_COMMON" );
}
public org.w3c.dom.Node getAdvancedprofile_COMMONCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_COMMON", curNode );
}
public profile_COMMONType getprofile_COMMONValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new profile_COMMONType(curNode);
}
public profile_COMMONType getprofile_COMMON() throws Exception
{
return getprofile_COMMONAt(0);
}
public void removeprofile_COMMONAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_COMMON", index);
}
public void removeprofile_COMMON() {
while (hasprofile_COMMON())
removeprofile_COMMONAt(0);
}
public org.w3c.dom.Node addprofile_COMMON(profile_COMMONType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "profile_COMMON", value);
}
public void insertprofile_COMMONAt(profile_COMMONType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "profile_COMMON", index, value);
}
public void replaceprofile_COMMONAt(profile_COMMONType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "profile_COMMON", index, value);
}
public static int getprofile_CGMinCount() {
return 1;
}
public static int getprofile_CGMaxCount() {
return Integer.MAX_VALUE;
}
public int getprofile_CGCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_CG");
}
public boolean hasprofile_CG() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_CG");
}
public profile_CGType newprofile_CG() {
return new profile_CGType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "profile_CG"));
}
public profile_CGType getprofile_CGAt(int index) throws Exception {
return new profile_CGType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_CG", index));
}
public org.w3c.dom.Node getStartingprofile_CGCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_CG" );
}
public org.w3c.dom.Node getAdvancedprofile_CGCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_CG", curNode );
}
public profile_CGType getprofile_CGValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new profile_CGType(curNode);
}
public profile_CGType getprofile_CG() throws Exception
{
return getprofile_CGAt(0);
}
public void removeprofile_CGAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_CG", index);
}
public void removeprofile_CG() {
while (hasprofile_CG())
removeprofile_CGAt(0);
}
public org.w3c.dom.Node addprofile_CG(profile_CGType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "profile_CG", value);
}
public void insertprofile_CGAt(profile_CGType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "profile_CG", index, value);
}
public void replaceprofile_CGAt(profile_CGType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "profile_CG", index, value);
}
public static int getprofile_GLSLMinCount() {
return 1;
}
public static int getprofile_GLSLMaxCount() {
return Integer.MAX_VALUE;
}
public int getprofile_GLSLCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLSL");
}
public boolean hasprofile_GLSL() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLSL");
}
public profile_GLSLType newprofile_GLSL() {
return new profile_GLSLType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "profile_GLSL"));
}
public profile_GLSLType getprofile_GLSLAt(int index) throws Exception {
return new profile_GLSLType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLSL", index));
}
public org.w3c.dom.Node getStartingprofile_GLSLCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLSL" );
}
public org.w3c.dom.Node getAdvancedprofile_GLSLCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLSL", curNode );
}
public profile_GLSLType getprofile_GLSLValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new profile_GLSLType(curNode);
}
public profile_GLSLType getprofile_GLSL() throws Exception
{
return getprofile_GLSLAt(0);
}
public void removeprofile_GLSLAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "profile_GLSL", index);
}
public void removeprofile_GLSL() {
while (hasprofile_GLSL())
removeprofile_GLSLAt(0);
}
public org.w3c.dom.Node addprofile_GLSL(profile_GLSLType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "profile_GLSL", value);
}
public void insertprofile_GLSLAt(profile_GLSLType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "profile_GLSL", index, value);
}
public void replaceprofile_GLSLAt(profile_GLSLType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "profile_GLSL", 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 + -