📄 sourcetype.java
字号:
public void replaceIDREF_arrayAt(IDREF_arrayType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "IDREF_array", index, value);
}
public static int getName_arrayMinCount() {
return 1;
}
public static int getName_arrayMaxCount() {
return 1;
}
public int getName_arrayCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "Name_array");
}
public boolean hasName_array() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "Name_array");
}
public Name_arrayType newName_array() {
return new Name_arrayType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "Name_array"));
}
public Name_arrayType getName_arrayAt(int index) throws Exception {
return new Name_arrayType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "Name_array", index));
}
public org.w3c.dom.Node getStartingName_arrayCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "Name_array" );
}
public org.w3c.dom.Node getAdvancedName_arrayCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "Name_array", curNode );
}
public Name_arrayType getName_arrayValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new Name_arrayType(curNode);
}
public Name_arrayType getName_array() throws Exception
{
return getName_arrayAt(0);
}
public void removeName_arrayAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "Name_array", index);
}
public void removeName_array() {
removeName_arrayAt(0);
}
public org.w3c.dom.Node addName_array(Name_arrayType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "Name_array", value);
}
public void insertName_arrayAt(Name_arrayType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "Name_array", index, value);
}
public void replaceName_arrayAt(Name_arrayType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "Name_array", index, value);
}
public static int getbool_arrayMinCount() {
return 1;
}
public static int getbool_arrayMaxCount() {
return 1;
}
public int getbool_arrayCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool_array");
}
public boolean hasbool_array() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool_array");
}
public bool_arrayType newbool_array() {
return new bool_arrayType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "bool_array"));
}
public bool_arrayType getbool_arrayAt(int index) throws Exception {
return new bool_arrayType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool_array", index));
}
public org.w3c.dom.Node getStartingbool_arrayCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool_array" );
}
public org.w3c.dom.Node getAdvancedbool_arrayCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "bool_array", curNode );
}
public bool_arrayType getbool_arrayValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new bool_arrayType(curNode);
}
public bool_arrayType getbool_array() throws Exception
{
return getbool_arrayAt(0);
}
public void removebool_arrayAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool_array", index);
}
public void removebool_array() {
removebool_arrayAt(0);
}
public org.w3c.dom.Node addbool_array(bool_arrayType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "bool_array", value);
}
public void insertbool_arrayAt(bool_arrayType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "bool_array", index, value);
}
public void replacebool_arrayAt(bool_arrayType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "bool_array", index, value);
}
public static int getfloat_arrayMinCount() {
return 1;
}
public static int getfloat_arrayMaxCount() {
return 1;
}
public int getfloat_arrayCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "float_array");
}
public boolean hasfloat_array() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "float_array");
}
public float_arrayType newfloat_array() {
return new float_arrayType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "float_array"));
}
public float_arrayType getfloat_arrayAt(int index) throws Exception {
return new float_arrayType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "float_array", index));
}
public org.w3c.dom.Node getStartingfloat_arrayCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "float_array" );
}
public org.w3c.dom.Node getAdvancedfloat_arrayCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "float_array", curNode );
}
public float_arrayType getfloat_arrayValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new float_arrayType(curNode);
}
public float_arrayType getfloat_array() throws Exception
{
return getfloat_arrayAt(0);
}
public void removefloat_arrayAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "float_array", index);
}
public void removefloat_array() {
removefloat_arrayAt(0);
}
public org.w3c.dom.Node addfloat_array(float_arrayType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "float_array", value);
}
public void insertfloat_arrayAt(float_arrayType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "float_array", index, value);
}
public void replacefloat_arrayAt(float_arrayType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "float_array", index, value);
}
public static int getint_arrayMinCount() {
return 1;
}
public static int getint_arrayMaxCount() {
return 1;
}
public int getint_arrayCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "int_array");
}
public boolean hasint_array() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "int_array");
}
public int_arrayType newint_array() {
return new int_arrayType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "int_array"));
}
public int_arrayType getint_arrayAt(int index) throws Exception {
return new int_arrayType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "int_array", index));
}
public org.w3c.dom.Node getStartingint_arrayCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "int_array" );
}
public org.w3c.dom.Node getAdvancedint_arrayCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "int_array", curNode );
}
public int_arrayType getint_arrayValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new int_arrayType(curNode);
}
public int_arrayType getint_array() throws Exception
{
return getint_arrayAt(0);
}
public void removeint_arrayAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "int_array", index);
}
public void removeint_array() {
removeint_arrayAt(0);
}
public org.w3c.dom.Node addint_array(int_arrayType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "int_array", value);
}
public void insertint_arrayAt(int_arrayType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "int_array", index, value);
}
public void replaceint_arrayAt(int_arrayType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "int_array", index, value);
}
public static int gettechnique_commonMinCount() {
return 0;
}
public static int gettechnique_commonMaxCount() {
return 1;
}
public int gettechnique_commonCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "technique_common");
}
public boolean hastechnique_common() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "technique_common");
}
public technique_commonType9 newtechnique_common() {
return new technique_commonType9(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "technique_common"));
}
public technique_commonType9 gettechnique_commonAt(int index) throws Exception {
return new technique_commonType9(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "technique_common", index));
}
public org.w3c.dom.Node getStartingtechnique_commonCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "technique_common" );
}
public org.w3c.dom.Node getAdvancedtechnique_commonCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "technique_common", curNode );
}
public technique_commonType9 gettechnique_commonValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new technique_commonType9(curNode);
}
public technique_commonType9 gettechnique_common() throws Exception
{
return gettechnique_commonAt(0);
}
public void removetechnique_commonAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "technique_common", index);
}
public void removetechnique_common() {
removetechnique_commonAt(0);
}
public org.w3c.dom.Node addtechnique_common(technique_commonType9 value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "technique_common", value);
}
public void inserttechnique_commonAt(technique_commonType9 value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "technique_common", index, value);
}
public void replacetechnique_commonAt(technique_commonType9 value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "technique_common", index, value);
}
public static int gettechniqueMinCount() {
return 0;
}
public static int gettechniqueMaxCount() {
return Integer.MAX_VALUE;
}
public int gettechniqueCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "technique");
}
public boolean hastechnique() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "technique");
}
public techniqueType5 newtechnique() {
return new techniqueType5(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "technique"));
}
public techniqueType5 gettechniqueAt(int index) throws Exception {
return new techniqueType5(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "technique", index));
}
public org.w3c.dom.Node getStartingtechniqueCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "technique" );
}
public org.w3c.dom.Node getAdvancedtechniqueCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "technique", curNode );
}
public techniqueType5 gettechniqueValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new techniqueType5(curNode);
}
public techniqueType5 gettechnique() throws Exception
{
return gettechniqueAt(0);
}
public void removetechniqueAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "technique", index);
}
public void removetechnique() {
while (hastechnique())
removetechniqueAt(0);
}
public org.w3c.dom.Node addtechnique(techniqueType5 value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "technique", value);
}
public void inserttechniqueAt(techniqueType5 value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "technique", index, value);
}
public void replacetechniqueAt(techniqueType5 value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "technique", index, value);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -