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

📄 colladatype.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
			return new assetType(curNode);
	}

	public assetType getasset() throws Exception 
 {
		return getassetAt(0);
	}

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

	public void removeasset() {
		removeassetAt(0);
	}

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

	public void insertassetAt(assetType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "asset", index, value);
	}

	public void replaceassetAt(assetType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "asset", index, value);
	}

	public static int getlibrary_animationsMinCount() {
		return 1;
	}

	public static int getlibrary_animationsMaxCount() {
		return 1;
	}

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

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

	public library_animationsType newlibrary_animations() {
		return new library_animationsType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_animations"));
	}

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

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

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

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

	public library_animationsType getlibrary_animations() throws Exception 
 {
		return getlibrary_animationsAt(0);
	}

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

	public void removelibrary_animations() {
		removelibrary_animationsAt(0);
	}

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

	public void insertlibrary_animationsAt(library_animationsType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_animations", index, value);
	}

	public void replacelibrary_animationsAt(library_animationsType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_animations", index, value);
	}

	public static int getlibrary_animation_clipsMinCount() {
		return 1;
	}

	public static int getlibrary_animation_clipsMaxCount() {
		return 1;
	}

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

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

	public library_animation_clipsType newlibrary_animation_clips() {
		return new library_animation_clipsType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_animation_clips"));
	}

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

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

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

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

	public library_animation_clipsType getlibrary_animation_clips() throws Exception 
 {
		return getlibrary_animation_clipsAt(0);
	}

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

	public void removelibrary_animation_clips() {
		removelibrary_animation_clipsAt(0);
	}

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

	public void insertlibrary_animation_clipsAt(library_animation_clipsType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_animation_clips", index, value);
	}

	public void replacelibrary_animation_clipsAt(library_animation_clipsType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_animation_clips", index, value);
	}

	public static int getlibrary_camerasMinCount() {
		return 1;
	}

	public static int getlibrary_camerasMaxCount() {
		return 1;
	}

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

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

	public library_camerasType newlibrary_cameras() {
		return new library_camerasType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_cameras"));
	}

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

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

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

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

	public library_camerasType getlibrary_cameras() throws Exception 
 {
		return getlibrary_camerasAt(0);
	}

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

	public void removelibrary_cameras() {
		removelibrary_camerasAt(0);
	}

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

	public void insertlibrary_camerasAt(library_camerasType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_cameras", index, value);
	}

	public void replacelibrary_camerasAt(library_camerasType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_cameras", index, value);
	}

	public static int getlibrary_controllersMinCount() {
		return 1;
	}

	public static int getlibrary_controllersMaxCount() {
		return 1;
	}

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

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

	public library_controllersType newlibrary_controllers() {
		return new library_controllersType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_controllers"));
	}

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

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

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

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

	public library_controllersType getlibrary_controllers() throws Exception 
 {
		return getlibrary_controllersAt(0);
	}

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

	public void removelibrary_controllers() {
		removelibrary_controllersAt(0);
	}

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

	public void insertlibrary_controllersAt(library_controllersType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_controllers", index, value);
	}

	public void replacelibrary_controllersAt(library_controllersType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_controllers", index, value);
	}

	public static int getlibrary_geometriesMinCount() {
		return 1;
	}

	public static int getlibrary_geometriesMaxCount() {
		return 1;
	}

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

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

	public library_geometriesType newlibrary_geometries() {
		return new library_geometriesType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_geometries"));
	}

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

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

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

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

	public library_geometriesType getlibrary_geometries() throws Exception 
 {
		return getlibrary_geometriesAt(0);
	}

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

	public void removelibrary_geometries() {
		removelibrary_geometriesAt(0);
	}

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

	public void insertlibrary_geometriesAt(library_geometriesType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_geometries", index, value);
	}

	public void replacelibrary_geometriesAt(library_geometriesType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "library_geometries", index, value);
	}

	public static int getlibrary_effectsMinCount() {
		return 1;
	}

	public static int getlibrary_effectsMaxCount() {
		return 1;
	}

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

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

	public library_effectsType newlibrary_effects() {
		return new library_effectsType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "library_effects"));
	}

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

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

⌨️ 快捷键说明

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