⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 passtype3.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
			new shaderType2(tmpNode).adjustPrefix();
		}
		for (	org.w3c.dom.Node tmpNode = getDomFirstChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "extra" );
				tmpNode != null;
				tmpNode = getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "extra", tmpNode )
			) {
			internalAdjustPrefix(tmpNode, true);
			new extraType(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", "pass");
	}

	public static int getsidMinCount() {
		return 0;
	}

	public static int getsidMaxCount() {
		return 1;
	}

	public int getsidCount() {
		return getDomChildCount(Attribute, null, "sid");
	}

	public boolean hassid() {
		return hasDomChild(Attribute, null, "sid");
	}

	public SchemaNCName newsid() {
		return new SchemaNCName();
	}

	public SchemaNCName getsidAt(int index) throws Exception {
		return new SchemaNCName(getDomNodeValue(getDomChildAt(Attribute, null, "sid", index)));
	}

	public org.w3c.dom.Node getStartingsidCursor() throws Exception {
		return getDomFirstChild(Attribute, null, "sid" );
	}

	public org.w3c.dom.Node getAdvancedsidCursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Attribute, null, "sid", curNode );
	}

	public SchemaNCName getsidValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new SchemaNCName(getDomNodeValue(curNode));
	}

	public SchemaNCName getsid() throws Exception 
 {
		return getsidAt(0);
	}

	public void removesidAt(int index) {
		removeDomChildAt(Attribute, null, "sid", index);
	}

	public void removesid() {
		removesidAt(0);
	}

	public org.w3c.dom.Node addsid(SchemaNCName value) {
		if( value.isNull() )
			return null;

		return  appendDomChild(Attribute, null, "sid", value.toString());
	}

	public org.w3c.dom.Node addsid(String value) throws Exception {
		return addsid(new SchemaNCName(value));
	}

	public void insertsidAt(SchemaNCName value, int index) {
		insertDomChildAt(Attribute, null, "sid", index, value.toString());
	}

	public void insertsidAt(String value, int index) throws Exception {
		insertsidAt(new SchemaNCName(value), index);
	}

	public void replacesidAt(SchemaNCName value, int index) {
		replaceDomChildAt(Attribute, null, "sid", index, value.toString());
	}

	public void replacesidAt(String value, int index) throws Exception {
		replacesidAt(new SchemaNCName(value), index);
	}

	public static int getannotateMinCount() {
		return 0;
	}

	public static int getannotateMaxCount() {
		return Integer.MAX_VALUE;
	}

	public int getannotateCount() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "annotate");
	}

	public boolean hasannotate() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "annotate");
	}

	public fx_annotate_common newannotate() {
		return new fx_annotate_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "annotate"));
	}

	public fx_annotate_common getannotateAt(int index) throws Exception {
		return new fx_annotate_common(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "annotate", index));
	}

	public org.w3c.dom.Node getStartingannotateCursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "annotate" );
	}

	public org.w3c.dom.Node getAdvancedannotateCursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "annotate", curNode );
	}

	public fx_annotate_common getannotateValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new fx_annotate_common(curNode);
	}

	public fx_annotate_common getannotate() throws Exception 
 {
		return getannotateAt(0);
	}

	public void removeannotateAt(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "annotate", index);
	}

	public void removeannotate() {
		while (hasannotate())
			removeannotateAt(0);
	}

	public org.w3c.dom.Node addannotate(fx_annotate_common value) {
		return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "annotate", value);
	}

	public void insertannotateAt(fx_annotate_common value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "annotate", index, value);
	}

	public void replaceannotateAt(fx_annotate_common value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "annotate", index, value);
	}

	public static int getcolor_targetMinCount() {
		return 0;
	}

	public static int getcolor_targetMaxCount() {
		return Integer.MAX_VALUE;
	}

	public int getcolor_targetCount() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "color_target");
	}

	public boolean hascolor_target() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "color_target");
	}

	public fx_colortarget_common newcolor_target() {
		return new fx_colortarget_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "color_target"));
	}

	public fx_colortarget_common getcolor_targetAt(int index) throws Exception {
		return new fx_colortarget_common(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "color_target", index));
	}

	public org.w3c.dom.Node getStartingcolor_targetCursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "color_target" );
	}

	public org.w3c.dom.Node getAdvancedcolor_targetCursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "color_target", curNode );
	}

	public fx_colortarget_common getcolor_targetValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new fx_colortarget_common(curNode);
	}

	public fx_colortarget_common getcolor_target() throws Exception 
 {
		return getcolor_targetAt(0);
	}

	public void removecolor_targetAt(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "color_target", index);
	}

	public void removecolor_target() {
		while (hascolor_target())
			removecolor_targetAt(0);
	}

	public org.w3c.dom.Node addcolor_target(fx_colortarget_common value) {
		return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "color_target", value);
	}

	public void insertcolor_targetAt(fx_colortarget_common value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "color_target", index, value);
	}

	public void replacecolor_targetAt(fx_colortarget_common value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "color_target", index, value);
	}

	public static int getdepth_targetMinCount() {
		return 0;
	}

	public static int getdepth_targetMaxCount() {
		return Integer.MAX_VALUE;
	}

	public int getdepth_targetCount() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_target");
	}

	public boolean hasdepth_target() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_target");
	}

	public fx_depthtarget_common newdepth_target() {
		return new fx_depthtarget_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "depth_target"));
	}

	public fx_depthtarget_common getdepth_targetAt(int index) throws Exception {
		return new fx_depthtarget_common(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_target", index));
	}

	public org.w3c.dom.Node getStartingdepth_targetCursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_target" );
	}

	public org.w3c.dom.Node getAdvanceddepth_targetCursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_target", curNode );
	}

	public fx_depthtarget_common getdepth_targetValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new fx_depthtarget_common(curNode);
	}

	public fx_depthtarget_common getdepth_target() throws Exception 
 {
		return getdepth_targetAt(0);
	}

	public void removedepth_targetAt(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_target", index);
	}

	public void removedepth_target() {
		while (hasdepth_target())
			removedepth_targetAt(0);
	}

	public org.w3c.dom.Node adddepth_target(fx_depthtarget_common value) {
		return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "depth_target", value);
	}

	public void insertdepth_targetAt(fx_depthtarget_common value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "depth_target", index, value);
	}

	public void replacedepth_targetAt(fx_depthtarget_common value, int index) {

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -