代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/147807/5720579
java attribute.java
/**
* Copyright 2004 by Irian Marinschek & Spiegl Software OEG
*/
package org.apache.myfaces.config.impl.digester.elements;
import java.util.List;
import java.util.ArrayList;
import java.util.Itera
www.eeworm.com/read/141295/5774017
java attribute.java
// Attribute.java -- Attribute handling
package toba.classfile;
import java.io.*;
public class
Attribute { // field, method, or class attribute
String name;
byte[] data;
public String
www.eeworm.com/read/139332/5800151
hpp attribute.hpp
/*=============================================================================
Copyright (c) 2001-2003 Joel de Guzman
Copyright (c) 2002-2003 Hartmut Kaiser
http://spirit.sourceforge.net/
www.eeworm.com/read/139159/5807722
java attribute.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/138548/5815435
pm attribute.pm
# $Id: Attribute.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Node::Attribute;
use strict;
use vars qw/@ISA/;
@ISA = ('XML::XPath::Node');
package XML::XPath::Node::AttributeImpl;
use
www.eeworm.com/read/138474/5816204
java attribute.java
/*
* Attribute.java 1.7 03/01/14
*
* Copyright
www.eeworm.com/read/138385/5816654
java attribute.java
package com.zcsoft.xml;
import java.util.*;
public class Attribute implements java.io.Serializable
{
private String name;
private String value;
public Attribute(){}
public Attribute(String nam
www.eeworm.com/read/137691/5820470
java attribute.java
// $Id: Attribute.java,v 1.3 2003/10/07 21:46:03 idgay Exp $
/* tab:2
*
*
* "Copyright (c) 2000 and The Regents of the University
* of California. All rights reserved.
*
* Permission
www.eeworm.com/read/137691/5820675
java attribute.java
// Copyright (c) Corporation for National Research Initiatives
package org.python.compiler;
public abstract class Attribute
{
public abstract void write(java.io.DataOutputStream s)
throw