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

📄 colladatype.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
	}

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

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

	public library_effectsType getlibrary_effects() throws Exception 
 {
		return getlibrary_effectsAt(0);
	}

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

	public void removelibrary_effects() {
		removelibrary_effectsAt(0);
	}

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

	public void insertlibrary_effectsAt(library_effectsType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_effects", index, value);
	}

	public void replacelibrary_effectsAt(library_effectsType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_effects", index, value);
	}

	public static int getlibrary_force_fieldsMinCount() {
		return 1;
	}

	public static int getlibrary_force_fieldsMaxCount() {
		return 1;
	}

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

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

	public library_force_fieldsType newlibrary_force_fields() {
		return new library_force_fieldsType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_force_fields"));
	}

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

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

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

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

	public library_force_fieldsType getlibrary_force_fields() throws Exception 
 {
		return getlibrary_force_fieldsAt(0);
	}

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

	public void removelibrary_force_fields() {
		removelibrary_force_fieldsAt(0);
	}

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

	public void insertlibrary_force_fieldsAt(library_force_fieldsType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_force_fields", index, value);
	}

	public void replacelibrary_force_fieldsAt(library_force_fieldsType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_force_fields", index, value);
	}

	public static int getlibrary_imagesMinCount() {
		return 1;
	}

	public static int getlibrary_imagesMaxCount() {
		return 1;
	}

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

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

	public library_imagesType newlibrary_images() {
		return new library_imagesType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_images"));
	}

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

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

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

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

	public library_imagesType getlibrary_images() throws Exception 
 {
		return getlibrary_imagesAt(0);
	}

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

	public void removelibrary_images() {
		removelibrary_imagesAt(0);
	}

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

	public void insertlibrary_imagesAt(library_imagesType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_images", index, value);
	}

	public void replacelibrary_imagesAt(library_imagesType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_images", index, value);
	}

	public static int getlibrary_lightsMinCount() {
		return 1;
	}

	public static int getlibrary_lightsMaxCount() {
		return 1;
	}

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

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

	public library_lightsType newlibrary_lights() {
		return new library_lightsType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_lights"));
	}

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

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

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

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

	public library_lightsType getlibrary_lights() throws Exception 
 {
		return getlibrary_lightsAt(0);
	}

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

	public void removelibrary_lights() {
		removelibrary_lightsAt(0);
	}

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

	public void insertlibrary_lightsAt(library_lightsType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_lights", index, value);
	}

	public void replacelibrary_lightsAt(library_lightsType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_lights", index, value);
	}

	public static int getlibrary_materialsMinCount() {
		return 1;
	}

	public static int getlibrary_materialsMaxCount() {
		return 1;
	}

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

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

	public library_materialsType newlibrary_materials() {
		return new library_materialsType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_materials"));
	}

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

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

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

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

	public library_materialsType getlibrary_materials() throws Exception 
 {
		return getlibrary_materialsAt(0);
	}

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

	public void removelibrary_materials() {
		removelibrary_materialsAt(0);
	}

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

	public void insertlibrary_materialsAt(library_materialsType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_materials", index, value);
	}

	public void replacelibrary_materialsAt(library_materialsType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_materials", index, value);
	}

	public static int getlibrary_nodesMinCount() {
		return 1;
	}

	public static int getlibrary_nodesMaxCount() {
		return 1;
	}

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

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

	public library_nodesType newlibrary_nodes() {
		return new library_nodesType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_nodes"));
	}

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

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

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

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

	public library_nodesType getlibrary_nodes() throws Exception 
 {
		return getlibrary_nodesAt(0);
	}

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

	public void removelibrary_nodes() {
		removelibrary_nodesAt(0);
	}

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

	public void insertlibrary_nodesAt(library_nodesType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_nodes", index, value);
	}

	public void replacelibrary_nodesAt(library_nodesType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_nodes", index, value);
	}

	public static int getlibrary_physics_materialsMinCount() {
		return 1;
	}

	public static int getlibrary_physics_materialsMaxCount() {
		return 1;
	}

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

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

⌨️ 快捷键说明

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