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

📄 colladatype.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
	public library_physics_materialsType newlibrary_physics_materials() {
		return new library_physics_materialsType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_physics_materials"));
	}

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

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

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

	public library_physics_materialsType getlibrary_physics_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_physics_materialsType(curNode);
	}

	public library_physics_materialsType getlibrary_physics_materials() throws Exception 
 {
		return getlibrary_physics_materialsAt(0);
	}

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

	public void removelibrary_physics_materials() {
		removelibrary_physics_materialsAt(0);
	}

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

	public void insertlibrary_physics_materialsAt(library_physics_materialsType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_physics_materials", index, value);
	}

	public void replacelibrary_physics_materialsAt(library_physics_materialsType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_physics_materials", index, value);
	}

	public static int getlibrary_physics_modelsMinCount() {
		return 1;
	}

	public static int getlibrary_physics_modelsMaxCount() {
		return 1;
	}

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

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

	public library_physics_modelsType newlibrary_physics_models() {
		return new library_physics_modelsType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_physics_models"));
	}

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

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

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

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

	public library_physics_modelsType getlibrary_physics_models() throws Exception 
 {
		return getlibrary_physics_modelsAt(0);
	}

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

	public void removelibrary_physics_models() {
		removelibrary_physics_modelsAt(0);
	}

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

	public void insertlibrary_physics_modelsAt(library_physics_modelsType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_physics_models", index, value);
	}

	public void replacelibrary_physics_modelsAt(library_physics_modelsType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_physics_models", index, value);
	}

	public static int getlibrary_physics_scenesMinCount() {
		return 1;
	}

	public static int getlibrary_physics_scenesMaxCount() {
		return 1;
	}

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

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

	public library_physics_scenesType newlibrary_physics_scenes() {
		return new library_physics_scenesType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_physics_scenes"));
	}

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

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

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

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

	public library_physics_scenesType getlibrary_physics_scenes() throws Exception 
 {
		return getlibrary_physics_scenesAt(0);
	}

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

	public void removelibrary_physics_scenes() {
		removelibrary_physics_scenesAt(0);
	}

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

	public void insertlibrary_physics_scenesAt(library_physics_scenesType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_physics_scenes", index, value);
	}

	public void replacelibrary_physics_scenesAt(library_physics_scenesType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_physics_scenes", index, value);
	}

	public static int getlibrary_visual_scenesMinCount() {
		return 1;
	}

	public static int getlibrary_visual_scenesMaxCount() {
		return 1;
	}

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

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

	public library_visual_scenesType newlibrary_visual_scenes() {
		return new library_visual_scenesType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_visual_scenes"));
	}

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

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

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

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

	public library_visual_scenesType getlibrary_visual_scenes() throws Exception 
 {
		return getlibrary_visual_scenesAt(0);
	}

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

	public void removelibrary_visual_scenes() {
		removelibrary_visual_scenesAt(0);
	}

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

	public void insertlibrary_visual_scenesAt(library_visual_scenesType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_visual_scenes", index, value);
	}

	public void replacelibrary_visual_scenesAt(library_visual_scenesType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_visual_scenes", index, value);
	}

	public static int getsceneMinCount() {
		return 0;
	}

	public static int getsceneMaxCount() {
		return 1;
	}

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

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

	public sceneType newscene() {
		return new sceneType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "scene"));
	}

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

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

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

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

	public sceneType getscene() throws Exception 
 {
		return getsceneAt(0);
	}

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

	public void removescene() {
		removesceneAt(0);
	}

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

	public void insertsceneAt(sceneType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "scene", index, value);
	}

	public void replacesceneAt(sceneType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "scene", 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 + -